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 fdb74d1 commit 54bb7b1Copy full SHA for 54bb7b1
e2e-tests/functions
@@ -433,6 +433,8 @@ deploy_operator() {
433
fi
434
sleep 2
435
wait_pod $(get_operator_pod)
436
+ echo "Print operator info from log"
437
+ kubectl_bin logs $(get_operator_pod) | grep 'Manager starting up'
438
}
439
440
deploy_operator_gh() {
@@ -454,6 +456,8 @@ deploy_operator_gh() {
454
456
455
457
458
wait_pod "$(get_operator_pod)"
459
460
461
462
463
deploy_minio() {
0 commit comments