Configure pod priority for kube-proxy when enabled

This commit is contained in:
Zihong Zheng
2017-08-21 18:11:15 -07:00
parent 09e2e251a8
commit f2def6575c
4 changed files with 17 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ spec:
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
spec:
{{pod_priority}}
hostNetwork: true
nodeSelector:
beta.kubernetes.io/kube-proxy-ds-ready: "true"