From 0a82dbae02b015212dcd0fbdccc71e15a0af2d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Krienb=C3=BChl?= Date: Thu, 29 Feb 2024 21:38:13 +0100 Subject: [PATCH] Ignore not-ready taint on nodes By tolerating it, the CCM can be installed while the CNI is installing. --- deploy/latest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/latest.yml b/deploy/latest.yml index 8e173cd..b0675a8 100644 --- a/deploy/latest.yml +++ b/deploy/latest.yml @@ -131,6 +131,8 @@ spec: - key: "node.cloudprovider.kubernetes.io/uninitialized" value: "true" effect: "NoSchedule" + - key: "node.kubernetes.io/not-ready" + effect: "NoSchedule" hostNetwork: true containers: - name: cloudscale-cloud-controller-manager