-
Notifications
You must be signed in to change notification settings - Fork 2
P4: Custos Deployment Custos Deployment Step 3 1
anbadrin edited this page May 6, 2022
·
2 revisions
- 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
- 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
- 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