Remove mount /var/run from host to avoid DNS lookup failure
The host's /var/run/nscd leaking into the pod and it caused the DNS lookup failure. Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
parent
7533ae2fe2
commit
4d48b11f6b
@ -45,9 +45,6 @@ spec:
|
|||||||
mountPath: /host/dev/
|
mountPath: /host/dev/
|
||||||
- name: proc
|
- name: proc
|
||||||
mountPath: /host/proc/
|
mountPath: /host/proc/
|
||||||
- name: varrun
|
|
||||||
mountPath: /var/run/
|
|
||||||
mountPropagation: Bidirectional
|
|
||||||
- name: longhorn
|
- name: longhorn
|
||||||
mountPath: /var/lib/longhorn/
|
mountPath: /var/lib/longhorn/
|
||||||
mountPropagation: Bidirectional
|
mountPropagation: Bidirectional
|
||||||
@ -75,9 +72,6 @@ spec:
|
|||||||
- name: proc
|
- name: proc
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /proc/
|
path: /proc/
|
||||||
- name: varrun
|
|
||||||
hostPath:
|
|
||||||
path: /var/run/
|
|
||||||
- name: longhorn
|
- name: longhorn
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/longhorn/
|
path: /var/lib/longhorn/
|
||||||
|
Loading…
Reference in New Issue
Block a user