You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Helm-Charts/operator-chart.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The following table lists the configurable parameters of the rook-operator chart
53
53
|`containerSecurityContext`| Set the container security context for the operator |`{"capabilities":{"drop":["ALL"]},"runAsGroup":2016,"runAsNonRoot":true,"runAsUser":2016}`|
54
54
|`crds.enabled`| Whether the helm chart should create and update the CRDs. If false, the CRDs must be managed independently with deploy/examples/crds.yaml. **WARNING** Only set during first deployment. If later disabled the cluster may be DESTROYED. If the CRDs are deleted in this case, see [the disaster recovery guide](https://rook.io/docs/rook/latest/Troubleshooting/disaster-recovery/#restoring-crds-after-deletion) to restore them. |`true`|
|`csi.attacher.tag`| Attacher image tag |`"v4.10.0"`|
56
+
|`csi.attacher.tag`| Attacher image tag |`"v4.11.0"`|
57
57
|`csi.cephFSAttachRequired`| Whether to skip any attach operation altogether for CephFS PVCs. See more details [here](https://kubernetes-csi.github.io/docs/skip-attach.html#skip-attach-with-csi-driver-object). If cephFSAttachRequired is set to false it skips the volume attachments and makes the creation of pods using the CephFS PVC fast. **WARNING** It's highly discouraged to use this for CephFS RWO volumes. Refer to this [issue](https://github.com/kubernetes/kubernetes/issues/103305) for more details. |`true`|
58
58
|`csi.cephFSFSGroupPolicy`| Policy for modifying a volume's ownership or permissions when the CephFS PVC is being mounted. supported values are documented at https://kubernetes-csi.github.io/docs/support-fsgroup.html|`"File"`|
59
59
|`csi.cephFSKernelMountOptions`| Set CephFS Kernel mount options to use https://docs.ceph.com/en/latest/man/8/mount.ceph/#options. Set to "ms_mode=secure" when connections.encrypted is enabled in CephCluster CR |`nil`|
@@ -114,7 +114,7 @@ The following table lists the configurable parameters of the rook-operator chart
114
114
|`csi.pluginPriorityClassName`| PriorityClassName to be set on csi driver plugin pods |`"system-node-critical"`|
115
115
|`csi.pluginTolerations`| Array of tolerations in YAML format which will be added to CephCSI plugin DaemonSet |`nil`|
|`csi.serviceMonitor.namespace`| Use a different namespace for the ServiceMonitor |`nil`|
137
137
|`csi.sidecarLogLevel`| Set logging level for Kubernetes-csi sidecar containers. Supported values from 0 to 5. 0 for general useful logs (the default), 5 for trace level verbosity. |`0`|
0 commit comments