refactor: tolerations

This commit is contained in:
auricom
2021-07-30 09:43:09 +02:00
parent 0b9fedd63b
commit c920236777
7 changed files with 15 additions and 26 deletions

View File

@@ -19,10 +19,9 @@ spec:
values:
master:
tolerations:
- effect: NoExecute
operator: Exists
- effect: NoSchedule
operator: Exists
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
@@ -83,7 +82,6 @@ spec:
annotations:
configmap.reloader.stakater.com/reload: "nfd-worker-conf"
tolerations:
- effect: "NoExecute"
operator: "Exists"
- effect: "NoSchedule"
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"