Skip to content

Commit

Permalink
add teardown to docs (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmasi authored Oct 13, 2023
1 parent b9569f6 commit f4473d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/create_topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ To delete a topology use `kne delete`:
kne delete examples/multivendor/multivendor.pb.txt
```

To delete a cluster use `kind delete cluster`:
To delete a cluster use `kne teardown`:

```bash
kind delete cluster --name=kne
kne teardown deploy/kne/kind-bridge.yaml
```

0 comments on commit f4473d9

Please sign in to comment.