From b3776244443009f41c2baceea3396e12825baadd Mon Sep 17 00:00:00 2001 From: Vacant2333 Date: Thu, 4 Sep 2025 17:17:17 +0800 Subject: [PATCH] remove the disable toleration Signed-off-by: Vacant2333 --- definitions.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/definitions.go b/definitions.go index b8dc7cc..0a72dcf 100644 --- a/definitions.go +++ b/definitions.go @@ -26,12 +26,12 @@ const ( ) var MigrateToleration = []corev1.Toleration{ - { - Key: "cloudpilot.ai/provider-disable", - Operator: corev1.TolerationOpEqual, - Value: "true", - Effect: corev1.TaintEffectNoSchedule, - }, + //{ + // Key: "cloudpilot.ai/provider-disable", + // Operator: corev1.TolerationOpEqual, + // Value: "true", + // Effect: corev1.TaintEffectNoSchedule, + //}, { Key: "cloudpilot.ai/gradual-rebalance-only", Operator: corev1.TolerationOpExists,