From c84fe812c5e67c466f95f5ffb82783a48bc990cb Mon Sep 17 00:00:00 2001 From: David Yu Date: Mon, 31 Jan 2022 09:00:20 -0800 Subject: [PATCH] docs: Small changes to API Gateway docs (#12226) * docs: Small changes to API Gateway docs * Update api-gateway.mdx * Update website/content/docs/api-gateway.mdx Co-authored-by: mrspanishviking Co-authored-by: mrspanishviking --- website/content/docs/api-gateway.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/api-gateway.mdx b/website/content/docs/api-gateway.mdx index 229ba0e9ec..7c1c096b92 100644 --- a/website/content/docs/api-gateway.mdx +++ b/website/content/docs/api-gateway.mdx @@ -21,10 +21,10 @@ Consul API Gateway implements the Kubernetes [Gateway API Specification](https:/ Your datacenter must meet the following requirements prior to configuring the Consul API Gateway: -- A Kubernetes cluster must be running +- Kubernetes 1.21+ - `kubectl` 1.21+ - Consul 1.11.2+ -- HashiCorp Helm chart 0.40.0+ +- HashiCorp Consul Helm chart 0.40.0+ ## Installation @@ -38,7 +38,7 @@ Your datacenter must meet the following requirements prior to configuring the Co -1. Create a values file for your Consul server agents that contains the following parameters: +1. Create a `values.yaml` file for your Consul API Gateway deployment. Copy the content below into the `values.yaml` file. The `values.yaml` will be used by the Consul Helm chart. See [Helm Chart Configuration - apigateway](https://www.consul.io/docs/k8s/helm#apigateway) for more available options on how to configure your Consul API Gateway deployment via the Helm chart.