The Kind GitHub Action To configure a Kubernetes cluster in your GitHub Actions in a single step, you can use the new @engineerd/setup-kind action: jobs: kind: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: engineerd/[email protected] - name: Testing run: | export KUBECONFIG="$(kind get kubeconfig-path)" kubectl cluster-info Right now you can specify a Kind config file in yo