From 09ae2ba0f63c30e139d91e9a3edd797b28d38722 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Tue, 22 Mar 2022 18:23:10 +0800 Subject: [PATCH] Clarify topology aware hints needs explicit enabling --- .../concepts/services-networking/topology-aware-hints.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/concepts/services-networking/topology-aware-hints.md b/content/en/docs/concepts/services-networking/topology-aware-hints.md index 4cc4f4aa5e..cd02b4015c 100644 --- a/content/en/docs/concepts/services-networking/topology-aware-hints.md +++ b/content/en/docs/concepts/services-networking/topology-aware-hints.md @@ -19,6 +19,12 @@ those network endpoints can be routed closer to where it originated. For example, you can route traffic within a locality to reduce costs, or to improve network performance. +{{< note >}} +The "topology-aware hints" feature is at Beta stage and it is **NOT** enabled +by default. To try out this feature, you have to enable the `TopologyAwareHints` +[feature gate](/docs/reference/command-line-tools-reference/feature-gates/). +{{< /note >}} + ## Motivation