CoreOS
会自动检测升级,由于国内网络环境,下载升级包可能会失败。
官方文档:https://coreos.com/os/docs/latest/update-strategies.html
查看升级进度
1 | $ systemctl status update-engine |
手动升级
1 | $ update_engine_client |
参数如下
-status
-watch_for_updates
-update
-check_for_update
设置升级代理服务器
1 | $ sudo mkdir -p /etc/systemd/system/update-engine.service.d |
/etc/systemd/system/update-engine.service.d/50-proxy.conf
在该文件中写入以下内容(没有就新建)。
1 | [Service] |
1 | [Service] |