GoogleCloudPlatform / gke-managed-certs

Managed Certificates for Kubernetes clusters using GCLB
Apache License 2.0
246 stars 32 forks source link

Failing to provision: FAILED_NOT_VISIBLE #38

Closed thockin closed 5 years ago

thockin commented 5 years ago

Following https://cloud.google.com/kubernetes-engine/docs/how-to/managed-certs

I created an Ingress and 2 certs. I had a bunch of problems, and I don't know the exact sequence, so I'll just write it as a friction log

The DNS resolves properly. Accessing it over HTTP is hitting the correct backend and redirecting to HTTPS.

I am at a loss at this point.

thockin commented 5 years ago

I found a mistake!  I had the wrong cert name (I put the filename, not the object name).  I have updated my ingress now.  And now I see it making progress!

How can we provide more/better information to users?

I was looking for events or status or something, and not finding anything helpful.

thockin commented 5 years ago

And it finally provisioned.

For future readers: make sure your ingress references the right cert name :)