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
roachprod: improve instances filtering when listing on IBM
Cloud instance listing on IBM was previously filtering out VMs that
lacked the `roachprod` tag. However, the IBM API occasionally returns a
successful response for tagging requests without actually acting on it.
This inconsistency resulted in some VMs being skipped in the garbage
colelction process because lacking the required tags.
This PR removes the dependency on the `roachprod` tag, and all resources
within the `roachprod` resource group are now considered game for
garbage collection.
Epic: none
Release note: None
0 commit comments