Retrieve the VolumeSnapshotContent before attempting an update#524
Retrieve the VolumeSnapshotContent before attempting an update#524huffmanca wants to merge 1 commit intokubernetes-csi:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: huffmanca The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
These seems to cut the number of errors in half from 56 to 28: with this change: without: I believe there was a concern about excessive API calls if we get the latest object before every update, but this will only pull the latest object for |
9817235 to
57cbe6f
Compare
I still have this concern. Let's discuss about this in the CSI meeting. |
|
I was watching #480 to see if it would get merged, but after it was closed I submitted this PR in the hopes of addressing one of the issues. Right now we can encounter a state where an error isn't added to the VSC due to constant |
57cbe6f to
022726c
Compare
022726c to
9ae124e
Compare
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
|
@huffmanca: PR needs rebase. DetailsInstructions 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. |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
|
@k8s-triage-robot: Closed this PR. DetailsIn response to this:
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. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
It's been noticed that when we attempt to update the VSC's error the following error can be thrown:
This PR forces a Get before we attempt the update so that we can avoid this error.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: