enhancements icon indicating copy to clipboard operation
enhancements copied to clipboard

RFC: KEP-4381: DRA: avoid kubelet API version dependency with REST proxy

Open pohly opened this issue 1 year ago • 1 comments

  • One-line PR description: REST proxy

  • Issue link: https://github.com/kubernetes/enhancements/issues/4381

  • Other comments:

By tunneling REST requests from drivers through kubelet to the API server it becomes possible to update drivers and the control plane to a newer release than the kubelet because the kubelet doesn't need to encode/decode the resource.k8s.io API types that are used by the drivers. This simplifies cluster upgrades.

pohly avatar May 03 '24 14:05 pohly

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: pohly Once this PR has been reviewed and has the lgtm label, please assign dchen1107 for approval. For more information see the Kubernetes Code Review Process.

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

k8s-ci-robot avatar May 03 '24 14:05 k8s-ci-robot

/close

In favor of https://github.com/kubernetes/enhancements/pull/4667.

pohly avatar May 28 '24 10:05 pohly

@pohly: Closed this PR.

In response to this:

/close

In favor of https://github.com/kubernetes/enhancements/pull/4667.

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 28 '24 10:05 k8s-ci-robot