We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c63204 commit 7219249Copy full SHA for 7219249
.github/workflows/scripts/e2e/chart_test.sh
@@ -12,7 +12,7 @@ function dump_pod_log() {
12
kubectl describe pod $pod_name -n $namespace
13
echo "-----------------------------------"
14
echo "#kubectl logs $pod_name -n $namespace"
15
- kubectl logs $pod_name -n $namespace
+ kubectl logs $pod_name -n $namespace --all-containers --prefix=true
16
17
}
18
0 commit comments