Skip to content

Commit 4c3505c

Browse files
committed
OCPBUGS-29388: upi: aws: fix typo in worker templates
The description should say "worker" not "master".
1 parent a9da892 commit 4c3505c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

upi/aws/cloudformation/06_cluster_worker_node.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)