mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Add dbus socket dir to kube-proxy
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user