Remove outdated CriticalAddonsOnly toleration and critical-pod annotation (#6202)

This commit is contained in:
Florian Ruynat
2020-06-09 14:23:30 +02:00
committed by GitHub
parent f2ca929a4a
commit 101686c665
16 changed files with 0 additions and 46 deletions

View File

@@ -30,7 +30,6 @@ spec:
labels:
k8s-app: dns-autoscaler{{ coredns_ordinal_suffix }}
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ""
seccomp.security.alpha.kubernetes.io/pod: 'runtime/default'
spec:
priorityClassName: system-cluster-critical
@@ -43,8 +42,6 @@ spec:
- effect: NoSchedule
operator: Equal
key: node-role.kubernetes.io/master
- key: "CriticalAddonsOnly"
operator: "Exists"
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution: