Skip to content

Commit c4cf140

Browse files
committed
docs(managing_deis): remove note on upgrading
The note for Deis v1.0.2 upgrades confuses folks, and considering we're several versions beyond now, it's probably safe to remove
1 parent 1f60fcf commit c4cf140

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

docs/managing_deis/upgrading-deis.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,6 @@ First, use the current ``deisctl`` to stop and uninstall the Deis platform.
3737
1.0.2
3838
$ deisctl stop platform && deisctl uninstall platform
3939
40-
There are important security fixes since Deis 1.0.2 that require upgrading
41-
to CoreOS 494.1.0 or later, and configuring Docker to access deis-registry. See
42-
:ref:`upgrading-coreos` first, then open a shell to each node:
43-
44-
.. code-block:: console
45-
46-
$ ssh deis-1.example.com # repeat these steps for each node
47-
$ sudo -i
48-
$ mkdir -p /etc/systemd/system/docker.service.d
49-
$ cat <<EOF > /etc/systemd/system/docker.service.d/50-insecure-registry.conf
50-
[Service]
51-
Environment="DOCKER_OPTS=--insecure-registry 10.0.0.0/8 --insecure-registry 172.16.0.0/12 --insecure-registry 192.168.0.0/16"
52-
EOF
53-
$ reboot # one node at a time, to avoid etcd failures
54-
5540
Finally, update ``deisctl`` to the new version and reinstall:
5641

5742
.. code-block:: console

0 commit comments

Comments
 (0)