clean up unused constant

This commit is contained in:
HirazawaUi
2025-12-18 19:45:38 +08:00
parent c34c5a5426
commit 642d96dcb4

View File

@@ -478,12 +478,6 @@ var (
Effect: v1.TaintEffectNoSchedule,
}
// ControlPlaneToleration is the toleration to apply on the PodSpec for being able to run that Pod on the control-plane
ControlPlaneToleration = v1.Toleration{
Key: LabelNodeRoleControlPlane,
Effect: v1.TaintEffectNoSchedule,
}
// ControlPlaneComponents defines the control-plane component names
ControlPlaneComponents = []string{KubeAPIServer, KubeControllerManager, KubeScheduler}