Skip to content

Commit eda627b

Browse files
author
Rahul Sharma
committed
fix install failures by pinning bootstrap and control-plane versions
1 parent 4837335 commit eda627b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ HELM_VERSION ?= v3.16.3
1515
#####################################################################
1616
CLUSTER_NAME ?= ccm-$(shell git rev-parse --short HEAD)
1717
K8S_VERSION ?= "v1.31.2"
18-
CAPI_VERSION ?= "v1.6.3"
18+
CAPI_VERSION ?= "v1.8.5"
1919
CAAPH_VERSION ?= "v0.2.1"
2020
CAPL_VERSION ?= "v0.7.1"
2121
CONTROLPLANE_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)

0 commit comments

Comments
 (0)