Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shiny-k8s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
shiny-k8s
Commits
cdd679dc
Commit
cdd679dc
authored
1 year ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
ceph-fs should be used in place of isilon
parent
f019e53c
No related branches found
No related tags found
No related merge requests found
Pipeline
#132533
passed
1 year ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/user_guide/helm_settings.rst
+3
-3
3 additions, 3 deletions
source/user_guide/helm_settings.rst
with
3 additions
and
3 deletions
source/user_guide/helm_settings.rst
+
3
−
3
View file @
cdd679dc
...
...
@@ -337,7 +337,7 @@ Here are all the settings you may want to change
storage:
enabled: false
size: "1Gi"
className: "
isilon
" # could be ceph-block, incompatible with nodowntime
className: "
ceph-fs
" # could be ceph-block, incompatible with nodowntime
keepOnDelete: true # should be false in dev, true in prod
.. _Private registry helm:
...
...
@@ -480,13 +480,13 @@ You can have folders for a persistent storage :
storage:
enabled: false
size: "1Gi"
className: "
isilon
" # could be ceph-block, incompatible with nodowntime
className: "
ceph-fs
" # could be ceph-block, incompatible with nodowntime
keepOnDelete: true # should be false in dev, true in prod
* The ``size`` indicated is for the total of the two folders
(i.e: it is not *per folder*). It can be increased later, but cannot be reduced.
* The ``className`` allows to choose between disk storage (``
isilon
``) or
* The ``className`` allows to choose between disk storage (``
ceph-fs
``) or
flash storage (``ceph-block``) which is faster but incompatible with
nodowntime: Storage using ceph-block cannot be mounted by multiple pod
(i.e: multiple version of your application) which is precisly what does
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment