Update install.mdx

pull/20813/head
David Yu 9 months ago committed by GitHub
parent d4761c0ccd
commit 66bbd9e156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -136,9 +136,17 @@ The following working example enables both Consul Service Mesh and Consul API Ga
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>

Loading…
Cancel
Save