From 7c46096b3e9d5b0a7930868530ed658b6dfbcc11 Mon Sep 17 00:00:00 2001 From: Surya Seetharaman Date: Tue, 12 Apr 2022 13:15:43 +0200 Subject: [PATCH] Service Traffic Policy: Fix constraints section The constraints section incorrectly points out that ITP and ETP are not co-habitable. This PR fixes this. --- .../concepts/services-networking/service-traffic-policy.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/en/docs/concepts/services-networking/service-traffic-policy.md b/content/en/docs/concepts/services-networking/service-traffic-policy.md index b7a367a4b7..b9abe34b3f 100644 --- a/content/en/docs/concepts/services-networking/service-traffic-policy.md +++ b/content/en/docs/concepts/services-networking/service-traffic-policy.md @@ -60,12 +60,6 @@ considered. When the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) `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" %}} * Read about [Topology Aware Hints](/docs/concepts/services-networking/topology-aware-hints)