How do I specify Ceph monitor addresses in ceph-csi-operator Helm values? #397
-
|
I’m migrating from the old In cephConnections:
monitors: {}
What’s the correct way to specify monitors for the operator? |
Beta Was this translation helpful? Give feedback.
Answered by
codeninja115
Feb 4, 2026
Replies: 1 comment 2 replies
-
|
In the ceph-csi-operator Helm chart:
Example: Notes:
This configuration ensures the operator can connect to all Ceph monitors properly. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Tarasmon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the ceph-csi-operator Helm chart:
Example:
Notes:
This configuration e…