Skip to content

Commit

Permalink
pkg/destroy: add Alibaba destroy code
Browse files Browse the repository at this point in the history
Adds destroy code for the Alibaba platform.

Alibaba: fix: turn off SLB and ECS protection

Before deleting ECS and SLB, turn off the protection state

Alibaba: fix: update asynchronous destroy mode

Refer to IMBCloud to optimize the part of destroying the cluster

Alibaba: fix: destroy SLB created by ingress operator

Query SLB created by ingress operator through tag, and destory it.
  • Loading branch information
bd233 committed Nov 20, 2021
1 parent 7a9bbc7 commit 0ef6c13
Show file tree
Hide file tree
Showing 4 changed files with 1,356 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/openshift-install/destroy.go
Expand Up @@ -10,6 +10,7 @@ import (

assetstore "github.com/openshift/installer/pkg/asset/store"
"github.com/openshift/installer/pkg/destroy"
_ "github.com/openshift/installer/pkg/destroy/alibabacloud"
_ "github.com/openshift/installer/pkg/destroy/aws"
_ "github.com/openshift/installer/pkg/destroy/azure"
_ "github.com/openshift/installer/pkg/destroy/baremetal"
Expand Down

0 comments on commit 0ef6c13

Please sign in to comment.