我仍然明白这一点。
$ vagrant ssh
...
CoreOS stable (681.2.0)
Broadcast message from locksmithd at 2015-07-23 23:41:12.013908559 +0000 Local
System reboot in 5 minutes!
但我已经把它关了。
$ cat user-data.in
#cloud-config
---
coreos:
update:
reboot-strategy: off
同样在里面,
$ cat /etc/coreos/update.conf
GROUP=stable
REBOOT_STRATEGY=off
那么为什么它仍然会重新启动? 还有其他地方要把它关掉吗? 非常感谢你的帮助。