Skip to content

Commit f2586bb

Browse files
saad-alidavidz627
authored andcommitted
Fix kubelet socket path
Kubernetes/kubernetes PR #70494 changed the kubelet plugin watcher directory from #70494 `{kubelet_root_dir}/plugins/` to `{kubelet_root_dir}/plugins_registry/`. This PR fixes the deployment manifests for the GCE PD CSI Driver.
1 parent 103b746 commit f2586bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/kubernetes/base/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
volumes:
6262
- name: registration-dir
6363
hostPath:
64-
path: /var/lib/kubelet/plugins/
64+
path: /var/lib/kubelet/plugins_registry/
6565
type: Directory
6666
- name: kubelet-dir
6767
hostPath:

0 commit comments

Comments
 (0)