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

Increase timeout of csi-provisioner and csi attacher #93

Merged
merged 3 commits into from
Sep 22, 2023

Commits on Sep 21, 2023

  1. Increased timeout of csi-provisioner and

    csi-attacher. This fixes random failures
    in the k8s e2e test.
    
    Cleaned up some linter issues with using
    deprecated functions.
    
    Ignore server rejection errors from kubevirt
    addvolume/removevolume and retry them.
    
    Signed-off-by: Alexander Wels <awels@redhat.com>
    awels committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    be528ec View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Address review comments.

    Aligned retry-interval-max between csi-provisioner and
    csi-attacher
    
    Signed-off-by: Alexander Wels <awels@redhat.com>
    awels committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1c92791 View commit details
    Browse the repository at this point in the history
  2. Use exponetial backoff instead of poll immediate

    Signed-off-by: Alexander Wels <awels@redhat.com>
    awels committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f7994a8 View commit details
    Browse the repository at this point in the history