Skip to content
Snippets Groups Projects
Commit 59a097b2 authored by Bogdan Dobrelya's avatar Bogdan Dobrelya Committed by GitHub
Browse files

Merge pull request #679 from kubernetes-incubator/kube-proxy-dbus

Add dbus socket dir to kube-proxy
parents d4078302 2cdf7524
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment