File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ HELM_VERSION ?= v3.16.3
1515# ####################################################################
1616CLUSTER_NAME ?= ccm-$(shell git rev-parse --short HEAD)
1717K8S_VERSION ?= "v1.31.2"
18- CAPI_VERSION ?= "v1.6.3 "
18+ CAPI_VERSION ?= "v1.8.5 "
1919CAAPH_VERSION ?= "v0.2.1"
2020CAPL_VERSION ?= "v0.7.1"
2121CONTROLPLANE_NODES ?= 1
@@ -175,6 +175,8 @@ mgmt-cluster:
175175 --wait-providers \
176176 --wait-provider-timeout 600 \
177177 --core cluster-api:$(CAPI_VERSION ) \
178+ --bootstrap kubeadm:$(CAPI_VERSION ) \
179+ --control-plane kubeadm:$(CAPI_VERSION ) \
178180 --addon helm:$(CAAPH_VERSION ) \
179181 --infrastructure linode-linode:$(CAPL_VERSION )
180182 kind get kubeconfig --name=caplccm > $(MGMT_KUBECONFIG_PATH )
You can’t perform that action at this time.
0 commit comments