From ac5d4429019b40cb4974992909599bc0c35807bf Mon Sep 17 00:00:00 2001 From: Jakub Stejskal Date: Fri, 6 Sep 2024 09:48:01 +0200 Subject: [PATCH] Remove tolerations from Strimzi deployment Signed-off-by: Jakub Stejskal --- .../infra-setup/install/install_strimzi.yaml | 5 ----- .../templates/strimzi/kafka/00-kafka.yaml | 20 ------------------- 2 files changed, 25 deletions(-) diff --git a/install/roles/automation-hub/tasks/infra-setup/install/install_strimzi.yaml b/install/roles/automation-hub/tasks/infra-setup/install/install_strimzi.yaml index 35de5495..06b92134 100644 --- a/install/roles/automation-hub/tasks/infra-setup/install/install_strimzi.yaml +++ b/install/roles/automation-hub/tasks/infra-setup/install/install_strimzi.yaml @@ -57,11 +57,6 @@ operator: In values: - worker - tolerations: - - key: "nodetype" - operator: "Equal" - value: "worker" - effect: "NoSchedule" logLevelOverride: "DEBUG" - name: Apply metrics related config for Strimzi operator diff --git a/install/roles/automation-hub/templates/strimzi/kafka/00-kafka.yaml b/install/roles/automation-hub/templates/strimzi/kafka/00-kafka.yaml index 8ffa0927..de7bd085 100755 --- a/install/roles/automation-hub/templates/strimzi/kafka/00-kafka.yaml +++ b/install/roles/automation-hub/templates/strimzi/kafka/00-kafka.yaml @@ -107,11 +107,6 @@ spec: podDisruptionBudget: maxUnavailable: 0 pod: - tolerations: - - key: "nodetype" - operator: "Equal" - value: "worker" - effect: "NoSchedule" affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -134,11 +129,6 @@ spec: entityOperator: template: pod: - tolerations: - - key: "nodetype" - operator: "Equal" - value: "worker" - effect: "NoSchedule" affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -189,11 +179,6 @@ spec: kafkaExporter: template: pod: - tolerations: - - key: "nodetype" - operator: "Equal" - value: "worker" - effect: "NoSchedule" affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -230,11 +215,6 @@ spec: name: event-bus-cruise-control-jmx-exporter-configuration template: pod: - tolerations: - - key: "nodetype" - operator: "Equal" - value: "worker" - effect: "NoSchedule" affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: