Check whether cce-agent on the current node is of the latest version.
If cce-agent is not of the latest version, the automatic update fails. This problem is usually caused by invalid OBS address or the version of the component is outdated.
cat `ps aux | grep cce-agent | grep -v grep | awk -F '-f ''{print $2}'`
The OBS configuration address field in the configuration file is packageFrom.addr.
curl -k "https://{OBS address you have obtained}/cluster-versions/base/cce-agent-arm" > /tmp/cce-agent-arm
mv -f /tmp/cce-agent-arm /usr/local/bin/cce-agent-arm chmod 750 /usr/local/bin/cce-agent-arm chown root:root /usr/local/bin/cce-agent-arm
systemctl restart cce-agent
If you have any questions about the preceding operations, contact technical support.