Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
mount xtables lock in proxy (#4210)
Browse files Browse the repository at this point in the history
  • Loading branch information
khenidak authored and jackfrancis committed Nov 8, 2018
1 parent 25936ea commit 9af6cef
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
- mountPath: /var/lib/kubelet/kubeconfig
name: kubeconfig
readOnly: true
- mountPath: /run/xtables.lock
name: iptableslock
hostNetwork: true
volumes:
- hostPath:
Expand All @@ -54,5 +56,8 @@ spec:
- hostPath:
path: /etc/kubernetes
name: etc-kubernetes
- hostPath:
path: /run/xtables.lock
name: iptableslock
nodeSelector:
beta.kubernetes.io/os: linux

0 comments on commit 9af6cef

Please sign in to comment.