You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried on DO K8S - single node cluster. It looks like it does not really wait for 30 minutes even if I specify 30 min as timeout, finally results in error:
It took only 6.5 odd minutes but it failed:
kbrew install kafka-operator -t 30m 32.13s user 8.73s system 10% cpu 6:34.59 total
And error:
zookeepercluster.zookeeper.pravega.io/zookeeper created
Waiting for zookeeper cluster to be ready
timed out while waiting for cluster to be ready
Failed to report event. exit status 1
Error: exit status 1
Also exit status is not right:
$ echo $?
0
The text was updated successfully, but these errors were encountered:
Tried on DO K8S - single node cluster. It looks like it does not really wait for 30 minutes even if I specify 30 min as timeout, finally results in error:
It took only 6.5 odd minutes but it failed:
And error:
Also exit status is not right:
The text was updated successfully, but these errors were encountered: