Skip to content

P4: Custos Deployment Custos Deployment Step 3 1

anbadrin edited this page May 6, 2022 · 2 revisions

Deploy Cert-Manager

Back to Home

  1. As you would have a repository pull of the yaml files in a similar way to our custos-deployment branch, change directory to the cert-manager folder and run the following command.
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.0/cert-manager.yaml

img

  1. Once that gets executed and the above results are displayed, run the following command. This is to create the ClusterIssuer
kubectl apply -f issuer.yaml

img

  1. The cert-manager namespace should be created and the pods should be running as follows. Wait till all the pods are running before proceeding to the next step.
kubectl get all -n cert-manager

img

Clone this wiki locally