Update install-k8s.mdx

pull/20820/head
David Yu 9 months ago committed by GitHub
parent b7a11e9943
commit 39b4b743e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -70,9 +70,17 @@ The Consul API gateway ships with Consul and is automatically installed when you
manageNonStandardCRDs: true
cni:
enabled: true
logLevel: info
logLevel: debug
cniBinDir: "/home/kubernetes/bin"
cniNetDir: "/etc/cni/net.d"
server:
resources:
requests:
memory: "500Mi"
cpu: "500m"
limits:
memory: "500Mi"
cpu: "500m"
```
</CodeBlockConfig>
</Tab>

Loading…
Cancel
Save