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