File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
docs/book/src/tasks/experimental-features Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,8 @@ export AWS_S3_BUCKET_NAME=my-bucket
71
71
export AWS_CONTROL_PLANE_MACHINE_TYPE=t3a.small
72
72
export AWS_NODE_MACHINE_TYPE=t3a.small
73
73
74
- # TODO: Update --from URL once https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/2271 is merged.
75
74
clusterctl generate cluster ignition-cluster \
76
- --from https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/e7c89c9add92a4b233b26a1712518d9616d99e7a /templates/cluster-template-flatcar.yaml \
75
+ --from https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main /templates/cluster-template-flatcar.yaml \
77
76
--kubernetes-version v1.22.2 \
78
77
--worker-machine-count 2 \
79
78
> ignition-cluster.yaml
You can’t perform that action at this time.
0 commit comments