Skip to content

Commit

Permalink
Merge pull request #4056 from wawa0210/remove-mertics-adapter-cluster-rm
Browse files Browse the repository at this point in the history
uninstall metrics adapter when karmada cluster remove
  • Loading branch information
karmada-bot authored Sep 13, 2023
2 parents 244c73c + d928c11 commit 0b3e0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operator/pkg/tasks/deinit/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func NewRemoveComponentTask() workflow.Task {
Run: runRemoveComponent,
RunSubTasks: true,
Tasks: []workflow.Task{
newRemoveComponentWithServiceSubTask(constants.KarmadaMetricsAdapterComponent, util.KarmadaMetricsAdapterName),
newRemoveComponentSubTask(constants.KarmadaDeschedulerComponent, util.KarmadaDeschedulerName),
newRemoveComponentSubTask(constants.KarmadaSchedulerComponent, util.KarmadaSchedulerName),
newRemoveComponentSubTask(constants.KarmadaControllerManagerComponent, util.KarmadaControllerManagerName),
Expand Down

0 comments on commit 0b3e0d9

Please sign in to comment.