Skip to content

Step 3: Deploy cert manager

Rushikesh Pharate edited this page May 6, 2022 · 5 revisions
  1. Run the below commands
https://github.com/airavata-courses/Zilean.git
git checkout main-custos-deployment
cd Zilean/CUSTOS/custos_deploy/cert-manager
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.0/cert-manager.yaml

Now, keep checking the status of kubernetes pods using below command till every pod is in Runnind state

kubectl get all -n cert-manager

  1. Wait for around 5 minutes before running below command as cert-manager can take some time to set up. Else, it will create issues in further steps.
kubectl apply -f issuer.yaml
cd ..