From d02fc8b799238c28dc52d8088bb974646805618b Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 8 Jun 2023 15:14:25 +0200 Subject: [PATCH] Try /var/snap/microk8s/common for sock --- cinder/cinder-csi-nodeplugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/cinder-csi-nodeplugin.yaml b/cinder/cinder-csi-nodeplugin.yaml index 10b26d4..d9bc78d 100644 --- a/cinder/cinder-csi-nodeplugin.yaml +++ b/cinder/cinder-csi-nodeplugin.yaml @@ -29,7 +29,7 @@ spec: - name: ADDRESS value: /csi/csi.sock - name: DRIVER_REG_SOCK_PATH - value: /var/lib/kubelet/plugins/cinder.csi.openstack.org/csi.sock + value: /var/snap/microk8s/common/var/lib/kubelet/plugins/cinder.csi.openstack.org/csi.sock - name: KUBE_NODE_NAME valueFrom: fieldRef: