Skip to content

Commit

Permalink
Update readme: talosctl commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed May 7, 2024
1 parent 42d9435 commit 3970682
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,17 @@ Re-template and update generated file in place (this will overwrite it):
talm template -f nodes/node1.yaml -I
```

## Using talosctl commands

Talm offers a similar set of commands to those provided by talosctl.
However, you can specify the --file option for them.

For example, to run a dashboard for three nodes:

```
talm dashboard -f node1.yaml -f node2.yaml -f node3.yaml
```

## Customization

You're free to edit template files in `./templates` directory.
Expand Down

0 comments on commit 3970682

Please sign in to comment.