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
We recently added the ability to add custom labels, annotations and envvars to pods. For simplicity, this was added to the selector labels as well. As these are immutable, this was a mistake in retrospect.
The selectorLabels should be amended so that they only have the default labels adding, not the custom labels
This is blocking #9926 as this requires custom labels adding to the pods so that they are picked up for backup.
IMPORTANT This will introduce a potentially breaking change to the next release of Gitpod which we will need to document @lucasvaltl. The fix is as per the website. However, by doing this change, it removes this limitation for future releases.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
We recently added the ability to add custom labels, annotations and envvars to pods. For simplicity, this was added to the selector labels as well. As these are immutable, this was a mistake in retrospect.
The
selectorLabels
should be amended so that they only have the default labels adding, not the custom labelsThis is blocking #9926 as this requires custom labels adding to the pods so that they are picked up for backup.
IMPORTANT This will introduce a potentially breaking change to the next release of Gitpod which we will need to document @lucasvaltl. The fix is as per the website. However, by doing this change, it removes this limitation for future releases.
The text was updated successfully, but these errors were encountered: