debug ssh

This commit is contained in:
Florian Herrengt 2022-12-05 23:34:15 +00:00
parent badc8c6b0a
commit aceee6897a
1 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,7 @@ jobs:
run: curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
- name: Setting up kubeconfig
run: echo "${{ secrets.KUBE_CONFIG }}" > kube.config
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Check if it works
run: ./kubectl --kubeconfig ./kube.config get nodes