-
Notifications
You must be signed in to change notification settings - Fork 44
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
Is this project alive? #3
Comments
seems to be stopped, 7months of no activity. I've forked the repo a while ago and made it working. You can check it out. |
Hi @SimeonPoot, |
I've just yesterday got your fork working within my EKS cluster. I had a serious problem of infinite looping when using cert-manager 1.16.0 helm chart, but after upgrade to 1.16.1 all is good...thanks much. |
What seemed to be the fix? Was it in cert-manager itself? Next step before I will create a PR to this repo is to get the template variable on the issuer. In stead of within the controller-manager. |
I believe the only change i made was the upgrade to 1.16.1 because it definitely wasn't working before that. I just started messing with the ingress-shim and that doesn't seem to work... the following annotations
results in the following error:
if I make the changes it suggests and remove the issuer-group and issuer-kind it generates the Certificate instance with the incorrect Group and Kind settings (as you might expect):
removing the cluster-issuer and leaving the issuer-group and issuer-kind properties doesn't seem to do anything |
Ok....I figured out my problem...do not use the cluster-issuer even though it feels like you should. The following settings DO work:
|
Nice one. I had to figure that out too. Maybe good idea to catch it in the Readme. |
Hi,
I just want to ask about this project status. cert-manager/cert-manager#2288 is already merged in cert-manager and README is not updated yet. Also, I haven't seen any new development recently
The text was updated successfully, but these errors were encountered: