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 9ee8911 commit 4c46acb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# setup-k3sup

Setup a k3s cluster with k3sup

Usage:

```yaml
steps:
- uses: actions/checkout@v4

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

- name: Get nodes
run: |
export KUBECONFIG=~/.kube/config
kubectl get nodes -o wide
```
## Todo
* Add input for `--k3s-channel`
* Add input for skipping Traefik

0 comments on commit 4c46acb

Please sign in to comment.