By dustinb
Following this tutorial for ingress and ssl setup. https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nginx-ingress-on-digitalocean-kubernetes-using-helm
Everything going good, installed the cert manager but getting an error applying the cert issuer
kubectl apply -f production_issuer.yaml
Error from server (InternalError): error when creating “kube/issuer.yaml”: Internal error occurred: failed calling webhook “webhook.cert-manager.io”: failed to call webhook: Post “https://cert-manager-webhook.cert-manager.svc:443/mutate?timeout=10s”: x509: certificate signed by unknown authority
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Looks like the ca-injector failed to start.
E1106 23:15:28.823721 1 start.go:170] cert-manager/ca-injector “msg”=“Error registering certificate based controllers. Retrying after 5 seconds.” “error”=“no matches for kind "MutatingWebhookConfiguration" in version "admissionregistration.k8s.io/v1beta1"”
Error: error registering secret controller: no matches for kind “MutatingWebhookConfiguration” in version “admissionregistration.k8s.io/v1beta1”
That api does not exist
kc api-versions | grep admission
admissionregistration.k8s.io/v1
I took the --version off the cert-manager options. Assuming this installs the latest version of the chart. After that the issuer was able to be applied. Think that step in the tutorial needs to be updated.
helm install cert-manager jetstack/cert-manager --namespace cert-manager --set installCRDs=true
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.