Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
alexellis authored Aug 21, 2024
1 parent bd329c3 commit af5b02f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@ default
kind-2
```

Try out kubetrim without writing changes to the kubeconfig file:

```bash
$ kubetrim --write=false
```

Use a different kubeconfig file:

```bash
$ KUBECONFIG=$HOME/.kube/config.bak kubetrim
```

What if the Internet is unavailable, and all clusters report as unavailable?

```bash
Expand All @@ -80,18 +92,6 @@ No contexts are working, the Internet may be down, use --force to delete all con
$ kubetrim --force
```

Try out kubetrim without writing changes to the kubeconfig file:

```bash
$ kubetrim --dry-run
```

Use a different kubeconfig file:

```bash
$ KUBECONFIG=$HOME/.kube/config.bak kubetrim
```

## Installation

Getting `kubetrim` with arkade:
Expand Down

0 comments on commit af5b02f

Please sign in to comment.