From 24279b15ee3e0eb5b407a1c8c2ef9c49cfbbbdf8 Mon Sep 17 00:00:00 2001 From: Philip Lombardi Date: Thu, 27 Apr 2017 13:59:44 -0400 Subject: [PATCH] Update quickstart with right names [skip ci] --- docs/getting-started/quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/quickstart.md b/docs/getting-started/quickstart.md index ede5daa..36eff82 100644 --- a/docs/getting-started/quickstart.md +++ b/docs/getting-started/quickstart.md @@ -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 @@ -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 } ```