Github Actions runners on Kubernetes via ARC
export GITHUB_CONFIG_URL=https://github.com/Ch4s3r/github-actions-runner-kubernetes
export GITHUB_PAT=Install k3s as kuebrnetes provider for example
curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode=644Link the local kubeconfig to have access to the kubernetes cluster via cli
mkdir -p $HOME/.kube
ln -s /etc/rancher/k3s/k3s.yaml $HOME/.kube/configVerify you have access to it via cli
kubectl get pods -A
helm list -Ash run.sh/usr/local/bin/k3s-uninstall.sh