Skip to content

Commit fcb2317

Browse files
eleo007egegunes
authored andcommitted
Print operator version (#1921)
* K8SPSMDB-1265: Print operator version details
1 parent 12b82d9 commit fcb2317

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

e2e-tests/functions

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,8 @@ deploy_operator() {
469469
fi
470470
sleep 2
471471
wait_pod $(get_operator_pod)
472+
echo "Print operator info from log"
473+
kubectl_bin logs $(get_operator_pod) | grep 'Manager starting up'
472474
}
473475

474476
deploy_operator_gh() {
@@ -490,6 +492,8 @@ deploy_operator_gh() {
490492

491493
sleep 2
492494
wait_pod "$(get_operator_pod)"
495+
echo "Print operator info from log"
496+
kubectl_bin logs $(get_operator_pod) | grep 'Manager starting up'
493497
}
494498

495499
deploy_minio() {

0 commit comments

Comments
 (0)