Bug 2079517
Summary: | NodePort externalTrafficPolicy does not work for ovn-kubernetes | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Miciah Dashiel Butler Masters <mmasters> |
Component: | Networking | Assignee: | Miciah Dashiel Butler Masters <mmasters> |
Networking sub component: | router | QA Contact: | Hongan Li <hongli> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | anbhat, anusaxen, aos-bugs, astoycos, bbennett, dcbw, djuran, mapandey, mateusz.bacal, mmasters, moddi, openshift-bugzilla-robot, palonsor, rupatel, suc, surya, vpickard, zzhao |
Version: | 4.6 | ||
Target Milestone: | --- | ||
Target Release: | 4.9.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: On most cloud platforms, the ingress operator creates LoadBalancer-type services with "externalTrafficPolicy: Local" for ingress traffic. However, OVN-Kubernetes in OpenShift 4.9 does not implement "externalTrafficPolicy: Local".
Consequence: Usually, specifying "externalTrafficPolicy: Local" has no effect. However, some users report that it can cause imbalanced traffic over router pod replicas with some external load-balancers.
Fix: The ingress operator was changed to specify "externalTrafficPolicy: Cluster" when the cluster uses OVN-Kubernetes.
Result: Traffic should now be properly balanced across router pod replicas.
|
Story Points: | --- |
Clone Of: | 2060542 | Environment: | |
Last Closed: | 2022-06-14 12:54:10 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1903408 | ||
Bug Blocks: |
Comment 1
Hongan Li
2022-06-06 03:44:32 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.9.38 bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:4973 |