-
Notifications
You must be signed in to change notification settings - Fork 54
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
Startup policy implementation #246
Startup policy implementation #246
Conversation
I would like to keep design discussions on the KEP PR for now. I just find it hard to visualize all these items without some kind of implementation. |
032acc4
to
0cbb6a6
Compare
0cbb6a6
to
c2e3d76
Compare
c2e3d76
to
234a87b
Compare
234a87b
to
75fcf4a
Compare
75fcf4a
to
e2ab384
Compare
e2ab384
to
d09c8c0
Compare
24c1e71
to
09111a6
Compare
09111a6
to
86ed229
Compare
fc4eb17
to
2b1f588
Compare
790e310
to
302cc22
Compare
040b360
to
e3539bb
Compare
@kannon92: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@danielvegamyhre @ahg-g I think I've addressed all outstanding items. PTAL when you can. |
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 after this final change!
return r.ensureCondition(ctx, ensureConditionOpts{ | ||
jobset: js, | ||
eventType: corev1.EventTypeNormal, | ||
forceFalseUpdate: false, |
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.
This is false by default, so no need to set it. Here and many other places in the file
/lgtm I will send a follow up PR for the remaining comment. Thanks @kannon92 ! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahg-g, kannon92 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 |
/hold |
Thanks for the changes, LGTM! Appreciate your work on this @kannon92! |
/hold cancel |
Implementation for #244