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: unify AWS-specifics tags with other providers
The roachprod clusters created with the AWS provider were created with
capitalized tags (via remapping) instead of the lowercase tags defined
in the `vm` package which is in use by all other providers.
This was leading to missing labels in observability and a mismatch in
the AWS cost analysis dashboards.
This patch removes the remapping of labels during VM creation, but keeps
a remapping as a fallback mechanism in listing for retro-compatibility
with outdated roachprod binaries and gc-ing of older releases.
The retro-compatibility is to be removed when all tested releases use
the (lowercase) unified tags.
Epic: none
Release note: None
0 commit comments