-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
KEP-1591: Promote DS maxSurge to GA #3307
KEP-1591: Promote DS maxSurge to GA #3307
Conversation
/sig apps |
As a small reminder, we have updated our KEP template Test Plan section. This enhancement is using the previous version. Please be sure to update relevant sections for acceptance into the release. :) |
@@ -3,3 +3,5 @@ alpha: | |||
approver: "@deads2k" | |||
beta: | |||
approver: "@ehashman" | |||
stable: | |||
approver: "@ehashman" |
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.
Afaik, she isn't reviewing PRR in 1.25
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.
Correct - feel free to switch to me.
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.
Done.
43b7818
to
3ece3d9
Compare
Please get the SIG approval and I will take a look at it then. |
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.
@ravisantoshgudimetla a couple of comments
|
||
##### Integration tests | ||
|
||
We've enough coverage in the unit and e2e tests. No new integration tests are added |
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.
I'd encourage to add that integration, something similar to https://github.com/kubernetes/kubernetes/blob/cfda5bc1d8f07c422c174c68ebf5d27385525570/test/integration/deployment/deployment_test.go#L114-L206
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.
Also:
For Beta and GA, add links to added tests together with links to k8s-triage for those tests:
https://storage.googleapis.com/k8s-triage/index.html
from the template.
|
||
##### e2e tests | ||
|
||
An e2e test which exercises maxSurge when surge is used as update strategy is added for daemonsets. |
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.
Is this new or existing, also from the template:
For Beta and GA, add links to added tests together with links to k8s-triage for those tests:
https://storage.googleapis.com/k8s-triage/index.html
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.
We added it in the alpha stage itself. I've updated the test link
4bba26d
to
9b995d2
Compare
``` | ||
##### Integration tests | ||
|
||
Will add a new integration test to test the daemonSet upgrade/downgrade strategies. |
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.
Can you be more specific about this?
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.
Updated the wording. PTAL.
|
||
An e2e test which exercises maxSurge when surge is used as update strategy is added for daemonsets. | ||
|
||
- should surge pods onto nodes when spec was updated and update strategy is RollingUpdate: [test grid](https://testgrid.k8s.io/sig-apps#gce-serial) |
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.
Please link to the traige page:
https://storage.googleapis.com/k8s-triage/index.html
so that we can easily assess its flakiness
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.
|
||
An e2e test which exercises maxSurge when surge is used as update strategy is added for daemonsets. | ||
|
||
- should surge pods onto nodes when spec was updated and update strategy is RollingUpdate: [test grid](https://testgrid.k8s.io/sig-apps#gce-serial) |
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.
Please link to the traige page:
https://storage.googleapis.com/k8s-triage/index.html
so that we can easily assess its flakiness
9b995d2
to
f406357
Compare
/approve PRR |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ravisantoshgudimetla, soltysh, wojtek-t The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Promote DS maxSurge to GA