File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Parameters:
1313 Description : Current Red Hat Enterprise Linux CoreOS AMI to use for bootstrap.
1414 Type : AWS::EC2::Image::Id
1515 Subnet :
16- Description : The subnets, recommend private, to launch the master nodes into.
16+ Description : The subnets, recommend private, to launch the worker nodes into.
1717 Type : AWS::EC2::Subnet::Id
1818 WorkerSecurityGroupId :
19- Description : The master security group ID to associate with master nodes.
19+ Description : The worker security group ID to associate with worker nodes.
2020 Type : AWS::EC2::SecurityGroup::Id
2121 IgnitionLocation :
2222 Default : https://api-int.$CLUSTER_NAME.$DOMAIN:22623/config/worker
@@ -27,7 +27,7 @@ Parameters:
2727 Description : Base64 encoded certificate authority string to use.
2828 Type : String
2929 WorkerInstanceProfileName :
30- Description : IAM profile to associate with master nodes.
30+ Description : IAM profile to associate with worker nodes.
3131 Type : String
3232 WorkerInstanceType :
3333 Default : m5.large
You can’t perform that action at this time.
0 commit comments