CoreOS 更新失败

CoreOS 更新失败

运行 CoreOS 的更新命令时,我收到更新失败错误。根据文档这意味着没有找到更新。我运行的版本是,所以不应该出现这种情况CoreOS stable (647.2.0)

update_engine_client -update

$> cat /etc/os-release
NAME=CoreOS
ID=coreos
VERSION=647.2.0
VERSION_ID=647.2.0
BUILD_ID=
PRETTY_NAME="CoreOS 647.2.0"
ANSI_COLOR="1;32"
HOME_URL="https://coreos.com/"
BUG_REPORT_URL="https://github.com/coreos/bugs/issues"

$> cat /etc/coreos/update.conf
GROUP=stable
SERVER=https://customer.update.core-os.net/v1/update/

我如何才能触发更新过程?

答案1

运行update_engine_client -check_for_update应绕过任何速率限制并立即更新。请参阅https://coreos.com/os/docs/latest/update-strategies.html#manually-triggering-an-update更多细节。

相关内容