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

csi: missing plugins during node delete are not an error #8619

Merged
merged 1 commit into from
Aug 10, 2020

Commits on Aug 10, 2020

  1. csi: missing plugins during node delete are not an error

    When deregistering a client, CSI plugins running on that client may not get a
    chance to fingerprint before being stopped. Account for the case where a
    plugin allocation is the last instance of the plugin and has been deleted from
    the state store to avoid errors during node deregistration.
    tgross committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    f8f1e1e View commit details
    Browse the repository at this point in the history