mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-13 19:34:30 +01:00
gha: capture additional kata-deploy output
10 lines can be insufficient for diagnostics.
Fixes: #7707
Signed-off-by: Dan Mihai <dmihai@microsoft.com>
(cherry picked from commit 400eb88743)
This commit is contained in:
committed by
Fabiano Fidêncio
parent
d46c300608
commit
508f1bba15
@@ -54,7 +54,7 @@ function deploy_kata() {
|
||||
fi
|
||||
|
||||
echo "::group::kata-deploy logs"
|
||||
kubectl -n kube-system logs -l name=kata-deploy
|
||||
kubectl -n kube-system logs --tail=100 -l name=kata-deploy
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::Runtime classes"
|
||||
|
||||
Reference in New Issue
Block a user