-
Bug
-
Resolution: Done-Errata
-
Major
-
4.13.z, 4.14.z, 4.15.0
-
Important
-
No
-
Proposed
-
False
-
-
N/A
-
Release Note Not Required
Description of problem:
To make AWS Load Balancer Operator work on HyperShift, one of the requirements is the ELB tag should be set on subnets. see https://github.com/openshift/aws-load-balancer-operator/blob/main/docs/prerequisites.md#vpc-and-subnets The value of `kubernetes.io/role/elb` or `kubernetes.io/role/internal-elb`should be 1 or ``. but from the code below, hypershift uses "true" https://github.com/openshift/hypershift/blob/3e1db35d562d069797f9dec2b47227744f689684/cmd/infra/aws/ec2.go#L226
Version-Release number of selected component (if applicable):
How reproducible:
100%
Steps to Reproduce:
1. install hypershift cluster 2. check subnet tags 3.
Actual results:
value of `kubernetes.io/role/elb` is "true"
Expected results:
value of `kubernetes.io/role/elb` is 1 or ``
Additional info: