Skip to content

Commit 9d31999

Browse files
committed
fix olm-operators tolerations
1 parent fb76336 commit 9d31999

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

manifests/0000_50_olm_11-olm-operators.configmap.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,17 @@ data:
8888
nodeSelector:
8989
beta.kubernetes.io/os: linux
9090
node-role.kubernetes.io/master: ""
91-
92-
tolerations:
93-
- operator: Exists
94-
91+
- key: "node-role.kubernetes.io/master"
92+
operator: "Exists"
93+
effect: "NoSchedule"
94+
- key: "node.kubernetes.io/unreachable"
95+
operator: "Exists"
96+
effect: "NoExecute"
97+
tolerationSeconds: 120
98+
- key: "node.kubernetes.io/not-ready"
99+
operator: "Exists"
100+
effect: "NoExecute"
101+
tolerationSeconds: 120
95102
containers:
96103
- name: packageserver
97104
command:

0 commit comments

Comments
 (0)