-
Notifications
You must be signed in to change notification settings - Fork 282
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
Configuration updates #394
Conversation
- the controller adds a timestamp to sts podTemplate annotation to trigger its restart - this commits adds a timestamp annotation to server-conf configMap every time it's updated - if the sts restart annotation does not exist or the time is prior to the server-conf annotation, we restart the sts by annotating it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. I made a recommendation around the decision to requeue. Feel free to comment if you disagree with the recommendation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good!
I like that UpdateRequiresStsRestart
is gone 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ginkgo's DescribeTables are awesome! 🙌
This closes #225
Note to reviewers: remember to look at the commits in this PR and consider if they can be squashed
Summary Of Changes
Additional Context
Local Testing
Have run unit, integration, and system tests locally.