Skip to content

Commit

Permalink
Reorder section six and the closing comment to be less confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Lombardi committed Apr 27, 2017
1 parent 24279b1 commit 458e0dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ Kubernetes master is running at <Some-URL>
KubeDNS is running at <Some-URL>
```

Cluster up and running! Now you can use `kubectl` to actually do work with Kubernetes.

**NOTE:** The `kubectl` command does not *yet* understand the `config.d` idiom, but there is a Pull Request moving along to enable this functionality in `kubectl`. The idea is that `kubectl` would load all the config files in this directory before use. Until then we need to simulate usage with the `--kubeconfig=<path>` option.

### 6. Deleting Your Fabric

If you want to tear your fabric down it's as simple as running:
`curl -X DELETE localhost:7000/fabrics/myfirstfabric`
Cluster up and running! Now you can use `kubectl` to actually do work with Kubernetes.
**NOTE:** The `kubectl` command does not *yet* understand the `config.d` idiom, but there is a Pull Request moving along to enable this functionality in `kubectl`. The idea is that `kubectl` would load all the config files in this directory before use. Until then we need to simulate usage with the `--kubeconfig=<path>` option.

0 comments on commit 458e0dd

Please sign in to comment.