-
Notifications
You must be signed in to change notification settings - Fork 262
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
configAPI: Implement waitForPodsReady validations #2214
configAPI: Implement waitForPodsReady validations #2214
Conversation
Signed-off-by: Yuki Iwai <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tenzen-y 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 |
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -152,9 +152,12 @@ apiVersion: config.kueue.x-k8s.io/v1beta1 | |||
kind: Configuration | |||
waitForPodsReady: | |||
enable: true | |||
timeout: 50s |
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.
nit question: any reason for changes in this file?
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 modified this test data because there are no test cases to verify if overrided parameters are propagated.
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.
Sgtm, I see this is what we do also for other fields
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.
That's right. Maybe we forgot to add these fields here when we extend waitForPodsReadt feature :)
/lgtm |
LGTM label has been added. Git tree hash: fb5fc69531ab65dedef1ce16b9f3821297a9b88b
|
Signed-off-by: Yuki Iwai <[email protected]>
What type of PR is this?
/kind feature
What this PR does / why we need it:
I implemented the
.waitForPodsReady
validations.Also, I consolidated the valid test cases for the
waitForPodsReady
into one case, and added fields to the defaulting tests.Which issue(s) this PR fixes:
Part-of #2084
Special notes for your reviewer:
Does this PR introduce a user-facing change?