Skip to content

Commit

Permalink
reset the placement image
Browse files Browse the repository at this point in the history
Signed-off-by: clyang82 <[email protected]>
  • Loading branch information
clyang82 committed Jun 10, 2022
1 parent 3b6533f commit 550fdc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/undeploy_hub_of_hubs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ uninstall_component "hub-cluster-controller" "$branch" "kubectl delete -k ./depl

# uninstall hub-of-hubs addon controller
uninstall_component "hub-of-hubs-addon" "$branch" "kubectl delete -k ./deploy --ignore-not-found"

# reset the origin image for placement
kubectl annotate mce multiclusterengine imageOverridesCM- --overwrite
kubectl delete configmap my-config -n multicluster-engine --ignore-not-found

0 comments on commit 550fdc6

Please sign in to comment.