Skip to content

KubeletPluginsWatcher feature is beta in 1.12 release#68200

Merged
k8s-github-robot merged 4 commits intokubernetes:masterfrom
RenaudWasTaken:pluginwatcher-beta
Sep 5, 2018
Merged

KubeletPluginsWatcher feature is beta in 1.12 release#68200
k8s-github-robot merged 4 commits intokubernetes:masterfrom
RenaudWasTaken:pluginwatcher-beta

Conversation

@RenaudWasTaken
Copy link
Copy Markdown
Contributor

What this PR does / why we need it:
Graduates DevicePlugins feature to beta.

Which issue(s) this PR fixes:
Related but does not fix: kubernetes/enhancements#595 as well as #65773

Special notes for your reviewer:
Includes upgrading the gRPC pluginwatcher API to beta. Based on the device plugin model.

Depends on #64621 being merged

Release note:

KubeletPluginsWatcher feature graduates to beta.

/sig node
/sig storage

/cc @vladimirvivien @sbezverk @vikaschoudhary16 @saad-ali @vishh @jiayingz

@k8s-ci-robot k8s-ci-robot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Sep 3, 2018
@k8s-ci-robot k8s-ci-robot added sig/node Categorizes an issue or PR as relevant to SIG Node. sig/storage Categorizes an issue or PR as relevant to SIG Storage. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/kubelet labels Sep 3, 2018
@saad-ali
Copy link
Copy Markdown
Member

saad-ali commented Sep 3, 2018

/milestone 1.12

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@saad-ali: The provided milestone is not valid for this repository. Milestones in this repository: [next-candidate, v1.10, v1.11, v1.12, v1.13, v1.4, v1.5, v1.6, v1.7, v1.8, v1.9]

Use /milestone clear to clear the milestone.

Details

In response to this:

/milestone 1.12

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.

@saad-ali
Copy link
Copy Markdown
Member

saad-ali commented Sep 3, 2018

/milestone v1.12

@k8s-ci-robot k8s-ci-robot added this to the v1.12 milestone Sep 3, 2018
Copy link
Copy Markdown
Member

@saad-ali saad-ali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 3, 2018
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 4, 2018
@RenaudWasTaken
Copy link
Copy Markdown
Contributor Author

Updated hack/.golint_failures to ignore the lint failures of the generated gRPC file

@RenaudWasTaken
Copy link
Copy Markdown
Contributor Author

/retest

Copy link
Copy Markdown
Contributor

@vishh vishh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you summarize the level of test coverage that we have for this feature?
How confident are we with the API?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Fix indentation.

@RenaudWasTaken
Copy link
Copy Markdown
Contributor Author

RenaudWasTaken commented Sep 4, 2018

PR updated to fix the indentation.

@vishh

Can you summarize the level of test coverage that we have for this feature?
How confident are we with the API?

  • 80.6% go test coverage
  • We have a few unit test coverage of this feature on the device plugin side
  • I believe we have e2e node test coverage of this feature
  • We have an in flight PR on the device plugin side for e2e tests
  • E2E tests for the CSI side will probably be in the next cycle

This is also the feature that CSI uses for it's plugins.

IMHO I'm confident the API won't need to be changed.

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 4, 2018
@saad-ali
Copy link
Copy Markdown
Member

saad-ali commented Sep 5, 2018

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 5, 2018
@verult
Copy link
Copy Markdown
Contributor

verult commented Sep 5, 2018

@RenaudWasTaken the CSI test failure is likely due to missing driver-registrar params, so CSI driver isn't getting registered by the kubelet registration mechanism. Try this:
verult@666eff4

@fejta-bot
Copy link
Copy Markdown

/retest
This bot automatically retries jobs that failed/flaked on approved PRs (send feedback to fejta).

Review the full test history for this PR.

Silence the bot with an /lgtm cancel comment for consistent failures.

@fejta-bot
Copy link
Copy Markdown

/retest
This bot automatically retries jobs that failed/flaked on approved PRs (send feedback to fejta).

Review the full test history for this PR.

Silence the bot with an /lgtm cancel comment for consistent failures.

1 similar comment
@fejta-bot
Copy link
Copy Markdown

/retest
This bot automatically retries jobs that failed/flaked on approved PRs (send feedback to fejta).

Review the full test history for this PR.

Silence the bot with an /lgtm cancel comment for consistent failures.

@k8s-ci-robot k8s-ci-robot added sig/testing Categorizes an issue or PR as relevant to SIG Testing. and removed lgtm "Looks good to me", indicates that a PR is ready to be merged. labels Sep 5, 2018
@RenaudWasTaken
Copy link
Copy Markdown
Contributor Author

@verult thanks! I added pulled your patch on top

@RenaudWasTaken
Copy link
Copy Markdown
Contributor Author

/retest

@vladimirvivien
Copy link
Copy Markdown
Member

/lgtm

@vladimirvivien
Copy link
Copy Markdown
Member

/priority critical-urgent

@k8s-ci-robot k8s-ci-robot added the priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. label Sep 5, 2018
Copy link
Copy Markdown
Member

@vladimirvivien vladimirvivien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I lgtm'd it

@childsb
Copy link
Copy Markdown
Contributor

childsb commented Sep 5, 2018

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 5, 2018
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: childsb, RenaudWasTaken, saad-ali, vishh, vladimirvivien

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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

@childsb
Copy link
Copy Markdown
Contributor

childsb commented Sep 5, 2018

/kind feature

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 5, 2018
@k8s-github-robot
Copy link
Copy Markdown

/test all [submit-queue is verifying that this PR is safe to merge]

@k8s-github-robot
Copy link
Copy Markdown

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md.

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. area/kubelet 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/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. 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. sig/storage Categorizes an issue or PR as relevant to SIG Storage. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kubelet Device Plugin Registration

9 participants