mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +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
|
- name: check kubectl
|
||||||
run: |
|
run: |
|
||||||
cat ~/.kube/config
|
cat ~/.kube/config
|
||||||
|
kubectl get pods
|
||||||
|
kubectl get nodes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue