1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

Merge pull request #8953 from openshift-cherrypick-robot/cherry-pick-8591-to-release-4.16

[release-4.16] OCPBUGS-39496: capi/aws/byo-vpc/multi-cidr: fix group rules
This commit is contained in:
openshift-merge-bot[bot]
2024-09-12 07:05:38 +00:00
committed by GitHub

View File

@@ -126,7 +126,7 @@ func GenerateClusterAssets(ic *installconfig.InstallConfig, clusterID *installco
Protocol: capa.SecurityGroupProtocolTCP,
FromPort: 22623,
ToPort: 22623,
SourceSecurityGroupRoles: []capa.SecurityGroupRole{"node", "controlplane"},
SourceSecurityGroupRoles: []capa.SecurityGroupRole{"node", "controlplane", "apiserver-lb"},
},
{
Description: "controller-manager",