Skip to content

Commit

Permalink
Merge branch 'main' into limit-by-nodepool
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Nov 20, 2024
2 parents 86f44f4 + a03600e commit 4a776c1
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 4a776c1

Please sign in to comment.