primo
This commit is contained in:
11
add-on/installa-cert-manager.sh
Normal file
11
add-on/installa-cert-manager.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
kubectl create namespace cert-manager
|
||||
helm repo add jetstack https://charts.jetstack.io
|
||||
helm repo update
|
||||
|
||||
# Install versione consigliata
|
||||
helm install cert-manager jetstack/cert-manager \
|
||||
--namespace cert-manager \
|
||||
--set installCRDs=true \
|
||||
--wait
|
||||
# Verifica
|
||||
kubectl -n cert-manager get pods
|
||||
Reference in New Issue
Block a user