Skip to content

Commit

Permalink
Display list of pods
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed May 31, 2024
1 parent 2e601d8 commit 1fe7c7f
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/kubevirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,12 @@ jobs:
# echo "Waiting for CSV 'xxxxxx' to reach Succeeded phase..."
# sleep 5
#done
echo "Waiting for KubeVirt to be ready"
kubectl wait deployment hyperconverged-cluster-operator --namespace=kubevirt-hyperconverged --for=condition=Available --timeout=5m
echo "Get list of deployments ..."
kubectl get deployment -A
sleep 20
echo "Get list of deployments ..."
kubectl get deployment -A
sleep 20
kubectl get HyperConverged -n kubevirt-hyperconverged
#echo "Waiting for KubeVirt to be ready"
#kubectl wait --for=condition=Available kubevirt kubevirt-hyperconverged --namespace=kubevirt-hyperconverged --timeout=5m
echo "Get list of pods ..."
kubectl get pod -A
- name: Give more RBAC to Virt resources and RW for PVC
run: |
Expand Down

0 comments on commit 1fe7c7f

Please sign in to comment.