Skip to content

OCPBUGS-42326: Added ETP=Local note to configuration-externalip.adoc #91120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: enterprise-4.15
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions modules/configuration-externalip.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ As a cluster administrator, you must configure routing to externalIPs. You must
To use IP address blocks defined by `autoAssignCIDRs` in {product-title}, you must configure the necessary IP address assignment and routing for your host network.
====

The following YAML describes a service with an external IP address configured:
The following YAML shows a `Service` object with a configured external IP:

.Example `Service` object with `spec.externalIPs[]` set
[source,yaml]
----
apiVersion: v1
Expand Down Expand Up @@ -56,3 +55,8 @@ status:
- ip: 192.168.132.253
# ...
----

[IMPORTANT]
====
Specifying `Local` for the `externalTrafficPolicy` parameter is not supported. If you set `Local` for this parameter, service ingress traffic that needs to reach pods gets incorrectly rerouted to the egress node that hosts the EgressIP. This situation causes connections to drop and the service to become unavailable.
====