Backport of docs: K8s docs cleanup into release/1.17.x (#20827)

* backport of commit b7a11e9943

* backport of commit 39b4b743e0

---------

Co-authored-by: David Yu <dyu@hashicorp.com>
pull/20838/head
hc-github-team-consul-core 9 months ago committed by GitHub
parent 803d7f695e
commit d4e5edc157
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 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>

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

Loading…
Cancel
Save