Skip to content

Commit 9e45610

Browse files
authored
Update test.yml
1 parent 678ee90 commit 9e45610

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
1616
kubectl version --client
1717
18+
- name: Configure Kubernetes cluster
19+
run: |
20+
mkdir -p ~/.kube
21+
echo "${{ secrets.KUBECONFIG }}" > ~/.kube/config
22+
23+
1824
- name: Use Kubernetes Troubleshooting Action
1925
uses: becloudready/k8s-interview-action@v14
2026
with:

0 commit comments

Comments
 (0)