Skip to content

Commit

Permalink
Update quickstart with right names [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Lombardi committed Apr 27, 2017
1 parent 8b1919d commit 24279b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Talking to Kubernetes still requires credentials and you need Loom to give them

```bash
mkdir ~/.kube/config.d
curl --output ~/.kube/config.d/myfirstcluster.cluster \
localhost:7000/fabrics/myfirstcluster/cluster/config
curl --output ~/.kube/config.d/myfirstfabric.cluster \
localhost:7000/fabrics/myfirstfabric/cluster/config
```

### 5. Check if Cluster is Available
Expand All @@ -108,7 +108,7 @@ Getting the status of a cluster is easy:
curl localhost:7000/fabrics/myfirstfabric/cluster

{
"name": "myfirstcluster.example.org",
"name": "myfirstfabric.example.org",
"available": true
}
```
Expand Down

0 comments on commit 24279b1

Please sign in to comment.