Bug 2139477
| Summary: | Tags on AWS security group for gateway node break cloud-controller LoadBalancer | ||
|---|---|---|---|
| Product: | Red Hat Advanced Cluster Management for Kubernetes | Reporter: | Jason Kincl <jkincl> |
| Component: | Submariner | Assignee: | Stephen Kitt <skitt> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Noam Manos <nmanos> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhacm-2.6 | CC: | ecai, maafried, mbabushk, nyechiel |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | rhacm-2.7 | Flags: | bot-tracker-sync:
rhacm-2.7+
nyechiel: rhacm-2.7.z+ |
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-01-31 21:49:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jason Kincl
2022-11-02 16:19:58 UTC
Thanks for the detailed investigation! The fix has been verified. Load balancer resource has been created successfully. $ oc create svc loadbalancer test-lb --tcp=80:8080 service/test-lb created $ oc describe svc test-lb Name: test-lb Namespace: default Labels: app=test-lb Annotations: <none> Selector: app=test-lb Type: LoadBalancer IP Family Policy: SingleStack IP Families: IPv4 IP: 172.30.150.3 IPs: 172.30.150.3 LoadBalancer Ingress: a37cd338a5f9d4cb092eb8f4c2948543-759125983.us-west-1.elb.amazonaws.com Port: 80-8080 80/TCP TargetPort: 8080/TCP NodePort: 80-8080 30620/TCP Endpoints: <none> Session Affinity: None External Traffic Policy: Cluster Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal EnsuringLoadBalancer 30s service-controller Ensuring load balancer Normal EnsuredLoadBalancer 27s service-controller Ensured load balancer |