READ THIS IN "BLOCK QUOTE" STYLE.
In csi-unity/helm/values.yaml in the tolerations section comments, it uses a toleration of
tolerations: Define tolerations for the controllers, if required.
Default value: None
tolerations:
key: "node-role.kubernetes.io/master"
operator: "Equal"
value: "true"
effect: "NoSchedule"
This will not successfully place the controller(s) on master nodes. It needs to be like in csi-powerflex and csi-powerstore:
tolerations: Define tolerations for the controllers, if required.
Leave as blank to install controller on worker nodes
Default value: None
tolerations:
tolerations: Define tolerations for the controllers, if required.
Leave as blank to install controller on worker nodes
Default value: None
tolerations:
Bug Description
READ THIS IN "BLOCK QUOTE" STYLE. In csi-unity/helm/values.yaml in the tolerations section comments, it uses a toleration of
tolerations: Define tolerations for the controllers, if required.
Default value: None tolerations:
tolerations: Define tolerations for the controllers, if required. Leave as blank to install controller on worker nodes Default value: None tolerations:
Logs
tolerations: Define tolerations for the controllers, if required. Leave as blank to install controller on worker nodes Default value: None tolerations:
Screenshots
No response
Additional Environment Information
No response
Steps to Reproduce
documentation.
Expected Behavior
Default value: None tolerations:
CSM Driver(s)
CSI Driver for unity
Installation Type
No response
Container Storage Modules Enabled
No response
Container Orchestrator
Kubernetes 1.23.1
Operating System
RHEL 8