检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Run the following command to delete a drainage task: kubectl delete drainage {Name of the drainage task} Parent Topic: Troubleshooting for Pre-upgrade Check Exceptions
OBS everest-csi-provisioner Delete Immediate Not supported csi-disk-dss DSS everest-csi-provisioner Delete Immediate Supported csi-local Local PV everest-csi-provisioner Delete Immediate Not supported csi-local-topology Local PV created with a delay everest-csi-provisioner Delete
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
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
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?
cluster_id={cluster_id} cce:addonInstance:list √ √ Deleting an add-on instance DELETE /api/v3/addons/{id}?
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.
For example, you can delete a pod by name using the following command: $ kubectl delete po nginx pod "nginx" deleted You can delete multiple pods at once: $ kubectl delete po pod1 pod2 You can delete all pods at the same time: $ kubectl delete po --all pod "nginx" deleted Delete pods
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
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.