Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCPBUGS-19024: remove featuregate upgradeable controller that moved to cluster-config-operator #1547

Merged
merged 1 commit into from Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions pkg/operator/starter.go
Expand Up @@ -23,7 +23,6 @@ import (
"github.com/openshift/cluster-kube-apiserver-operator/pkg/operator/configobservation/configobservercontroller"
"github.com/openshift/cluster-kube-apiserver-operator/pkg/operator/configobservation/node"
"github.com/openshift/cluster-kube-apiserver-operator/pkg/operator/connectivitycheckcontroller"
"github.com/openshift/cluster-kube-apiserver-operator/pkg/operator/featureupgradablecontroller"
"github.com/openshift/cluster-kube-apiserver-operator/pkg/operator/kubeletversionskewcontroller"
"github.com/openshift/cluster-kube-apiserver-operator/pkg/operator/nodekubeconfigcontroller"
"github.com/openshift/cluster-kube-apiserver-operator/pkg/operator/operatorclient"
Expand Down Expand Up @@ -354,12 +353,6 @@ func RunOperator(ctx context.Context, controllerContext *controllercmd.Controlle
return err
}

featureUpgradeableController := featureupgradablecontroller.NewFeatureUpgradeableController(
operatorClient,
configInformers,
controllerContext.EventRecorder,
)

certRotationTimeUpgradeableController := certrotationtimeupgradeablecontroller.NewCertRotationTimeUpgradeableController(
operatorClient,
kubeInformersForNamespaces.InformersFor(operatorclient.GlobalUserSpecifiedConfigNamespace).Core().V1().ConfigMaps(),
Expand Down Expand Up @@ -454,7 +447,6 @@ func RunOperator(ctx context.Context, controllerContext *controllercmd.Controlle
go clusterOperatorStatus.Run(ctx, 1)
go certRotationController.Run(ctx, 1)
go encryptionControllers.Run(ctx, 1)
go featureUpgradeableController.Run(ctx, 1)
go certRotationTimeUpgradeableController.Run(ctx, 1)
go terminationObserver.Run(ctx, 1)
go eventWatcher.Run(ctx, 1)
Expand Down
27 changes: 0 additions & 27 deletions test/e2e/featuregate_upgradeable_test.go

This file was deleted.