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
Breaking change to every Gitpod installation out there - likely not worth the effort. Benefit - removes naming inconsistency. Drawback - everyone has to update Gitpod and their nodelabels. Won't do for now.
Is your feature request related to a problem? Please describe
Currently, we require the following node affinity labels for a cluster that runs Gitpod Self-Hosted:
gitpod.io/workload_meta=true
gitpod.io/workload_ide=true
gitpod.io/workload_workspace_services=true
gitpod.io/workload_workspace_regular=true
gitpod.io/workload_workspace_headless=true
--> we are still using the word
meta
hereDescribe the behaviour you'd like
meta
is a thing of the past, we should rename this label intoserver
, or better groupide
andmeta
intoservices
.Additional context
Internal discussion here.
The text was updated successfully, but these errors were encountered: