Closed thockin closed 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.
And it finally provisioned.
For future readers: make sure your ingress references the right cert name :)
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
describe ingress
shows it is updescribe managedcertificate
shows last event "Create SslCertificate mcrt-..."describe ingress
shows nothing out of sortsThe DNS resolves properly. Accessing it over HTTP is hitting the correct backend and redirecting to HTTPS.
I am at a loss at this point.