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 954893b commit 417509fCopy full SHA for 417509f
e2e-tests/utils.sh
@@ -231,8 +231,14 @@ function delete_operator_pod_with_leadership() {
231
function debug_and_show_logs {
232
echo "Debugging failed e2e test:"
233
echo "Currently existing Kubernetes resources"
234
+ kubectl get flinkdeployments
235
+ kubectl get flinksessionjobs
236
kubectl get all
237
+ kubectl get configmaps
238
+ kubectl describe flinkdeployments
239
+ kubectl describe flinksessionjobs
240
kubectl describe all
241
+ kubectl describe configmaps
242
243
operator_pod_namespace=$(get_operator_pod_namespace)
244
operator_pod_names=$(get_operator_pod_name)
0 commit comments