Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.02 KB

20-install-cert-manager.md

File metadata and controls

32 lines (20 loc) · 1.02 KB

Install cert-manager

cert-manager is "pre-stable" software,so use it at your own risk. Clone its repository and deploy the Helm chart:

helm install --name cert-manager --version v0.5.2 \
    --namespace kube-system stable/cert-manager

Next: Set up Let’s Encrypt →

Google Analytics