Skip to content
7 changes: 0 additions & 7 deletions backend/pkg/app/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,12 +436,6 @@ func (b *Backend) runBackendControllersUnderLeaderElection(ctx context.Context,
activeOperationLister,
backendInformers,
)
clusterServiceMigrationController := clusterpropertiescontroller.NewClusterCustomerPropertiesMigrationController(
b.options.CosmosDBClient,
b.options.ClustersServiceClient,
activeOperationLister,
backendInformers,
)
identityMigrationController := clusterpropertiescontroller.NewIdentityMigrationController(
b.options.CosmosDBClient,
b.options.ClustersServiceClient,
Expand Down Expand Up @@ -569,7 +563,6 @@ func (b *Backend) runBackendControllersUnderLeaderElection(ctx context.Context,
go controlPlaneDesiredVersionController.Run(ctx, 20)
go triggerControlPlaneUpgradeController.Run(ctx, 20)
go clusterPropertiesSyncController.Run(ctx, 20)
go clusterServiceMigrationController.Run(ctx, 20)
go identityMigrationController.Run(ctx, 20)
go azureRPRegistrationValidationController.Run(ctx, 20)
go azureClusterResourceGroupExistenceValidationController.Run(ctx, 20)
Expand Down

This file was deleted.

Loading