Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(chart): update topology segments usage #439

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ This removes all the Kubernetes components associated with the chart and deletes
| csi.​node.​resources.​requests.​cpu | Cpu requests for csi node plugin | `"100m"` |
| csi.​node.​resources.​requests.​memory | Memory requests for csi node plugin | `"64Mi"` |
| csi.​node.​tolerations | Set tolerations, overrides global | `[]` |
| csi.​node.​topology.​nodeSelector | Add topology segments to the csi-node daemonset node selector | `false` |
| csi.​node.​topology.​nodeSelector | Add topology segments to the csi-node and agent-ha-node daemonset node selector | `false` |
| etcd.​autoCompactionMode | AutoCompaction Since etcd keeps an exact history of its keyspace, this history should be periodically compacted to avoid performance degradation and eventual storage space exhaustion. Auto compaction mode. Valid values: "periodic", "revision". - 'periodic' for duration based retention, defaulting to hours if no time unit is provided (e.g. 5m). - 'revision' for revision number based retention. | `"revision"` |
| etcd.​autoCompactionRetention | Auto compaction retention length. 0 means disable auto compaction. | `100` |
| etcd.&ZeroWidthSpace;extraEnvVars[0] | Raise alarms when backend size exceeds the given quota. | <pre>{<br>"name":"ETCD_QUOTA_BACKEND_BYTES",<br>"value":"8589934592"<br>}</pre> |
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ csi:
topology:
segments:
openebs.io/csi-node: mayastor
# -- Add topology segments to the csi-node daemonset node selector
# -- Add topology segments to the csi-node and agent-ha-node daemonset node selector
nodeSelector: false
resources:
limits:
Expand Down
Loading