-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingress annotation fails #3
Comments
Did you solve it? |
I did ingress annotated with but then for some reason the gke-managed-certs did not get me a cert. Because I did this on a pre-existing ingress, don't know if it's because the annotation is still wrong or some other setting is preventing it from working, have not had the time for a retry on a completely clean install. If you progress with this let me know 👍 |
For another project I followed this tutorial to get renewing certs for kubernetes ingress: https://github.com/ahmetb/gke-letsencrypt |
Hi! As for the initial question, I think the missing equals sign was the reason of the error. Additionally the project is still a pre-alpha work-in-progress and to work properly it needs a pull request to ingress to be accepted. |
Steps to reproduce:
kubectl create -f my-managed-cert-object.yaml
kubectl annotate ingress [your-ingress-name] gke.googleapis.com/managed-certificates [your-managed-object-name]
.Expected Result::
Ingress is annotated.
Actual result:
kubectl throws the following error:
error: at least one annotation update is required
The text was updated successfully, but these errors were encountered: