File tree 2 files changed +2
-2
lines changed
next/modules/en/pages/user
v0.17/modules/en/pages/user
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ export AWS_SSH_KEY_NAME="aws-ssh-key"
312
312
export AWS_REGION="aws-region"
313
313
export AWS_AMI_ID="ami-id"
314
314
315
- curl -s https://raw.githubusercontent.com/rancher/cluster-api-provider-rke2/refs/heads/main/examples/aws/cluster-template.yaml | envsubst > cluster1.yaml
315
+ curl -s https://raw.githubusercontent.com/rancher/cluster-api-provider-rke2/refs/heads/main/examples/templates/ aws/cluster-template.yaml | envsubst > cluster1.yaml
316
316
----
317
317
+
318
318
. View **cluster1.yaml** and examine the resulting YAML file. You can make any changes you want as well.
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ export AWS_SSH_KEY_NAME="aws-ssh-key"
312
312
export AWS_REGION="aws-region"
313
313
export AWS_AMI_ID="ami-id"
314
314
315
- curl -s https://raw.githubusercontent.com/rancher/cluster-api-provider-rke2/refs/heads/main/examples/aws/cluster-template.yaml | envsubst > cluster1.yaml
315
+ curl -s https://raw.githubusercontent.com/rancher/cluster-api-provider-rke2/refs/heads/main/examples/templates/ aws/cluster-template.yaml | envsubst > cluster1.yaml
316
316
----
317
317
+
318
318
. View **cluster1.yaml** and examine the resulting YAML file. You can make any changes you want as well.
You can’t perform that action at this time.
0 commit comments