From 6aed75aead97c86bcda8813aa483092d1f8cc9ab Mon Sep 17 00:00:00 2001 From: Michael Zalimeni Date: Wed, 29 Nov 2023 09:39:54 -0500 Subject: [PATCH] docs: Rename locality docs observe section to verification Follow-up to #19605 review. --- .../docs/connect/manage-traffic/route-to-local-upstreams.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/connect/manage-traffic/route-to-local-upstreams.mdx b/website/content/docs/connect/manage-traffic/route-to-local-upstreams.mdx index 4fd7af0f68..ca825e16ac 100644 --- a/website/content/docs/connect/manage-traffic/route-to-local-upstreams.mdx +++ b/website/content/docs/connect/manage-traffic/route-to-local-upstreams.mdx @@ -253,7 +253,7 @@ kubectl label node $K8S_NODE topology.kubernetes.io/region="us-east-1" topology. After setting these values, subsequent service and proxy registrations in your cluster inherit the values from their local Kubernetes node. -## Observe route changes +## Verification The routes from each downstream service instance to the nearest set of healthy upstream instances are the most immediately observable routing changes.