Update install-k8s.mdx

pull/20697/head
David Yu 2024-02-21 16:32:37 -08:00 committed by GitHub
parent 2fe8249eb5
commit 9bfd5dadac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ The Consul API gateway ships with Consul and is automatically installed when you
</Tab>
<Tab heading="GKE Autopilot">
By default, GKE Autopilot also installs [Gateway API](https://gateway-api.sigs.k8s.io) resources, so it is recommended to customize the `connectInject.apiGateway` stanza to accomodate for the pre-installed Gateway API CRDs. Below is a working example that enables both Consul Service Mesh and Consul API Gateway on GKE Autopilot. Refer to [`connectInject.agiGateway` in the Helm chart reference](https://developer.hashicorp.com/consul/docs/k8s/helm#v-connectinject-apigateway) for additional information.
<CodeBlockConfig filename="values.yaml">
```yaml