Skip to content

self-actuated/setup-k3sup

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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