Skip to content

Commit acf3568

Browse files
authored
Merge pull request #182 from davidz627/release-0.3.0
[Cherry-Pick] Fix kubelet socket path
2 parents 103b746 + f2586bb commit acf3568

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)