snapshotter controller redundant? #1414
-
Hi, i'm doing some tests with the azuredisk and both azurefile csi drivers. I'm looking into snapshots right now. If I set snapshot.enalbed == true CRDs to support volume snapshots are installed by helm. At the same time a csi-snapshot-controller is installed too, however this controller feels a bit redundant, since there is a csi-snapshotter container running in the azure disk controller too. My question is, whats the purpose of the snapshotter-controller if there's already a csi-snapshotter container running in the azuredisk pod? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
it's not redundant, both controller and sidecar containers should be installed, you could find details here: https://github.com/kubernetes-csi/external-snapshotter#usage |
Beta Was this translation helpful? Give feedback.
it's not redundant, both controller and sidecar containers should be installed, you could find details here: https://github.com/kubernetes-csi/external-snapshotter#usage