Skip to content

Commit

Permalink
chore: Remove a controller that was used for testing (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Nov 19, 2024
1 parent c221747 commit a03600e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controllers/controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func NewControllers(
status.NewController[*v1.NodeClaim](kubeClient, mgr.GetEventRecorderFor("karpenter"), status.EmitDeprecatedMetrics),
status.NewController[*v1.NodePool](kubeClient, mgr.GetEventRecorderFor("karpenter"), status.EmitDeprecatedMetrics),
status.NewGenericObjectController[*corev1.Node](kubeClient, mgr.GetEventRecorderFor("karpenter")),
health.NewController(kubeClient, cloudProvider, clock),
}

// The cloud provider must define status conditions for the node repair controller to use to detect unhealthy nodes
Expand Down

0 comments on commit a03600e

Please sign in to comment.