test kubectl

This commit is contained in:
ducoterra
2020-04-22 13:17:54 -04:00
parent e90c9e010e
commit 070c9cd477

View File

@@ -42,5 +42,6 @@ pods:
- apt update && apt install -y curl
- curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
- chmod +x ./kubectl
- ls -lah
- ./kubectl version --client
- ./kubectl get po