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

Syncing latest changes from upstream main for kubernetes-csi-addons #214

Merged
merged 2 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. sanitize pod name for connection pool key

    The csi-addons sidecar sanitizes the holder identity. The
    connection pool stores the mapping with key as the unsanitized
    name for csiaddonsnode, which leads to the failed to find the
    namespace where driver issue.
    
    To address this, we should sanitize the csiaddonsnode name before
    entering it into connection pool.
    
    Signed-off-by: Rewant Soni <[email protected]>
    rewantsoni authored and mergify[bot] committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4371d89 View commit details
    Browse the repository at this point in the history
  2. improve logging

    Signed-off-by: Rewant Soni <[email protected]>
    rewantsoni authored and mergify[bot] committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7b4049d View commit details
    Browse the repository at this point in the history