Skip to content

Commit ff59e5f

Browse files
author
Matthew Fisher
committed
ref(troubleshooting): move coreos upgrade docs
1 parent f1264ac commit ff59e5f

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

docs/managing_deis/upgrading-deis.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,24 @@ new cluster, you would create a DNS record that looks like the following:
147147
Retire the old cluster
148148
^^^^^^^^^^^^^^^^^^^^^^
149149
Once all applications have been validated, the old cluster can be retired.
150+
151+
152+
Upgrading CoreOS
153+
----------------
154+
155+
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:
156+
157+
sudo /usr/bin/systemctl unmask update-engine.service
158+
sudo /usr/bin/systemctl start update-engine.service
159+
sudo update_engine_client -update
160+
sudo /usr/bin/systemctl stop update-engine.service
161+
sudo /usr/bin/systemctl mask update-engine.service
162+
sudo reboot
163+
164+
You can check the CoreOS version by running the following command on the CoreOS machine:
165+
166+
cat /etc/os-release
167+
168+
Or from your local machine:
169+
170+
ssh core@<server ip> 'cat /etc/os-release'

docs/troubleshooting_deis/index.rst

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -130,27 +130,6 @@ 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-
154133
Other issues
155134
------------
156135

0 commit comments

Comments
 (0)