You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,7 @@ $ make run
76
76
* Because of the DNS quandary, we don't start the deis-router component for you. You'll need to start this manually once DNS is setup: `systemctl start deis-router`.
77
77
78
78
## Testing the cluster
79
-
Logging into one of the CoreOS machines and stopping a container service should cause the same component on another CoreOS
80
-
host to take over as master
79
+
Integration tests and corresponding documentation can be found under the `test/` folder.
81
80
82
81
These systemd services run the various containers which compose Deis, and can be stopped on a machine with `sudo systemctl stop servicename`.
83
82
* deis-builder.service
@@ -89,7 +88,9 @@ These systemd services run the various containers which compose Deis, and can be
89
88
* deis-registry.service
90
89
* deis-router.service
91
90
92
-
Similarly, bringing down a VM should enable the services on another VM to take over as master
91
+
Logging into one of the CoreOS machines and stopping a container service should cause the same component on another CoreOS
92
+
host to take over as master.
93
+
Similarly, bringing down a VM should enable the services on another VM to take over as master.
93
94
94
95
## Install the Deis Client
95
96
If you're using the latest Deis release, use `pip install deis` to install the latest [Deis Client](https://pypi.python.org/pypi/deis/) or download [pre-compiled binaries](https://github.com/deis/deis/tree/master/client#get-started).
0 commit comments