Skip to content

setup-k3sup

Actions
Install K3s with k3sup
v1
Latest
Star (2)

setup-k3sup

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'

Todo

  • 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.

About

Install K3s with k3sup
v1
Latest

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.