docs: K8s docs cleanup (#20820)

* Update install.mdx
* Update install-k8s.mdx
This commit is contained in:
David Yu 2024-03-11 10:56:37 -07:00 committed by GitHub
parent df4c288ba8
commit 08bfca0193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

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

View File

@ -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: [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: