add missing priorityClassName to flannel DaemonSet

This commit is contained in:
Elad Dolev 2019-10-29 12:10:31 +02:00
parent 69fe8e3689
commit 6c85fd8b52
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ spec:
app: flannel app: flannel
role.kubernetes.io/networking: "1" role.kubernetes.io/networking: "1"
spec: spec:
priorityClassName: system-node-critical
hostNetwork: true hostNetwork: true
nodeSelector: nodeSelector:
beta.kubernetes.io/arch: amd64 beta.kubernetes.io/arch: amd64