dra-example-driver icon indicating copy to clipboard operation
dra-example-driver copied to clipboard

Properly handle graceful shutdown of the kubelet plugin

Open klueska opened this issue 1 year ago • 3 comments

Without this change, deletion of the DRA driver will not remove resource slices. There is an open issue in kubernetes (https://github.com/kubernetes/kubernetes/issues/128696) that would ensure that these resources slices get removed even if there is no graceful shutdown, but it's still good to shutdown gracefully regardless.

klueska avatar Dec 09 '24 13:12 klueska

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: byako, klueska

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 /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Dec 10 '24 10:12 k8s-ci-robot

Some description of what problem this change addresses would be useful. Both commit message and PR description are empty.

pohly avatar Dec 11 '24 14:12 pohly

PR needs rebase.

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.

k8s-ci-robot avatar May 05 '25 19:05 k8s-ci-robot