setup-k3sup
ActionsTags
(2)Setup a k3s cluster with k3sup
Usage:
steps:
- uses: actions/checkout@v4
- name: Setup Kubernetes
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:
with:
cache: 'true'
- Add input for
--k3s-channel
- Add input for skipping Traefik
setup-k3sup is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.