[BUG]: Documentation in values.yaml related to toleration for running on master node is incorrect - CSI driver for Unity-XT #216
Labels
area/csi-unity
Issue pertains to the CSI Driver for Dell EMC Unity
type/bug
Something isn't working. This is the default label associated with a bug issue.
Milestone
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:
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:
operator: "Exists"
effect: "NoSchedule"
Logs
tolerations: Define tolerations for the controllers, if required.
Leave as blank to install controller on worker nodes
Default value: None
tolerations:
operator: "Exists"
effect: "NoSchedule"
Screenshots
No response
Additional Environment Information
No response
Steps to Reproduce
documentation.
Expected Behavior
Default value: None
tolerations:
operator: "Exists"
effect: "NoSchedule"
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
The text was updated successfully, but these errors were encountered: