enhancements icon indicating copy to clipboard operation
enhancements copied to clipboard

KEP-3695: extend pod resource API to for DRA

Open moshe010 opened this issue 2 years ago • 4 comments

Signed-off-by: Moshe Levi [email protected]

  • One-line PR description: Extend pod resource API to for Dynamic Resource Allocation
  • Issue link: https://github.com/kubernetes/enhancements/issues/3695
  • Other comments:

moshe010 avatar Jan 14 '23 19:01 moshe010

Hi @moshe010. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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/test-infra repository.

k8s-ci-robot avatar Jan 14 '23 19:01 k8s-ci-robot

/ok-to-test

bart0sh avatar Jan 14 '23 21:01 bart0sh

/assign /assign @klueska @derekwaynecarr @kad

bart0sh avatar Jan 14 '23 22:01 bart0sh

/cc

ffromani avatar Jan 23 '23 11:01 ffromani

This PR seems to be missing the required file in keps/prod-readiness/sig-node following the template: https://github.com/kubernetes/enhancements/blob/master/keps/prod-readiness/template/nnnn.yaml

Just to make sure, did you also follow the latest template for the KEP itself?: https://github.com/kubernetes/enhancements/tree/master/keps/NNNN-kep-template

klueska avatar Jan 24 '23 13:01 klueska

This PR seems to be missing the required file in keps/prod-readiness/sig-node following the template: https://github.com/kubernetes/enhancements/blob/master/keps/prod-readiness/template/nnnn.yaml

I wasn't aware of it. Who should I put as the approver? should I just pick one from the list https://github.com/kubernetes/enhancements/blob/master/OWNERS_ALIASES#L191-L194?

Just to make sure, did you also follow the latest template for the KEP itself?: https://github.com/kubernetes/enhancements/tree/master/keps/NNNN-kep-template Yes I used the latest template.

moshe010 avatar Jan 25 '23 20:01 moshe010

This PR seems to be missing the required file in keps/prod-readiness/sig-node following the template: https://github.com/kubernetes/enhancements/blob/master/keps/prod-readiness/template/nnnn.yaml

I wasn't aware of it. Who should I put as the approver? should I just pick one from the list https://github.com/kubernetes/enhancements/blob/master/OWNERS_ALIASES#L191-L194?

Yes, please pick one. The PRR reviewers will rebalance the load internally and suggest a replacement should the one you picked turn out to be overloaded.

ffromani avatar Jan 26 '23 10:01 ffromani

I see there are other reviewers still active in this KEP. I'll wait for them and then have my final pass (and likely add my real LGTM).

ffromani avatar Jan 26 '23 13:01 ffromani

/cc @johnbelamaric Could we please get a PRR review by the deadline this Thursday.

klueska avatar Jan 30 '23 09:01 klueska

I would argue this is actually an extension of the DRA feature, so maybe the right way to deal with this is to (additionally) gate this feature by the DynamicResourceAllocationFeatureGate. That way both feature gates must be enabled for this feature to be turned on.

I don’t want to block this work on DRA reaching beta, because these APIs are needed for an important use-case of DRA and are therefore useful in their own right to help test / influence changes to DRA before it reaches beta.

klueska avatar Feb 03 '23 17:02 klueska

This KEP looks ready to go from my perspective. There are still 2 outstanding comments, but I am OK moving forward with the KEP in its current state if there are no futher comments:

  • https://github.com/kubernetes/enhancements/pull/3738/files#r1096531863
  • https://github.com/kubernetes/enhancements/pull/3738/files#r1096544300

/lgtm /approve

klueska avatar Feb 06 '23 13:02 klueska

I'll review again shortly

ffromani avatar Feb 06 '23 13:02 ffromani

/lgtm /approve from SIG Node perspective

dchen1107 avatar Feb 08 '23 20:02 dchen1107

/approve /lgtm

johnbelamaric avatar Feb 09 '23 15:02 johnbelamaric

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dchen1107, johnbelamaric, klueska, moshe010

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 Feb 09 '23 15:02 k8s-ci-robot