-
Notifications
You must be signed in to change notification settings - Fork 394
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
🐛 workload/resource: handle upsynced resources #2533
🐛 workload/resource: handle upsynced resources #2533
Conversation
Skipping CI for Draft Pull Request. |
a79b7c4
to
b394ea4
Compare
c926c2d
to
6a79db2
Compare
a28b486
to
067a5c4
Compare
4f95e36
to
1207ddc
Compare
1207ddc
to
0f30c70
Compare
This PR fixes an issue with upsynced resources getting it's state changed into "Sync" when the initial synctarget is gone or unhealthy. If the resource is upsynced, check if the synctarget still exists, if not, delete the resource, if the synctarget still exists, do nothing, exit early.
0f30c70
to
3e7ec62
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidfestal The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary
This PR fixes an issue with upsynced resources getting it's state changed into "Sync" when the initial synctarget is gone or unhealthy.
If the resource is upsynced, check if the synctarget still exists, if not, delete the resource, if the synctarget still exists, do nothing, exit early.
Requires
Related issue(s)
Fixes #2530