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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue