From 09e4418545dfaafbd3ae462d318e0b14f668c764 Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Tue, 26 Nov 2024 04:46:46 +0000 Subject: [PATCH] test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e9b4ded..91a12703 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ create-capl-cluster: clusterctl get kubeconfig $(CLUSTER_NAME) > $(KUBECONFIG_PATH) KUBECONFIG=$(KUBECONFIG_PATH) kubectl wait --for=condition=Ready nodes --all --timeout=600s # Remove all taints so that pods can be scheduled anywhere (without this, some tests fail) - KUBECONFIG=$(KUBECONFIG_PATH) kubectl taint nodes --all node-role.kubernetes.io/control-plane- + KUBECONFIG=$(KUBECONFIG_PATH) kubectl taint nodes -l node-role.kubernetes.io/control-plane node-role.kubernetes.io/control-plane- .PHONY: patch-linode-ccm patch-linode-ccm: