Skip to content

Commit

Permalink
Add notes on daily trim
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Aug 19, 2024
1 parent f5da53c commit 8ed8704
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ Q&A:

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`

* Can I run kubetrim every time I open a terminal?

Yes, you can add `kubetrim &` to your `.bashrc`, `.bash_profile` or `.zshrc` file, which will run in the background, and not slow down your terminal session from starting up.

## Usage

```bash
Expand Down

0 comments on commit 8ed8704

Please sign in to comment.