Skip to content

Commit 417509f

Browse files
committed
Show configmaps in e2e debug
1 parent 954893b commit 417509f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

e2e-tests/utils.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,14 @@ function delete_operator_pod_with_leadership() {
231231
function debug_and_show_logs {
232232
echo "Debugging failed e2e test:"
233233
echo "Currently existing Kubernetes resources"
234+
kubectl get flinkdeployments
235+
kubectl get flinksessionjobs
234236
kubectl get all
237+
kubectl get configmaps
238+
kubectl describe flinkdeployments
239+
kubectl describe flinksessionjobs
235240
kubectl describe all
241+
kubectl describe configmaps
236242

237243
operator_pod_namespace=$(get_operator_pod_namespace)
238244
operator_pod_names=$(get_operator_pod_name)

0 commit comments

Comments
 (0)