mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Adding kubectl commands to check connectivity to cluster
This commit is contained in:
parent
fe2034fcca
commit
94303ef4e1
1 changed files with 9 additions and 0 deletions
9
.github/workflows/maven-build.yml
vendored
9
.github/workflows/maven-build.yml
vendored
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue