How Do I Clear Multi-Cloud Cluster Resources?
If the multi-cloud cluster unregistration fails, you can try unregistration again. Before performing this operation, ensure that you have manually deleted the resources associated with the cluster on the AWS console. This section describes the names and quantities of these resources. You can access the EC2 panel and VPC panel of AWS to view and delete these resources.
In Table 1, ${clusterName} is your cluster name, and ${random5} is a random string of five characters.
Console |
Resource Type |
Quantity |
Name |
---|---|---|---|
EC2 panel |
EC2 |
Master nodes: 3 Worker nodes: n |
Master node: ${clusterName}-cp-${random5} Worker node: ${clusterName}-md-${i}-${random5}. The default value of ${i} is 0. |
Security group |
5 |
The VPC corresponding to the preceding security groups is ${clusterName}-vpc. |
|
EIP |
3 |
${clusterName}-eip-apiserver |
|
Volume |
Nodes: 2 |
Determine the node to which the volume belongs based on the name of the EC2 instance to which the volume is mounted. |
|
ELB |
1 |
${clusterName}-apiserver. The corresponding VPC is ${clusterName}-vpc. |
|
Network port |
4 |
If Name is empty, the corresponding VPC is ${clusterName}-vpc. |
|
VPC panel |
VPC |
1 |
${clusterName}-vpc |
NAT |
3 |
|
|
Subnet |
6 |
The VPC corresponding to the preceding subnets is ${clusterName}-vpc. |
|
Route table |
7 |
The VPC corresponding to the route tables is ${clusterName}-vpc. |
|
Internet gateway |
1 |
${clusterName}-igw The corresponding VPC is ${clusterName}-vpc. |
|
Network ACL |
1 |
If Name is empty and the associated object is 6 subnets, the corresponding VPC is ${clusterName}-vpc. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot