K8SPSMDB 1472 fixes on sts updates and df execution flows when pvc resizing#2220
Merged
K8SPSMDB 1472 fixes on sts updates and df execution flows when pvc resizing#2220
Conversation
ef404a4 to
ba44229
Compare
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
24da9e3 to
a3c306c
Compare
egegunes
previously approved these changes
Feb 3, 2026
hors
previously approved these changes
Feb 3, 2026
egegunes
reviewed
Feb 6, 2026
egegunes
approved these changes
Feb 9, 2026
Collaborator
commit: 8a1ac7f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Due to the high volume of requests, we're unable to provide free service for this account. To continue using the service, please upgarde to a paid plan.
CHANGE DESCRIPTION
Problem:
During the PVC resize process, either through the manual or the automated fashion, errors regarding the following
This happens because when the operator is checking for the resize annotation existence, it is using an outdated sts object. This means that we should fetch the latest instead of relying on the local one.
In this PR we are also handling errors regarding the failure of execution of
dfdue to the pod not being fully available. We do that by wrapping the logic with retries.Also adding some more validation rules.
Cause:
Short explanation of the root cause of the issue if applicable.
Solution:
Short explanation of the solution we are providing with this PR.
CHECKLIST
Jira
Needs Doc) and QA (Needs QA)?Tests
compare/*-oc.yml)?Config/Logging/Testability