Skip to content

Commit

Permalink
Fixes from rebasing with upstream/main
Browse files Browse the repository at this point in the history
  • Loading branch information
LPetro committed Aug 7, 2024
1 parent f362a66 commit a762e48
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 231 deletions.
2 changes: 1 addition & 1 deletion pkg/controllers/controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func NewControllers(
nodeclaimlifecycle.NewController(clock, kubeClient, cloudProvider, recorder),
nodeclaimgarbagecollection.NewController(clock, kubeClient, cloudProvider),
nodeclaimtermination.NewController(kubeClient, cloudProvider, recorder),
nodeclaimdisruption.NewController(clock, kubeClient, cluster, cloudProvider),
nodeclaimdisruption.NewController(clock, kubeClient, cloudProvider),
orb.NewController(schedulingInputHeap, schedulingMetadataHeap),
leasegarbagecollection.NewController(kubeClient),
status.NewController[*v1.NodeClaim](kubeClient, mgr.GetEventRecorderFor("karpenter")),
Expand Down
156 changes: 0 additions & 156 deletions pkg/controllers/orb/reconstruction.go

This file was deleted.

Loading

0 comments on commit a762e48

Please sign in to comment.