为 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/
Run Code Online (Sandbox Code Playgroud)
如何触发更新过程?
coreos ×1