Skip to content

Commit

Permalink
check pods on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Sep 4, 2023
1 parent cad7814 commit 8408993
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/end2end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
id: k3s
with:
version: 'v1.24.16-k3s1'
- name: Check Cluster
- name: Check Cluster Nodes
run: |
kubectl get nodes
- name: Check Cluster Pods
run: |
kubectl get pods -A
- name: Setup Helm
run: |
Expand Down

0 comments on commit 8408993

Please sign in to comment.