-
Notifications
You must be signed in to change notification settings - Fork 31
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
ClusterIssuer not responding to ingress annotations #66
Comments
Hi @yeyep, rather than using:
you need to use:
|
I am experiencing the same issue, did you managed to get a fix? Is it possible for the Ingress resource to create a Certificate resource through annotations? |
if you use v´below it work
|
This did not work for me. Is there a fix for this yet? We are using a GoogleCASClusterIssuer. Adding these annotation all three together cause the ingress deployment to fail |
Hi guys,
we have successfully installed GCA Issuer in our cluster. We followed the instructions in the readme.
We have already verified the installation by manually deploying a Certificate Manifest in our GKE.
A CertificateRequest was then created and the certificate is also visible in the GCP.
Our cluster issuer:
Deployment:
This issuer works without problems when manually deploying a Certificate Resource, no matter in which namespace.
In the next step, we wanted to use the Issuer in our Ingress manifests.
To do this, we added the following annotations:
When we deploy this Ingress configuration, then we get the following error message within our
CertificateRequest
:After some research, we found the following issue (#43 ) and added the two suggested annotations to our
Ingress
:If we deploy this Ingress Resource, then nothing happens. The cert manager does not create a certificate resource and also in the logs this part is completely skipped and there are no entries.
As if this ingress resource does not exist or has no annotations at all.
What are we doing wrong or what configuration are we missing?
Thanks for your help.
Greetings,
Daniel
The text was updated successfully, but these errors were encountered: