RFC: KEP-4381: DRA: avoid kubelet API version dependency with REST proxy
-
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.
[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.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/close
In favor of https://github.com/kubernetes/enhancements/pull/4667.
@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.