mirror of https://github.com/kubernetes/kops.git
add missing priorityClassName to flannel DaemonSet
This commit is contained in:
parent
69fe8e3689
commit
6c85fd8b52
|
|
@ -106,6 +106,7 @@ spec:
|
|||
app: flannel
|
||||
role.kubernetes.io/networking: "1"
|
||||
spec:
|
||||
priorityClassName: system-node-critical
|
||||
hostNetwork: true
|
||||
nodeSelector:
|
||||
beta.kubernetes.io/arch: amd64
|
||||
|
|
|
|||
Loading…
Reference in New Issue