mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Updated cert mgr Helm chart code 2.6
This commit is contained in:
@@ -135,9 +135,6 @@ kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/relea
|
|||||||
# This is a benign error and occurs due to the way kubectl
|
# This is a benign error and occurs due to the way kubectl
|
||||||
# performs resource validation.
|
# performs resource validation.
|
||||||
|
|
||||||
# Create the namespace for cert-manager
|
|
||||||
kubectl create namespace cert-manager
|
|
||||||
|
|
||||||
# Add the Jetstack Helm repository
|
# Add the Jetstack Helm repository
|
||||||
helm repo add jetstack https://charts.jetstack.io
|
helm repo add jetstack https://charts.jetstack.io
|
||||||
|
|
||||||
@@ -145,10 +142,11 @@ helm repo add jetstack https://charts.jetstack.io
|
|||||||
helm repo update
|
helm repo update
|
||||||
|
|
||||||
# Install the cert-manager Helm chart
|
# Install the cert-manager Helm chart
|
||||||
helm install \
|
helm install cert-manager jetstack/cert-manager \
|
||||||
cert-manager jetstack/cert-manager \
|
|
||||||
--namespace cert-manager \
|
--namespace cert-manager \
|
||||||
--version v1.5.1
|
--create-namespace \
|
||||||
|
--version v1.5.1 \
|
||||||
|
--set installCRDs=true
|
||||||
```
|
```
|
||||||
|
|
||||||
Once you’ve installed cert-manager, you can verify it is deployed correctly by checking the cert-manager namespace for running pods:
|
Once you’ve installed cert-manager, you can verify it is deployed correctly by checking the cert-manager namespace for running pods:
|
||||||
|
|||||||
Reference in New Issue
Block a user