Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions bindata/network/multus/003-dhcp-daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,18 @@ spec:
mountPath: /host/run/cni
- name: procpath
mountPath: /host/proc
- name: netnspath
mountPath: /host/var/run/netns
mountPropagation: HostToContainer
volumes:
- name: socketpath
hostPath:
path: /run/cni
- name: procpath
hostPath:
path: /proc
- name: netnspath
hostPath:
path: /run/netns

{{- end}}