Skip to content
Snippets Groups Projects
Commit 2cdf7524 authored by Matthew Mosesohn's avatar Matthew Mosesohn
Browse files

Add dbus socket dir to kube-proxy

parent 26f93feb
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,9 @@ spec: ...@@ -37,6 +37,9 @@ spec:
- mountPath: /etc/kubernetes/ssl - mountPath: /etc/kubernetes/ssl
name: "etc-kube-ssl" name: "etc-kube-ssl"
readOnly: true readOnly: true
- mountPath: /var/run/dbus
name: "var-run-dbus"
readOnly: false
volumes: volumes:
- name: ssl-certs-host - name: ssl-certs-host
hostPath: hostPath:
...@@ -47,3 +50,6 @@ spec: ...@@ -47,3 +50,6 @@ spec:
- name: "etc-kube-ssl" - name: "etc-kube-ssl"
hostPath: hostPath:
path: "/etc/kubernetes/ssl" path: "/etc/kubernetes/ssl"
- name: "var-run-dbus"
hostPath:
path: "/var/run/dbus"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment