jenkins-x/terraform-aws-eks-jx

TLS certs failing

chrislovecnm opened this issue · 2 comments

Summary

Setup via terraform and I am getting certificate errors

Steps to reproduce the behavior

See #344

Expected behavior

The system is using letsencrypt for the certificates.

Actual behavior

 k -n jx-git-operator logs jx-boot-db5ff8d2-8bff-4771-9734-daa9b248c475-7fs7z
Error from server (InternalError): error when creating "config-root/namespaces/jx/jx-pipelines-visualizer/jx-pipelines-visualizer-ingress.yaml": Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post "https://ingress-nginx-controller-admission.nginx.svc:443/networking/v1/ingresses?timeout=10s": x509: certificate signed by unknown authority
Error from server (InternalError): error when creating "config-root/namespaces/jx/jxboot-helmfile-resources/chartmuseum-ingress.yaml": Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post "https://ingress-nginx-controller-admission.nginx.svc:443/networking/v1/ingresses?timeout=10s": x509: certificate signed by unknown authority
Error from server (InternalError): error when creating "config-root/namespaces/jx/jxboot-helmfile-resources/hook-ingress.yaml": Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post "https://ingress-nginx-controller-admission.nginx.svc:443/networking/v1/ingresses?timeout=10s": x509: certificate signed by unknown authority
make: *** [versionStream/src/Makefile.mk:290: kubectl-apply] Error 1

See See #344 for the rest

The problem was actually upper level dns, and then had another problem with the certificate manager. Both are fixed, and now I am closing.