Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis authored Sep 26, 2024
1 parent bd046ca commit e2a8260
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ It works like this:

Q&A:

* `kubetrim` is great, how can I support you?

You can [sponsor me via GitHub](https://github.com/sponsors/alexellis) - the more sponsors, the more time I'll spend on tools like kubetrim, Have a [arkade](https://github.com/alexellis/arkade) and [k3sup](https://github.com/alexellis/k3sup).

* What if I like doing things the long way?

You can combine `kubectl config get-clusters` with `kubectl config use-context` and `kubectl get nodes`, followed by `kubectl config delete-cluster` and `kubectl config delete-context` for each. `kubectx -d` will remove a context, but leaves the cluster in your kubeconfig file, so requires additional steps.
Expand All @@ -33,10 +37,6 @@ Q&A:

Open an issue, and we can look at adding support for your use-case.

* `kubetrim` is great, how can I support you?

Have a look at [arkade](https://github.com/alexellis/arkade) and [k3sup](https://github.com/alexellis/k3sup), you may like those too. You can also [sponsor me via GitHub](https://github.com/sponsors/alexellis).

* How can I run kubetrim daily?

Create a crontab with the following expression: `0 0 * * * kubetrim`
Expand Down Expand Up @@ -112,6 +112,8 @@ curl -sfLS https://get.arkade.dev | sh
arkade get kubetrim
```

Or download it manually via the [Releases page](https://github.com/alexellis/kubetrim/releases)

## License

MIT license

0 comments on commit e2a8260

Please sign in to comment.