mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
e293f52061ba2007f3a2548f2f1c6ef248472e54
Setting `.spec.endpointTrafficPolicy=Local` disables node's ability to redirect NodePort traffic to other nodes when no endpoint of that NodePort Service exists on the target node. This means that LoadBalancer Services need to be smart and only direct traffic to nodes that host the endpoint pods. This is normally achieved by using endpoint healthchecks. This commit adds a note that it is required to enable "health monitors" support in OpenStack cloud-provider configuration in order to support `ETP=Local` Services. As OVN Octavia provider in OSP16 does not support health monitors, a note is added that `ETP=Local` Services will not function properly with OVN Octavia provider. Also for ingresses with `endpointPublishingStrategy=LoadBalancerService` the created Service will have `ETP=Local` configured. This commit also adds a note to the ingress operator docs that informs that in OpenStack additional configuration of the cloud provider is required to support such Services.
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
= OpenShift Documentation Welcome to the OpenShift documentation GitHub repository. To contribute to OpenShift docs, see https://github.com/openshift/openshift-docs/blob/master/contributing_to_docs/contributing.adoc
Description
Languages
HTML
33.5%
CSS
24%
Python
23.6%
JavaScript
10.8%
Shell
7%
Other
0.9%