Skip to content

Conversation

@jsafrane
Copy link
Contributor

@jsafrane jsafrane commented Jul 9, 2024

What type of PR is this?
/kind bug

What this PR does / why we need it:
Use a background context for the registrar main function and not the context for GetDriverName that has 1 second timeout by default.

The registrar should run forever and not for 1 second.

Which issue(s) this PR fixes:

Fixes #425

Does this PR introduce a user-facing change?:

Fixed node-driver-registrar exiting after 1 second.

Use a background context for the registrar main function and not the context
for GetDriverName that has 1 second timeout by default.

The registrar should run forever and not for 1 second.
@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. release-note Denotes a PR that will be considered when it comes time to generate release notes. labels Jul 9, 2024
@k8s-ci-robot k8s-ci-robot requested review from humblec and xing-yang July 9, 2024 11:26
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jsafrane

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

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jul 9, 2024
@gnufied
Copy link
Contributor

gnufied commented Jul 9, 2024

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 9, 2024
@k8s-ci-robot k8s-ci-robot merged commit 5c99cd0 into kubernetes-csi:master Jul 9, 2024
k8s-ci-robot added a commit that referenced this pull request Jul 12, 2024
…pstream-release-2.11

Automated cherry pick of #426: Fix registrar timeout
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/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Liveness probe fails after upgrading to v2.11.0

3 participants