From d5161e09d3a142db25ef8eb9fe33d2f1680a36a3 Mon Sep 17 00:00:00 2001 From: Donavan Fritz Date: Sat, 25 Apr 2026 11:42:48 -0500 Subject: [PATCH] deploy: drop fritzlab.net/cni-test toleration Migration off Calico is complete; host001/host004 no longer carry the cni-test taint. The toleration is now dead config. --- deploy/daemonset.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deploy/daemonset.yaml b/deploy/daemonset.yaml index e37ecd1..c130c3e 100644 --- a/deploy/daemonset.yaml +++ b/deploy/daemonset.yaml @@ -41,10 +41,6 @@ spec: nodeSelector: flock.fritzlab.net/agent: "" tolerations: - - key: fritzlab.net/cni-test - operator: Equal - value: "true" - effect: NoSchedule - key: node-role.kubernetes.io/control-plane operator: Exists effect: NoSchedule