Skip to content

Commit 9b1ead8

Browse files
authored
Merge pull request #8753 from Dhairya-Arora01/urlUpdate
📖 Changed the link and removed TODO
2 parents 77031c9 + 49e5b9c commit 9b1ead8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/book/src/tasks/experimental-features/ignition.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ export AWS_S3_BUCKET_NAME=my-bucket
7171
export AWS_CONTROL_PLANE_MACHINE_TYPE=t3a.small
7272
export AWS_NODE_MACHINE_TYPE=t3a.small
7373

74-
# TODO: Update --from URL once https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/2271 is merged.
7574
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 \
7776
--kubernetes-version v1.22.2 \
7877
--worker-machine-count 2 \
7978
> ignition-cluster.yaml

0 commit comments

Comments
 (0)