检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
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
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
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
Delete the original node. After the workload is successfully migrated and runs properly, delete the original node. Parent Topic: Management Nodes
If there are multiple release versions, you can delete their Secrets at the same time. Run the release secret command to delete the Secrets.
If the deprecated annotation exists, delete it and use service.kubernetes.io/topology-mode as a replacement (for details, see Topology Aware Routing): Run the kubectl command to modify the YAML file of the Service. kubectl edit service test-svc Delete the service.kubernetes.io/topology-aware-hints
Delete Immediate true 77d csi-obs everest-csi-provisioner Delete Immediate false 77d csi-sfs everest-csi-provisioner Delete Immediate
Solutions If there are too many images on a node, you can delete unnecessary images from the node. Delete dangling (<none>) images. Such images are typically left from builds or updates.
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
{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
For details, see How Do I Delete Self-Built Prometheus?.
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
cluster_id={cluster_id} cce:addonInstance:list √ √ Deleting an add-on pod DELETE /api/v3/addons/{id}?
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 pod 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