-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Move the maintenance window from rolling updates to CA #1728
Move the maintenance window from rolling updates to CA #1728
Conversation
@strimzi-ci run tests |
Test Failures
|
@strimzi-ci run tests |
Test Failures
|
@strimzi-ci run tests |
Test Failures
|
@strimzi-ci run tests testcase=KafkaST#testKafkaJBODDeleteClaimsTrueFalse, HelmChartST#HelmChartST |
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.
LGTM
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.
LGTM
* Move the maintenance window from rolling updates to CA * fix tests and fix findbugs * Add tests for maintenance window in CA
Merged and picked for 0.12.x release branch. |
Type of change
Description
The MaintenanceWindow currently doesn't work because change of certificates changes the
strimzi.io/clients-ca-cert-generation
andstrimzi.io/cluster-ca-cert-generation
annotations in the Pod template in STS and these trigger rolling updateThe whole maintenance window seems to be rather unfortunately addressed in the rolling update and not in the CA it self. That can leave to the certificates being updated in the secrets possibly a long time before the rolling update activates them. This does not seem to be correct. The maintenance time window check should be moved to the Ca class so that the certificates are regenerated only when the maintenance window starts.
This should be picked for the 0.12.x branch for possible patch release.
Checklist