We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411dd19 commit cc98613Copy full SHA for cc98613
hack/test/clusterctl.yaml
@@ -0,0 +1,7 @@
1
+providers:
2
+ - name: "talos"
3
+ url: "https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/latest/bootstrap-components.yaml"
4
+ type: "BootstrapProvider"
5
6
+ url: "https://github.com/siderolabs/cluster-api-control-plane-provider-talos/releases/latest/control-plane-components.yaml"
7
+ type: "ControlPlaneProvider"
hack/test/e2e-capi.sh
@@ -24,6 +24,7 @@ export AWS_B64ENCODED_CREDENTIALS=${AWS_SVC_ACCT}
24
set -x
25
26
${CLUSTERCTL} init \
27
+ --config hack/test/clusterctl.yaml \
28
--core "cluster-api:v${CAPI_VERSION}" \
29
--control-plane "talos" \
30
--infrastructure "aws:v${CAPA_VERSION},gcp:v${CAPG_VERSION}" \
0 commit comments