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
Ensure the needed csi... drivers for ceph are installed on the correct nodes that need them (not only the ceph nodes, but also the nodes that need to mount them.
This section in the ceph operator (aka rook operator) helm chart needs to be tuned to implement that requirement.
# -- Array of tolerations in YAML format which will be added to CSI provisioner deploymentprovisionerTolerations:
# - key: key# operator: Exists# effect: NoSchedule# -- The node labels for affinity of the CSI provisioner deployment [^1]provisionerNodeAffinity: role.datalayer.io/ceph=true #key1=value1,value2; key2=value3# Set pluginTolerations and pluginNodeAffinity for plugin daemonset pods.# The CSI plugins need to be started on all the nodes where the clients need to mount the storage.# -- Array of tolerations in YAML format which will be added to CephCSI plugin DaemonSetpluginTolerations:
# - key: key# operator: Exists# effect: NoSchedule# -- The node labels for affinity of the CephCSI RBD plugin DaemonSet [^1]pluginNodeAffinity: role.datalayer.io/jupyter=true # key1=value1,value2; key2=value3
The text was updated successfully, but these errors were encountered:
Ensure the needed csi... drivers for ceph are installed on the correct nodes that need them (not only the ceph nodes, but also the nodes that need to mount them.
This section in the ceph operator (aka rook operator) helm chart needs to be tuned to implement that requirement.
The text was updated successfully, but these errors were encountered: