Skip to content

Commit

Permalink
fix the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed Jun 17, 2024
1 parent a171f34 commit 53b7d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/integration-test-ci
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ kubectl get pods -n cattle-system -l app=rancher -o jsonpath='{.items[*].metadat
echo "OK, go loop through..."
for pod in $(kubectl get pods -n cattle-system -l app=rancher -o jsonpath='{.items[*].metadata.name}'); do
echo pod $pod
kubectl logs pod/$pod -n cattle-system | grep -C 10 rke-machine -n
kubectl logs pod/$pod -n cattle-system | grep rke-machine -n
done
echo "And dump the CRDs. Count:"
kubectl get crds | wc -l
Expand Down

0 comments on commit 53b7d94

Please sign in to comment.