You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deleting affinity group, the controller issues a delete API for affinity group which can fail due to reasons including
Networking issues like flaky network
Cloudstack management server issues
These issues can cause the API to return an error but can proceed and deletes the affinity group on CloudStack. In the subsequent reconcile loops, the controller does not find the affinity group on CloudStack and doesn't remove the finalizer. This results in affinity group resource to be stuck in deletion.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
/kind bug
Describe the solution you'd like
When deleting affinity group, the controller issues a delete API for affinity group which can fail due to reasons including
These issues can cause the API to return an error but can proceed and deletes the affinity group on CloudStack. In the subsequent reconcile loops, the controller does not find the affinity group on CloudStack and doesn't remove the finalizer. This results in affinity group resource to be stuck in deletion.
The text was updated successfully, but these errors were encountered: