-
Bug
-
Resolution: Done-Errata
-
Major
-
4.16
This is a clone of issue OCPBUGS-31563. The following is the description of the original issue:
—
Description of problem:
Port 22 is added to the worker node security group in TF install [1]: resource "aws_security_group_rule" "worker_ingress_ssh" { type = "ingress" security_group_id = aws_security_group.worker.id description = local.description protocol = "tcp" cidr_blocks = var.cidr_blocks from_port = 22 to_port = 22 } But it's missing in SDK install [2] [1] https://github.com/openshift/installer/blob/master/data/data/aws/cluster/vpc/sg-worker.tf#L39-L48 [2] https://github.com/openshift/installer/pull/7676/files#diff-c89a0152f7d51be6e3830081d1c166d9333628982773c154d8fc9a071c8ff765R272
Version-Release number of selected component (if applicable):
4.16.0-0.nightly-2024-03-31-180021
How reproducible:
Always
Steps to Reproduce:
1. Create a cluster using SDK installation method 2. 3.
Actual results:
See description.
Expected results:
Port 22 is added to worker node's security group.
Additional info:
- clones
-
OCPBUGS-31563 [AWS SDK Install] Port 22 is missing worker node's security group in SDK install
- Closed
- is blocked by
-
OCPBUGS-31563 [AWS SDK Install] Port 22 is missing worker node's security group in SDK install
- Closed
- links to
-
RHBA-2024:2664 OpenShift Container Platform 4.15.z bug fix update