-
Notifications
You must be signed in to change notification settings - Fork 40.9k
feat: add PreBindPreFlight and implement in in-tree plugins #132391
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
base: master
Are you sure you want to change the base?
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
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.
/hold
To go thru two reviews.
@sanposhiho: GitHub didn't allow me to request PR reviews from the following users: for, the, area. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. |
7647629
to
91be785
Compare
91be785
to
6b26921
Compare
/retest |
6b26921
to
7c15b12
Compare
/lgtm |
LGTM label has been added. Git tree hash: e2284eece32f8ae95a0139903444c34e657d4a06
|
pkg/scheduler/framework/plugins/volumebinding/volume_binding_test.go
Outdated
Show resolved
Hide resolved
pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go
Outdated
Show resolved
Hide resolved
2326628
to
b267d47
Compare
/retest |
/lgtm |
LGTM label has been added. Git tree hash: e3a5d1cca1466b545f8f44549f77a9335df69f9f
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: macsko, sanposhiho The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
@@ -1542,6 +1552,10 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate | |||
{Version: version.MustParse("1.30"), Default: true, PreRelease: featuregate.Beta}, | |||
}, | |||
|
|||
NominatedNodeNameForExpectation: { | |||
{Version: version.MustParse("1.34"), Default: false, PreRelease: featuregate.Beta}, |
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.
{Version: version.MustParse("1.34"), Default: false, PreRelease: featuregate.Beta}, | |
{Version: version.MustParse("1.34"), Default: true, PreRelease: featuregate.Beta}, |
@@ -969,6 +969,12 @@ | |||
lockToDefault: false | |||
preRelease: Beta | |||
version: "1.30" | |||
- name: NominatedNodeNameForExpectation | |||
versionedSpecs: | |||
- default: 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.
- default: false | |
- default: true |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR is related to:
Fixes #132382
Fixes #132389
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: