Add dbus socket dir to kube-proxy
This commit is contained in:
parent
26f93feb2d
commit
2cdf752481
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||||
- 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"
|
||||||
|
|
Loading…
Reference in a new issue