Skip to content

Commit 4c46acb

Browse files
authored
Update README.md
1 parent 9ee8911 commit 4c46acb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
11
# setup-k3sup
2+
23
Setup a k3s cluster with k3sup
4+
5+
Usage:
6+
7+
```yaml
8+
steps:
9+
- uses: actions/checkout@v4
10+
11+
- name: Setup Kubernetes
12+
uses: self-actuated/setup-k3sup@master
13+
with:
14+
cache: 'true'
15+
16+
- name: Get nodes
17+
run: |
18+
export KUBECONFIG=~/.kube/config
19+
kubectl get nodes -o wide
20+
```
21+
22+
## Todo
23+
24+
* Add input for `--k3s-channel`
25+
* Add input for skipping Traefik
26+

0 commit comments

Comments
 (0)