I currently have a Kubernetes cluster running on GCP. In this cluster I have a working NGINX Ingress, but now I'm trying add a certificate to this by using cert-manager.
Everything works fine except the ACME challenge.
When I do a kubectl describe challenge
I get the following:
Status:
Presented: true
Processing: true
Reason: Waiting for HTTP-01 challenge propagation: failed to perform self check GET request
When the acme challenge creates a solver service I get the follow error message on GCP:
"All hosts are taken by other resources"
Image of the error I'm getting in google cloud
I have tried to create a Issuer and ClusterIssuer but the same problem keeps popping up.