Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 465 Bytes

02-install-cert-manager.md

File metadata and controls

21 lines (13 loc) · 465 Bytes

Deploy cert-manager

Run the below command to install Cert Manager. Wait till all the objects are properly initialized

AWS

./workload-cluster-setup/aws/scripts/02-install-certmanager.sh

vSphere

./workload-cluster-setup/vsphere/scripts/02-install-certmanager.sh
Validate all the objects have been initialized.
kubectl get all -n cert-manager

Continue to Next Step: Install External DNS