mirror of https://github.com/status-im/consul.git
docs: K8s docs cleanup (#20820)
* Update install.mdx * Update install-k8s.mdx
This commit is contained in:
parent
df4c288ba8
commit
08bfca0193
|
@ -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>
|
||||
|
|
|
@ -104,7 +104,7 @@ NAME: consul
|
|||
...
|
||||
```
|
||||
|
||||
### Install Consul on OpenShift clusters
|
||||
### Install Consul on Red Hat OpenShift
|
||||
|
||||
[Red Hat OpenShift](https://www.redhat.com/en/technologies/cloud-computing/openshift) is a security-conscious, opinionated wrapper for Kubernetes. To install Consul on OpenShift-managed Kubernetes, set `global.openshift.enabled=true` in your [custom installation](#custom-installation) values file:
|
||||
|
||||
|
|
Loading…
Reference in New Issue