mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
Final kubectl working check
This commit is contained in:
parent
6b51491b2c
commit
454a055639
1 changed files with 2 additions and 0 deletions
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
|
@ -81,6 +81,8 @@ jobs:
|
|||
- name: check kubectl
|
||||
run: |
|
||||
cat ~/.kube/config
|
||||
kubectl get pods
|
||||
kubectl get nodes
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue