Skip to content

Commit 7a7c356

Browse files
Merge pull request #9689 from tthvo/OCPBUGS-54502
OCPBUGS-54502: ensure ctrplane nodes can access bootstrap MCS
2 parents 2542d02 + 9f87777 commit 7a7c356

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/asset/manifests/aws/cluster.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ func GenerateClusterAssets(ic *installconfig.InstallConfig, clusterID *installco
185185
},
186186
IngressRules: []capa.IngressRule{
187187
{
188-
Description: "Machine Config Server internal traffic from cluster",
189-
Protocol: capa.SecurityGroupProtocolTCP,
190-
FromPort: 22623,
191-
ToPort: 22623,
192-
CidrBlocks: []string{capiutils.CIDRFromInstallConfig(ic).String()},
188+
Description: "Machine Config Server internal traffic from cluster",
189+
Protocol: capa.SecurityGroupProtocolTCP,
190+
FromPort: 22623,
191+
ToPort: 22623,
192+
SourceSecurityGroupRoles: []capa.SecurityGroupRole{"node", "controlplane"},
193193
},
194194
},
195195
},

0 commit comments

Comments
 (0)