mirror of https://github.com/hashicorp/consul
Update install-k8s.mdx
parent
2fe8249eb5
commit
9bfd5dadac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue