Set pod priority on kube-proxy by default

This commit is contained in:
Zihong Zheng
2018-02-20 20:39:48 -08:00
parent 3876a688eb
commit 15b13bfe69
3 changed files with 2 additions and 7 deletions

View File

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