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
6 changes: 6 additions & 0 deletions bindata/network/kuryr/005-daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ spec:
mountPath: /host_proc
- name: openvswitch
mountPath: /var/run/openvswitch
- name: netns
mountPath: /run/netns
mountPropagation: HostToContainer
{{ if (default true .DaemonEnableProbes) eq "true" }}
readinessProbe:
failureThreshold: 10
Expand Down Expand Up @@ -85,6 +88,9 @@ spec:
- name: proc
hostPath:
path: /proc
- name: netns
hostPath:
path: /run/netns
- name: openvswitch
hostPath:
path: /var/run/openvswitch
Expand Down