Skip to content

Commit 2b481b8

Browse files
committed
fix: use nodeadm mutations
1 parent 8cf88ab commit 2b481b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

make/clusterctl.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export CAPD_VERSION := $(shell GOWORK=off go list -m -f '{{ .Version }}' sigs.k8
66
export CAPA_VERSION := $(shell cd hack/third-party/capa && GOWORK=off go list -m -f '{{ .Version }}' sigs.k8s.io/cluster-api-provider-aws/v2)-ncn.0
77
export CAPX_VERSION := $(shell cd hack/third-party/capx && GOWORK=off go list -m -f '{{ .Version }}' github.com/nutanix-cloud-native/cluster-api-provider-nutanix)
88
export CAAPH_VERSION := $(shell cd hack/third-party/caaph && GOWORK=off go list -m -f '{{ .Version }}' sigs.k8s.io/cluster-api-addon-provider-helm)
9-
CAPA_PATCHED_IMAGE := ghcr.io/nutanix-cloud-native/cluster-api-aws-controller:$(CAPA_VERSION)-ncn.0
109

1110
# Leave Nutanix credentials empty here and set it when creating the clusters
1211
.PHONY: clusterctl.init
@@ -22,7 +21,7 @@ clusterctl.init:
2221
--core cluster-api:$(CAPI_VERSION) \
2322
--bootstrap kubeadm:$(CAPI_VERSION) \
2423
--control-plane kubeadm:$(CAPI_VERSION) \
25-
--infrastructure docker:$(CAPD_VERSION),aws:$(CAPA_VERSION)-ncn.0,nutanix:$(CAPX_VERSION) \
24+
--infrastructure docker:$(CAPD_VERSION),aws:$(CAPA_VERSION),nutanix:$(CAPX_VERSION) \
2625
--addon helm:$(CAAPH_VERSION) \
2726
--config clusterctl.yaml \
2827
--wait-providers

0 commit comments

Comments
 (0)