Skip to content

Commit cee8097

Browse files
committed
build: Enable CAPA provider in KinD deployment
1 parent 9e53a26 commit cee8097

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

make/clusterctl.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ clusterctl.init:
66
env CLUSTER_TOPOLOGY=true \
77
EXP_RUNTIME_SDK=true \
88
EXP_CLUSTER_RESOURCE_SET=true \
9+
EXP_MACHINE_POOL=true \
10+
AWS_B64ENCODED_CREDENTIALS= \
911
clusterctl init \
1012
--kubeconfig=$(KIND_KUBECONFIG) \
11-
--infrastructure docker \
13+
--infrastructure docker,aws \
1214
--wait-providers
1315

1416
.PHONY: clusterctl.delete

0 commit comments

Comments
 (0)