From 69c99fbccb711d32194eefd04419b854cacf8750 Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 6 Jul 2023 12:05:06 -0700 Subject: [PATCH] Update annotations-and-labels.mdx --- website/content/docs/k8s/annotations-and-labels.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/annotations-and-labels.mdx b/website/content/docs/k8s/annotations-and-labels.mdx index 30fa6dd14c..83295c993c 100644 --- a/website/content/docs/k8s/annotations-and-labels.mdx +++ b/website/content/docs/k8s/annotations-and-labels.mdx @@ -81,7 +81,7 @@ The following Kubernetes resource annotations could be used on a pod to control local port to listen for those connections. When transparent proxy is enabled, this annotation is optional. This annotation can be either _labeled_ or _unlabeled_. We recommend the labeled format because it has a more consistent syntax and can be used to reference cluster peers as upstreams. - - **Labeled** (requires Consul on Kubernetes v0.45.0+): + - **Labeled**: The labeled annotation format allows you to reference any service as an upstream. You can specify a Consul Enterprise namespace. You can also specify an admin partition in the same datacenter, a cluster peer, or a WAN-federated datacenter.