From 779e6552a0ffe851cf1c74ce7737f0cca44bfb53 Mon Sep 17 00:00:00 2001 From: halewang Date: Tue, 19 Nov 2024 14:26:10 +0800 Subject: [PATCH] tke-event-collector add tolerations --- incubator/tke-event-collector/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/incubator/tke-event-collector/templates/deployment.yaml b/incubator/tke-event-collector/templates/deployment.yaml index b5f14ae..c85cf6a 100644 --- a/incubator/tke-event-collector/templates/deployment.yaml +++ b/incubator/tke-event-collector/templates/deployment.yaml @@ -35,6 +35,10 @@ spec: values: - eklet serviceAccountName: tke-event-collector + tolerations: + - effect: NoSchedule + key: eks.tke.cloud.tencent.com/eklet + operator: Exists containers: - command: - kube-event-collector