Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtigyro authored Oct 27, 2020
1 parent 3040d16 commit cb9d148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ To create a local one or multi-node Kubernetes (K8s) cluster(s) - please run:
```bash
## extra args are optional.
#
bash kindadm.sh --nodes=[1-99] --k8s_ver=1.[x].[x] --helm_ver=[2/3].[x].[x]
kindadm --nodes=[1-99] --k8s_ver=1.[x].[x] --helm_ver=[2/3].[x].[x]
```

To purge interactively any created cluster(s):

```bash
bash kindadm.sh --purge
kindadm --purge
```

## Helper Menu
Expand Down

0 comments on commit cb9d148

Please sign in to comment.