Michał Woźniak
Michał Woźniak
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: Simplifies the setup in the integration test for node lifecycle manager....
The tests in taint_manager_test.go only assert on the action types received by the fake kube-client. However, they do not assess if the request actually makes sense. For example, the patch...
- One-line PR description: KEP updates for Beta - Issue link: https://github.com/kubernetes/enhancements/issues/3329 - Other comments:
**Example project structure (attached in zip)** * buildnumbertest -- A -- B -- C -- D -- E Here, submodules A,B,C,D,E will try to generate the timestamp concurrently, which will...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes #112517 The issue is...
- One-line PR description: Update graduation criteria for GA - Issue link: https://github.com/kubernetes/enhancements/issues/3329 - Other comments:
#### What type of PR is this? /kind feature /kind api-change #### What this PR does / why we need it: In order to support the `batch.kubernetes.io/managed-by` label by the...
### Enhancement Description - One-line enhancement description: Support managed-by mechanism for Jobs - Kubernetes Enhancement Proposal: [KEP-4368: Support managedBy field for Jobs](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/4368-support-managed-by-for-batch-jobs) - Discussion Link: [Job API proposal for MultiKueue](https://docs.google.com/document/d/14Au6b2J_AICyr9u8mtjDY8s9XcaZcEOCF7twG6PbWtU),...
- One-line PR description: documenting the known failure mode behind for better visibility of potential SSA users: https://github.com/kubernetes/kubernetes/issues/118261. - Issue link: https://github.com/kubernetes/enhancements/issues/555 - Other comments: The issue for PodGC is...
**What happened**: I have a workload in QuotaReserved condition, which is visible with kubectl describe: ```yaml ... Admission Checks: Last Transition Time: 2024-03-04T10:55:16Z Message: Name: sample-multikueue State: Pending Conditions: Last...