Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
charts
Commits
adef8d24
Commit
adef8d24
authored
May 03, 2019
by
prateekpandey14
Committed by
Guangbo
May 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[openebs] update NDM to 0.3.5 release
- Updated README - Updated values.yaml - Updated questions.yaml Signed-off-by:
prateekpandey14
<
prateek.pandey@openebs.io
>
parent
30a68cc9
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
8 deletions
+10
-8
Chart.yaml
charts/openebs/latest/Chart.yaml
+1
-1
README.md
charts/openebs/latest/README.md
+1
-1
questions.yml
charts/openebs/latest/questions.yml
+1
-1
daemonset-ndm.yaml
charts/openebs/latest/templates/daemonset-ndm.yaml
+6
-4
values.yaml
charts/openebs/latest/values.yaml
+1
-1
No files found.
charts/openebs/latest/Chart.yaml
View file @
adef8d24
apiVersion
:
v1
version
:
0.8.
2
version
:
0.8.
3
name
:
openebs
appVersion
:
0.8.2
description
:
Containerized Storage for Containers
...
...
charts/openebs/latest/README.md
View file @
adef8d24
...
...
@@ -51,7 +51,7 @@ The following table lists the configurable parameters of the OpenEBS chart and t
|
`snapshotOperator.controller.imageTag`
| Image Tag for Snapshot Controller |
`0.8.2`
|
|
`snapshotOperator.replicas`
| Number of Snapshot Operator Replicas |
`1`
|
|
`ndm.image`
| Image for Node Disk Manager |
`quay.io/openebs/openebs/node-disk-manager-amd64`
|
|
`ndm.imageTag`
| Image Tag for Node Disk Manager |
`v0.3.
4
`
|
|
`ndm.imageTag`
| Image Tag for Node Disk Manager |
`v0.3.
5
`
|
|
`ndm.sparse.enabled`
| Create Sparse files and cStor Sparse Pool |
`true`
|
|
`ndm.sparse.path`
| Directory where Sparse files are created |
`/var/openebs/sparse`
|
|
`ndm.sparse.size`
| Size of the sparse file in bytes |
`10737418240`
|
...
...
charts/openebs/latest/questions.yml
View file @
adef8d24
...
...
@@ -58,7 +58,7 @@ questions:
type
:
string
label
:
Node Disk Manager Image
-
variable
:
ndm.imageTag
default
:
"
v0.3.
4
"
default
:
"
v0.3.
5
"
description
:
"
The
image
tag
of
NDM
image"
type
:
string
label
:
Image Tag For Node Disk Manager Image
...
...
charts/openebs/latest/templates/daemonset-ndm.yaml
View file @
adef8d24
...
...
@@ -71,7 +71,8 @@ spec:
-
name
:
udev
mountPath
:
/run/udev
-
name
:
procmount
mountPath
:
/host/mounts
mountPath
:
/host/proc
readOnly
:
true
{{
- if .Values.ndm.sparse
}}
{{
- if .Values.ndm.sparse.path
}}
-
name
:
sparsepath
...
...
@@ -86,11 +87,12 @@ spec:
hostPath
:
path
:
/run/udev
type
:
Directory
# mount /proc
/1/mounts (
mount file of process 1 of host) inside container
# to read
which partition is mounted on / path
# mount /proc
(to access
mount file of process 1 of host) inside container
# to read
mount-point of disks and partitions
-
name
:
procmount
hostPath
:
path
:
/proc/1/mounts
path
:
/proc
type
:
Directory
{{
- if .Values.ndm.sparse
}}
{{
- if .Values.ndm.sparse.path
}}
-
name
:
sparsepath
...
...
charts/openebs/latest/values.yaml
View file @
adef8d24
...
...
@@ -56,7 +56,7 @@ snapshotOperator:
ndm
:
image
:
"
quay.io/openebs/node-disk-manager-amd64"
imageTag
:
"
v0.3.
4
"
imageTag
:
"
v0.3.
5
"
sparse
:
enabled
:
"
true"
path
:
"
/var/openebs/sparse"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment