debug ssh
This commit is contained in:
parent
badc8c6b0a
commit
aceee6897a
|
@ -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"
|
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
|
- name: Setting up kubeconfig
|
||||||
run: echo "${{ secrets.KUBE_CONFIG }}" > kube.config
|
run: echo "${{ secrets.KUBE_CONFIG }}" > kube.config
|
||||||
|
- name: Setup upterm session
|
||||||
|
uses: lhotari/action-upterm@v1
|
||||||
- name: Check if it works
|
- name: Check if it works
|
||||||
run: ./kubectl --kubeconfig ./kube.config get nodes
|
run: ./kubectl --kubeconfig ./kube.config get nodes
|
||||||
|
|
Loading…
Reference in New Issue