Adding kubectl commands to check connectivity to cluster

This commit is contained in:
Piasecki-grid 2025-03-27 13:54:13 +01:00
parent fe2034fcca
commit 94303ef4e1

View file

@ -56,5 +56,14 @@ jobs:
inlineScript: |
az aks get-credentials --resource-group grid-capstone --name dev-grid-cluster --admin
cat ~/.kube/config
echo "---------"
echo "---------"
echo "---------"
echo "---------"
echo "---------"
echo "---------"
kubectl get nodes
kubectl get pods