From 5ebdf32456a3818eaabf989719ef359890b89db3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Jan 2026 18:46:06 +0100 Subject: [PATCH] fix(t8s-cluster/workload-cluster): add missing tolerations --- .../t8s-cluster/templates/workload-cluster/cni-cilium.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml b/charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml index fa9a16fa9d..827858a411 100644 --- a/charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml +++ b/charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml @@ -97,6 +97,11 @@ spec: tolerations: - key: node.cluster.x-k8s.io/uninitialized effect: NoSchedule + - key: node.cloudprovider.kubernetes.io/uninitialized + effect: NoSchedule + value: "true" + - key: node.kubernetes.io/not-ready + effect: NoSchedule {{- end }} prometheus: enabled: true