Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis authored May 10, 2024
1 parent a1df322 commit a7d8e6f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,21 @@ Usage:
- uses: actions/checkout@v4

- name: Setup Kubernetes
uses: self-actuated/setup-k3sup@master
with:
cache: 'true'
uses: self-actuated/setup-k3sup@v1

- name: Get nodes
run: |
export KUBECONFIG=~/.kube/config
kubectl get nodes -o wide
```
The k3sup binary can be cached if desired:
```yaml
with:
cache: 'true'
```
## Todo
* Add input for `--k3s-channel`
Expand Down

0 comments on commit a7d8e6f

Please sign in to comment.