Skip to content

Commit c2baec1

Browse files
author
Sun
committed
[Fix] - Renamed "AWS_MASTER_STACK" to "AWS_STACK_NAME" when creating
worker nodes
1 parent 79cc7ad commit c2baec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-path-basics/102-your-first-cluster/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To launch your worker nodes, run the following CloudFormation CLI command:
6666
--stack-name k8s-workshop-worker-nodes \
6767
--template-url https://amazon-eks.s3-us-west-2.amazonaws.com/1.10.3/2018-06-05/amazon-eks-nodegroup.yaml \
6868
--capabilities "CAPABILITY_IAM" \
69-
--parameters "[{\"ParameterKey\": \"KeyName\", \"ParameterValue\": \"${AWS_MASTER_STACK}\"},
69+
--parameters "[{\"ParameterKey\": \"KeyName\", \"ParameterValue\": \"${AWS_STACK_NAME}\"},
7070
{\"ParameterKey\": \"NodeImageId\", \"ParameterValue\": \"${EKS_WORKER_AMI}\"},
7171
{\"ParameterKey\": \"ClusterName\", \"ParameterValue\": \"k8s-workshop\"},
7272
{\"ParameterKey\": \"NodeGroupName\", \"ParameterValue\": \"k8s-workshop-nodegroup\"},

0 commit comments

Comments
 (0)