mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
chore: add previous pod logs in case of job failure (#3978)
Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
This commit is contained in:
parent
facac02e1d
commit
8175fc15c9
2 changed files with 2 additions and 0 deletions
1
.github/workflows/e2e-autogen-internals.yaml
vendored
1
.github/workflows/e2e-autogen-internals.yaml
vendored
|
@ -86,4 +86,5 @@ jobs:
|
|||
kubectl get mutatingwebhookconfigurations,validatingwebhookconfigurations
|
||||
kubectl -n kyverno get pod
|
||||
kubectl -n kyverno describe pod | grep -i events -A10
|
||||
kubectl -n kyverno logs deploy/kyverno -p || true
|
||||
kubectl -n kyverno logs deploy/kyverno
|
||||
|
|
1
.github/workflows/e2e.yaml
vendored
1
.github/workflows/e2e.yaml
vendored
|
@ -97,4 +97,5 @@ jobs:
|
|||
kubectl get mutatingwebhookconfigurations,validatingwebhookconfigurations
|
||||
kubectl -n kyverno get pod
|
||||
kubectl -n kyverno describe pod | grep -i events -A10
|
||||
kubectl -n kyverno logs deploy/kyverno -p || true
|
||||
kubectl -n kyverno logs deploy/kyverno
|
||||
|
|
Loading…
Add table
Reference in a new issue