Skip to content

Commit 2119eac

Browse files
committed
Update node labels
1 parent e891b32 commit 2119eac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

eks-cluster.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ managedNodeGroups:
106106
107107
declare -a LABELS=(
108108
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
110112
)
111113
112114
export KUBELET_EXTRA_ARGS="$(printf -- "--max-pods=110 --node-labels=%s" $(IFS=$','; echo "${LABELS[*]}"))"
@@ -156,7 +158,8 @@ managedNodeGroups:
156158
157159
declare -a LABELS=(
158160
eks.amazonaws.com/nodegroup="${NODEGROUP}"
159-
gitpod.io/workload_services=true
161+
gitpod.io/workload_meta=true
162+
gitpod.io/workload_ide=true
160163
)
161164
162165
export KUBELET_EXTRA_ARGS="$(printf -- "--max-pods=110 --node-labels=%s" $(IFS=$','; echo "${LABELS[*]}"))"

0 commit comments

Comments
 (0)