Skip to content

Commit 4a67cdf

Browse files
authored
Merge pull request #181 from saad-ali/fixRegPath
Fix kubelet socket path
2 parents ff68971 + 762870b commit 4a67cdf

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)