检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
If there are multiple release versions, you can delete their Secrets at the same time. Run the release secret command to delete the Secrets.
Delete Immediate true 77d csi-obs everest-csi-provisioner Delete Immediate false 77d csi-sfs everest-csi-provisioner Delete Immediate
Delete the original node. After the workload is successfully migrated and runs properly, delete the original node. Parent Topic: Management Nodes
To delete the container on a node using Docker, run the following command: docker rm {containerId} To delete the container on a node using containerd, run the following command: crictl rm {containerId} After the faulty container is deleted, kubelet can reclaim images normally.
Then, go to the CCE console to delete the cluster. Parent Topic: Cluster Deletion
For details, see How Do I Delete Self-Built Prometheus?.
cluster_id={cluster_id} cce:addonInstance:list √ √ Deleting an add-on instance DELETE /api/v3/addons/{id}?
{name} (for clusters earlier than v1.15) Deleting all ingresses DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses (for clusters of v1.21 and later) DELETE /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses (for clusters from v1.15 to v1.21) DELETE /apis
Delete the resources based on the error message.) kubectl delete clusterRole cceaddon-nginx-ingress After the resource conflict is resolved, reinstall the chart or add-on. If the conflict message reappears, repeat the process. Parent Topic: Chart and Add-on
Why Cannot I Delete a PV or PVC Using the kubectl delete Command? What Should I Do If "target is busy" Is Displayed When a Pod with Cloud Storage Mounted Is Being Deleted? What Should I Do If a Yearly/Monthly EVS Disk Cannot Be Automatically Created?
node pools in a cluster. cce:release:create Create a release. cce:release:delete Delete a release. cce:release:update Update a release. cce:job:list List all cluster jobs. cce:job:delete Delete one or more cluster jobs. cce:job:get Obtain a specific cluster job. cce:storage:create
cluster_id={cluster_id} cce:addonInstance:list √ √ Deleting an add-on instance DELETE /api/v3/addons/{id}?
You need to manually delete these resources. After the PVC is deleted, the PV is in the Released state and cannot be bound to a PVC again. You can manually delete and reclaim volumes by performing the following operations: Delete the PV.
To rectify the fault, perform the following operations: Procedure Run the following command to delete the pod of the faulty container: kubectl delete pod {podName} -n {podNamespace} Where, {podName}: Enter the name of the pod of the faulty container.
Solution Modify the Docker file, delete the MountFlags=shared field, and restart Docker. Log in to the node.
After confirmation, go to the SFS console to delete the corresponding SFS 1.0 volume and delete the PV corresponding to SFS 1.0 on the CCE console. Parent Topic: SFS
For example, you can delete a pod by name using the following command: $ kubectl delete po nginx pod "nginx" deleted Delete multiple pods concurrently: $ kubectl delete po pod1 pod2 Delete all pods concurrently: $ kubectl delete po --all pod "nginx" deleted Delete pods by label (see
Failed to delete the node VM Major Check whether the node (VM) is deleted from the cluster. Failed to delete the security group of node Major Check whether the security group of the node is deleted from the cluster.
Delete the workload that uses even scheduling on virtual GPUs. You need to replace deployment with the corresponding workload type and replace test with the corresponding workload name in the following command. kubectl delete deployment test # Delete the test Deployment.
Delete: When a PVC is deleted, both the PV and the EVS disk are deleted. Retain: When a PVC is deleted, the PV and underlying storage resources are not deleted. Instead, you must manually delete these resources.