-
Notifications
You must be signed in to change notification settings - Fork 3
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
idealized design of config #2
Comments
Quick thoughts while writing this up... if the deployment needs to mount the tls secret, but the secret is created by the certdaemon only after a deployment is made, is there a circular dependency there that might cause the deployment to fail or at best fail and retry until certdaemon does its thing? |
The deployment is configured, the Pod will pend waiting for the secret. Annotations on the deployment are still accessible. |
And this is only the first time you deploy. Once the tls secret is made, this problem goes away. Sounds reasonable, assuming pod will sit in pending until secret is made. |
Correct, it’ll go into backoff just like image pulling. |
Notes from our conversation on simplifying configuration to almost no (separate) configuration!
The text was updated successfully, but these errors were encountered: