Skip to content
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

Race Condition when Validating multiple Domains #1101

Closed
schmitch opened this issue Nov 22, 2018 · 3 comments
Closed

Race Condition when Validating multiple Domains #1101

schmitch opened this issue Nov 22, 2018 · 3 comments

Comments

@schmitch
Copy link

According to my other issue: #974
you can see that I have a really really big ingress, however if I try to validate a lot of domains at once > 5, my ingress will never get a certifcate for them since the Lets Encrypt check somehow happens before the Ingress Pod is created, thus it will return 503 on my nginx instead of a 200 OK with the correct key + value as a text response.

if I actually add the domains manually one after one, it will actually correctly work since the pod creation is way faster.
also after one minute, cert-manager will kill the pod and retry again after recreating the pod, thus leads to a infinite amount of validation.

@munnerz
Copy link
Member

munnerz commented Nov 26, 2018

Can you try this out with the newest version of cert-manager? You can find the manifests needed to deploy under the contrib/manifests directory in this repository.

@schmitch
Copy link
Author

well sadly at the moment I already have most certificates, however in a few days I will probably need to add new ones, so I will post anything new here, once I have new certificates to get.

(I'm on helm, btw).

@munnerz
Copy link
Member

munnerz commented Feb 7, 2019

I'm going to close this issue, but if you're still experiencing problems related to this then please re-open and update with any new details on v0.6.1 😄

@munnerz munnerz closed this as completed Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants