graduate MatchLabelKeysInPodAffinity to Beta#123638
graduate MatchLabelKeysInPodAffinity to Beta#123638k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
|
/retest |
|
|
||
| // TestPodAffinityMatchLabelKeyEnablement tests the Pod is correctly mutated by MatchLabelKeysInPodAffinity feature, | ||
| // even if turing the feature gate enabled or disabled. | ||
| func TestPodAffinityMatchLabelKeyEnablement(t *testing.T) { |
There was a problem hiding this comment.
The same is tested manually in a real cluster (kind) too, as suggested here: kubernetes/enhancements#4450 (comment)
alculquicondor
left a comment
There was a problem hiding this comment.
/approve
/label api-review
|
/assign @deads2k |
ba1b795 to
b7761d1
Compare
|
/retest |
|
/remove-sig api-machinery |
|
API change looks good. Integration test looks good. I strongly encourage writing a positive e2e test that could be (but doesn't necessarily need to be) made a conformance test in the future. /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, deads2k, sanposhiho The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@sanposhiho I guess we need to update the KEP for 1.31 now |
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
4 similar comments
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
b7761d1 to
a825899
Compare
a825899 to
2ea7d8f
Compare
|
/retest |
|
Made KEP update in kubernetes/enhancements#4627. @alculquicondor @deads2k |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: f4cf215b7360eea9f6697b591b55eb43c7eba06e |
|
/triage accepted |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #123156
Part of kubernetes/enhancements#3633
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: