Residual Package Versions

Check Items

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

Solution

A message is displayed indicating that there are residual 10.12.1.109 CRD resources 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.