From d4d62a566744333e8a697b01d81bda014bab9052 Mon Sep 17 00:00:00 2001 From: sridhar <47156711+srikrishmurthy@users.noreply.github.com> Date: Wed, 21 Jul 2021 16:18:40 -0700 Subject: [PATCH 1/3] Update ingress-gateways.mdx Updated a note in the ingress-gateway YAML that the ingress gateway name must match with what's configured in the helm chart --- website/content/docs/k8s/connect/ingress-gateways.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/k8s/connect/ingress-gateways.mdx b/website/content/docs/k8s/connect/ingress-gateways.mdx index dfae0bef24..9fa9aa07ef 100644 --- a/website/content/docs/k8s/connect/ingress-gateways.mdx +++ b/website/content/docs/k8s/connect/ingress-gateways.mdx @@ -78,6 +78,7 @@ spec: services: - name: static-server ``` +~> **Note:** The value in the 'name' field for ingressgateway must match the name used in the helm chart. For example, in the above YAML, the name ingress-gateway" is the same name used in the helm chart YAML configuration. Apply the `IngressGateway` resource with `kubectl apply`: From 8b4672f6445d7deef4359b42689ae82a0f1d85b3 Mon Sep 17 00:00:00 2001 From: sridhar <47156711+srikrishmurthy@users.noreply.github.com> Date: Wed, 4 Aug 2021 16:25:36 -0700 Subject: [PATCH 2/3] Update website/content/docs/k8s/connect/ingress-gateways.mdx Co-authored-by: Blake Covarrubias --- website/content/docs/k8s/connect/ingress-gateways.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/docs/k8s/connect/ingress-gateways.mdx b/website/content/docs/k8s/connect/ingress-gateways.mdx index 9fa9aa07ef..767ff2093c 100644 --- a/website/content/docs/k8s/connect/ingress-gateways.mdx +++ b/website/content/docs/k8s/connect/ingress-gateways.mdx @@ -78,7 +78,10 @@ spec: services: - name: static-server ``` -~> **Note:** The value in the 'name' field for ingressgateway must match the name used in the helm chart. For example, in the above YAML, the name ingress-gateway" is the same name used in the helm chart YAML configuration. +~> **Note:** The 'name' field for the IngressGateway resource must match the name +specified when creating the gateway in the Helm chart. In the above example, the +name "ingress-gateway" is the [default name](https://www.consul.io/docs/k8s/helm#v-ingressgateways-gateways-name) +used by the Helm chart when enabling ingress gateways. Apply the `IngressGateway` resource with `kubectl apply`: From cf66becabeea30004631ab87d9b2ea5dcf4521e7 Mon Sep 17 00:00:00 2001 From: sridhar <47156711+srikrishmurthy@users.noreply.github.com> Date: Tue, 17 Aug 2021 16:32:35 -0700 Subject: [PATCH 3/3] Update website/content/docs/k8s/connect/ingress-gateways.mdx Co-authored-by: Blake Covarrubias --- website/content/docs/k8s/connect/ingress-gateways.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/connect/ingress-gateways.mdx b/website/content/docs/k8s/connect/ingress-gateways.mdx index 767ff2093c..d182a31817 100644 --- a/website/content/docs/k8s/connect/ingress-gateways.mdx +++ b/website/content/docs/k8s/connect/ingress-gateways.mdx @@ -80,7 +80,7 @@ spec: ``` ~> **Note:** The 'name' field for the IngressGateway resource must match the name specified when creating the gateway in the Helm chart. In the above example, the -name "ingress-gateway" is the [default name](https://www.consul.io/docs/k8s/helm#v-ingressgateways-gateways-name) +name "ingress-gateway" is the [default name](/docs/k8s/helm#v-ingressgateways-gateways-name) used by the Helm chart when enabling ingress gateways. Apply the `IngressGateway` resource with `kubectl apply`: