Update install-k8s.mdx

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

View File

@ -49,6 +49,26 @@ The Consul API gateway ships with Consul and is automatically installed when you
``` ```
</CodeBlockConfig> </CodeBlockConfig>
</Tab>
<Tab heading="GKE Autopilot">
<CodeBlockConfig filename="values.yaml">
```yaml
global:
name: consul
connectInject:
enabled: true
apiGateway:
manageExternalCRDs: false
manageNonStandardCRDs: true
cni:
enabled: true
logLevel: info
cniBinDir: "/home/kubernetes/bin"
cniNetDir: "/etc/cni/net.d"
```
</CodeBlockConfig>
</Tab> </Tab>
</Tabs> </Tabs>