mirror of https://github.com/hashicorp/consul
Update install-k8s.mdx
parent
b7a11e9943
commit
39b4b743e0
|
@ -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…
Reference in New Issue