mirror of https://github.com/hashicorp/consul
Update install-k8s.mdx
parent
5aaace4994
commit
2fe8249eb5
|
@ -49,6 +49,26 @@ The Consul API gateway ships with Consul and is automatically installed when you
|
|||
```
|
||||
</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>
|
||||
|
||||
</Tabs>
|
||||
|
|
Loading…
Reference in New Issue