Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Nov 26, 2024
1 parent fe9231c commit f96406b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ create-capl-cluster:
kubectl wait --for=condition=NodeHealthy=true machines -l cluster.x-k8s.io/cluster-name=$(CLUSTER_NAME) --timeout=900s
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 --all

.PHONY: patch-linode-ccm
patch-linode-ccm:
Expand Down

0 comments on commit f96406b

Please sign in to comment.