From d12ec4640bd8caabe591e7d022b860c3e950a514 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Fri, 20 Dec 2024 12:14:09 +0300 Subject: [PATCH] apps: cluster1: workstation: Allow to schedule on edge. --- apps/cluster1/workstation/daemonset.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/cluster1/workstation/daemonset.yaml b/apps/cluster1/workstation/daemonset.yaml index 3024dbd5f..bed32b501 100644 --- a/apps/cluster1/workstation/daemonset.yaml +++ b/apps/cluster1/workstation/daemonset.yaml @@ -19,3 +19,6 @@ spec: operator: Equal value: 'true' effect: NoSchedule + - key: edge.cluster.local/not-schedulable + operator: Equal + effect: NoSchedule