File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,9 @@ managedNodeGroups:
106
106
107
107
declare -a LABELS=(
108
108
eks.amazonaws.com/nodegroup="${NODEGROUP}"
109
- gitpod.io/workload_workspaces=true
109
+ gitpod.io/workload_workspace_services=true
110
+ gitpod.io/workload_workspace_regular=true
111
+ gitpod.io/workload_workspace_headless=true
110
112
)
111
113
112
114
export KUBELET_EXTRA_ARGS="$(printf -- "--max-pods=110 --node-labels=%s" $(IFS=$','; echo "${LABELS[*]}"))"
@@ -156,7 +158,8 @@ managedNodeGroups:
156
158
157
159
declare -a LABELS=(
158
160
eks.amazonaws.com/nodegroup="${NODEGROUP}"
159
- gitpod.io/workload_services=true
161
+ gitpod.io/workload_meta=true
162
+ gitpod.io/workload_ide=true
160
163
)
161
164
162
165
export KUBELET_EXTRA_ARGS="$(printf -- "--max-pods=110 --node-labels=%s" $(IFS=$','; echo "${LABELS[*]}"))"
You can’t perform that action at this time.
0 commit comments