Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In Antelope there is hack/workaround the users has to apply after the cluster is CREATE_COMPLETE, if they want to use the Cinder CSINOTE: Only needed for single master clusters, for some reason.....

Code Block
kubectl edit deployment csi-cinder-controllerplugin
# Find the key "dnsPolicy: ClusterFirst" and change it to "dnsPolicy: Default"
# Save and exit. The pod will rebuild

...