Skip to content
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

Graduate DevicePluginCDIDevices to Beta #121254

Conversation

bart0sh
Copy link
Contributor

@bart0sh bart0sh commented Oct 16, 2023

What type of PR is this?

/kind feature

What this PR does / why we need it:

This PR graduates DevicePluginCDIDevices to Beta in 1.29

Special notes for your reviewer:

KEP update PR has been already merged: kubernetes/enhancements#4238

Does this PR introduce a user-facing change?

DevicePluginCDIDevices feature has been graduated to Beta and enabled by default in the Kubelet

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:

[Documentation update PR]: https://github.com/kubernetes/website/pull/43435

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Oct 16, 2023
@pacoxu
Copy link
Member

pacoxu commented Oct 16, 2023

According to https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/4009-add-cdi-devices-to-device-plugin-api/README.md#graduation-criteria,

Alpha

Add the CDIDevices field to the device plugin API
Implement the logic to pass the CDIDevices into the CRI
Add proper e2e_node tests

Alpha to Beta Graduation

No major bugs reported in the previous cycle

better to wait for #119280.

@elezar are you still working adding e2e test for CDI devices? This sounds like a bar for alpha.(Probably, this can be the beta promotion criteria IMO).

loop in KEP reviewers and approver:
/cc @swatisehgal @kklues
/assign @mrunalp

@pacoxu
Copy link
Member

pacoxu commented Oct 16, 2023

/sig node
/priority important-soon

@k8s-ci-robot k8s-ci-robot added sig/node Categorizes an issue or PR as relevant to SIG Node. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. and removed do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Oct 16, 2023
@pacoxu pacoxu added this to Triage in SIG Node PR Triage Oct 16, 2023
@swatisehgal
Copy link
Contributor

/triage accepted

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Oct 16, 2023
@swatisehgal
Copy link
Contributor

better to wait for #119280.

@elezar are you still working adding e2e test for CDI devices? This sounds like a bar for alpha.(Probably, this can be the beta promotion criteria IMO).

I tend to agree, addition of the e2e tests should be Beta promotion criteria. We should make sure that #119280 (once ready and reviewed) is merged before this PR.

@bart0sh
Copy link
Contributor Author

bart0sh commented Oct 16, 2023

@pacoxu @swatisehgal Thanks for pointing out to #119280. I'll work on adding e2e tests.

btw, should it be a pre-submit or periodic test or both?

@bart0sh bart0sh moved this from Triage to Needs Reviewer in SIG Node PR Triage Oct 17, 2023
@bart0sh
Copy link
Contributor Author

bart0sh commented Oct 21, 2023

/retest

@swatisehgal
Copy link
Contributor

@pacoxu @swatisehgal Thanks for pointing out to #119280. I'll work on adding e2e tests.

btw, should it be a pre-submit or periodic test or both?

I think it would be good for us to have both as periodic jobs help us track the health of the jobs on a regular basis and pre-submit jobs helps us prevent regressions when new PRs are submitted. This could be a good topic for discussion in the SIG Node CI subgroup and give a heads-up that we'd be introducing new jobs for testing of this feature.

@bart0sh
Copy link
Contributor Author

bart0sh commented Oct 24, 2023

@swatisehgal @ffromani @klueska @mrunalp I've added test case for this feature in #121440. It would be great if we can merge this PR. This would allow us to remove skipping the test if feature gate is not enabled and labelling the test as AlphaFeature in #121440.

@klueska
Copy link
Contributor

klueska commented Oct 25, 2023

/lgtm
/approve

/hold
For #121440

/assign @dims
For final feature-gate approval

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 25, 2023
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 25, 2023
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: ce0d30cd64d48ef011079110495671fc7587f2d9

@dims
Copy link
Member

dims commented Oct 25, 2023

/approve
/lgtm

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bart0sh, dims, 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 k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 25, 2023
@klueska
Copy link
Contributor

klueska commented Oct 26, 2023

/unhold

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 26, 2023
@k8s-ci-robot k8s-ci-robot merged commit 4aea803 into kubernetes:master Oct 26, 2023
16 checks passed
SIG Node PR Triage automation moved this from Needs Reviewer to Done Oct 26, 2023
@k8s-ci-robot k8s-ci-robot added this to the v1.29 milestone Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/node Categorizes an issue or PR as relevant to SIG Node. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
Development

Successfully merging this pull request may close these issues.

None yet

7 participants