Service Traffic Policy: Fix constraints section

The constraints section incorrectly points out that
ITP and ETP are not co-habitable. This PR fixes this.
pull/32877/head
Surya Seetharaman 2022-04-12 13:15:43 +02:00
parent 8a8294121a
commit 7c46096b3e
1 changed files with 0 additions and 6 deletions

View File

@ -60,12 +60,6 @@ considered.
When the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) When the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
`ServiceInternalTrafficPolicy` is enabled, `spec.internalTrafficPolicy` defaults to "Cluster". `ServiceInternalTrafficPolicy` is enabled, `spec.internalTrafficPolicy` defaults to "Cluster".
## Constraints
* Service Internal Traffic Policy is not used when `externalTrafficPolicy` is set
to `Local` on a Service. It is possible to use both features in the same cluster
on different Services, just not on the same Service.
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}
* Read about [Topology Aware Hints](/docs/concepts/services-networking/topology-aware-hints) * Read about [Topology Aware Hints](/docs/concepts/services-networking/topology-aware-hints)