-
Hello, is there a way to attach a block storage volume to a CCE cluster as persistent volume? I've tries it with one of the cluster nodes, it gets attached, but isn't recognized as persisted volume. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
kenderipa
Dec 27, 2023
Replies: 1 comment
-
I got it. It's accomplished through changing a storageClass of a persistent volume claim to csi-disk. After that, one persistent volume per claim is created and automatically bound to the claim. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anton-sidelnikov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got it. It's accomplished through changing a storageClass of a persistent volume claim to csi-disk. After that, one persistent volume per claim is created and automatically bound to the claim.