Skip to content

Commit

Permalink
Merge pull request #1039 from atiratree/remove-recycler
Browse files Browse the repository at this point in the history
UPSTREAM: <drop>: remove creation of openshift-infra ns and recycler SA
  • Loading branch information
openshift-merge-robot committed Nov 23, 2021
2 parents 8e73d6b + f85863f commit fedcee3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
4 changes: 0 additions & 4 deletions cmd/kube-controller-manager/app/controllermanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,6 @@ func Run(c *config.CompletedConfig, stopCh <-chan struct{}) error {
}
controllerInitializers := initializersFunc(controllerContext.LoopMode)

if err := createPVRecyclerSA(c.OpenShiftContext.OpenShiftConfig, rootClientBuilder); err != nil {
klog.Fatalf("error creating recycler serviceaccount: %v", err)
}

if err := StartControllers(controllerContext, startSATokenController, controllerInitializers, unsecuredMux); err != nil {
klog.Fatalf("error starting controllers: %v", err)
}
Expand Down
38 changes: 0 additions & 38 deletions cmd/kube-controller-manager/app/patch_recycler.go

This file was deleted.

0 comments on commit fedcee3

Please sign in to comment.