-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
DRA: Update resourceslice controller filtering logic #128000
DRA: Update resourceslice controller filtering logic #128000
Conversation
/cc @pohly |
/hold |
/wg device-management |
"gofmt" failed. |
d321add
to
1470734
Compare
The logic has been updated to ensure that a controller started for non-node-local resources filters out all resourceslices created for node-local resources. Without this change, a single driver with both node-local and non-node-local resources would end up in a constant battle of creating and deleting node-local resource slices in the controller it setup for its non-node-local resources. This change fixes that. Signed-off-by: Kevin Klues <[email protected]>
1470734
to
cfd6037
Compare
/king bug |
@pohly do you know anything about the erros in the dra tests:
|
It looks like |
@klueska I believe it's safe to ignore -kubetest2 failures for now as it's ongoing work to move jobs to use kubetest2. Here is a tracking issue: kubernetes/test-infra#32567 |
I will wait until that fix for |
We are still testing with the non-kubetest2 jobs (pull-kubernetes-node-e2e-crio-cgrpv1-dra , pull-kubernetes-node-e2e-crio-cgrpv2-dra), which are green. |
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
/approve
LGTM label has been added. Git tree hash: 8ecc9498f1818dbe38735587268501303f432829
|
/hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: klueska, pohly 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 |
/kind bug |
@klueska: The following tests 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-sigs/prow repository. I understand the commands that are listed here. |
/test pull-kubernetes-unit |
The logic has been updated to ensure that a controller started for non-node-local resources filters out all resourceslices created for node-local resources. Without this change, a single driver with both node-local and non-node-local resources would end up in a constant battle of creating and deleting node-local resource slices in the controller it setup for its non-node-local resources. This change fixes that.
/kind bug
/wg device-management
Does this PR introduce a user-facing change?