Skip to content

Commit 99d31a8

Browse files
committed
Merge pull request #2314 from bacongobbler/remove-clusters-from-reaadme
docs(README): remove deprecated clusters troubleshooting
2 parents 127d07a + 023b630 commit 99d31a8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,6 @@ Did you remember to add your SSH key to the ssh-agent? `ssh-add -L` should list
205205
#### When running a `deisctl` command - 'All the given peers are not reachable (Tried to connect to each peer twice and failed)'
206206
The most common cause of this issue is that a [new discovery URL](https://discovery.etcd.io/new) wasn't generated and updated in `contrib/coreos/user-data` before the cluster was launched. Each Deis cluster must have a unique discovery URL, or else `etcd` will try and fail to connect to old hosts. Try destroying the cluster and relaunching the cluster with a fresh discovery URL.
207207

208-
#### Scaling an app doesn't work, and/or the app shows 'Welcome to nginx!'
209-
This usually means the controller failed to submit jobs to the scheduler. `deisctl journal controller` will show detailed error information, but the most common cause of this is that the cluster was created with the wrong SSH key for the `--auth` parameter. The key supplied with the `--auth` parameter must be the same key that was used to provision the Deis servers. If you suspect this to be the issue, you'll need to `clusters:destroy` the cluster and recreate it, along with the app.
210-
211208
#### A Deis component fails to start
212209
Use `deisctl status <component>` to view the status of the component. You can also use `deisctl journal <component>` to tail logs for a component, or `deisctl list` to list all components.
213210

0 commit comments

Comments
 (0)