Skip to content

Commit f1264ac

Browse files
adamkdeanMatthew Fisher
authored andcommitted
docs(troubleshooting): added instructions on manually updating CoreOS
1 parent 550627f commit f1264ac

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/troubleshooting_deis/index.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,27 @@ Try destroying the cluster and relaunching the cluster with a fresh discovery UR
130130

131131
You can use ``make discovery-url`` to automatically fetch a new discovery URL.
132132

133+
Manually updating CoreOS
134+
------------------------
135+
136+
Sometimes you may need to update CoreOS manually in order to get Deis to work. You can do this by ssh'ing onto your servers and running the following commands:
137+
138+
sudo /usr/bin/systemctl unmask update-engine.service
139+
sudo /usr/bin/systemctl start update-engine.service
140+
sudo update_engine_client -update
141+
sudo /usr/bin/systemctl stop update-engine.service
142+
sudo /usr/bin/systemctl mask update-engine.service
143+
sudo reboot
144+
145+
You can check the CoreOS version by running the following command on the CoreOS machine:
146+
147+
cat /etc/os-release
148+
149+
Or from your local machine:
150+
151+
ssh core@<server ip> 'cat /etc/os-release'
152+
153+
133154
Other issues
134155
------------
135156

0 commit comments

Comments
 (0)