Add dbus socket dir to kube-proxy

pull/679/head
Matthew Mosesohn 2016-12-05 19:25:27 +03:00
parent 26f93feb2d
commit 2cdf752481
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,9 @@ spec:
- mountPath: /etc/kubernetes/ssl
name: "etc-kube-ssl"
readOnly: true
- mountPath: /var/run/dbus
name: "var-run-dbus"
readOnly: false
volumes:
- name: ssl-certs-host
hostPath:
@ -47,3 +50,6 @@ spec:
- name: "etc-kube-ssl"
hostPath:
path: "/etc/kubernetes/ssl"
- name: "var-run-dbus"
hostPath:
path: "/var/run/dbus"