Updated on 2026-01-04 GMT+08:00

Residual Package Version Data

Check Items

Check whether there is residual package version data in the current cluster.

Solutions

A message is displayed, indicating that there are residual CRD resources (such as 10.12.1.109) in your cluster. This issue occurs because CRD resources are not cleared after nodes in earlier CCE versions are deleted.

Manually perform the following operations to clear the residual resources:

  1. Back up the residual CRD resources. Take CRD resource 10.12.1.109 as an example. Replace it with the resource displayed in the error message.

    kubectl get packageversion 10.12.1.109 -oyaml > /tmp/packageversion-109.bak

  2. Clear the residual CRD resources.

    kubectl delete packageversion 10.12.1.109

  3. Check residual package versions again.
  4. If the check still fails, the node may have been removed from the cluster, but cce-agent on the node is still running and continuously generates the preceding CRD resources. In this case, go to the VPC console and check whether the IP address is used by an ECS or BMS. Then log in to the node and check the cce-agent status.

    systemctl status cce-agent

    If cce-agent is still running, stop the component or shut down the node.

    systemctl stop cce-agent