We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ed802 commit a847ef6Copy full SHA for a847ef6
apps/supervisor/src/workloadManager/kubernetes.ts
@@ -377,7 +377,7 @@ export class KubernetesWorkloadManager implements WorkloadManager {
377
preference: {
378
matchExpressions: [
379
{
380
- key: "machinepool",
+ key: "node.cluster.x-k8s.io/machinepool",
381
operator: "In",
382
values: [env.KUBERNETES_LARGE_MACHINE_POOL_LABEL],
383
},
@@ -397,7 +397,7 @@ export class KubernetesWorkloadManager implements WorkloadManager {
397
398
399
400
401
operator: "NotIn",
402
403
0 commit comments