infinyon / fluvio

Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.
https://www.fluvio.io/
Apache License 2.0
3.88k stars 491 forks source link

[Bug]: `fluvio cluster install` hangs indefinitely when `minikube tunnel` is not up #517

Closed nicholastmosher closed 3 years ago

nicholastmosher commented 3 years ago

What happened Executing fluvio cluster install hangs indefinitely when minikube tunnel is not running. The CLI hangs, showing this:

Performing pre-flight checks
✔️  ok: Kubernetes config is loadable
✔️  ok: Supported helm version is installed
✔️  ok: Fluvio system charts are installed

Expected behavior I would expect the pre-flight checks to notify me that minikube tunnel is not running and suggest for me to run it.

Describe the setup

How to reproduce it (as minimally and precisely as possible) Steps to reproduce the behavior:

  1. Run minikube start --driver=hyperkit
  2. Run fluvio cluster install

Log output There are no logs since the installation never completed.

Environment (please complete the following information):

Fluvio version : 0.6.0-alpha.5
Git Commit     : bf065c377e98685094f842577d76f0e487d8cf93
OS Details     : Darwin 19.6.0 x86_64
Rustc Version  : 1.47.0 (18bf6b4 2020-10-07)
minikube version: v1.15.1
commit: 23f40a012abb52eff365ff99a709501a61ac5876
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.4", GitCommit:"d360454c9bcd1634cf4cc52d1867af5491dc9c5f", GitTreeState:"clean", BuildDate:"2020-11-12T01:09:16Z", GoVersion:"go1.15.4", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.4", GitCommit:"d360454c9bcd1634cf4cc52d1867af5491dc9c5f", GitTreeState:"clean", BuildDate:"2020-11-11T13:09:17Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"}
nicholastmosher commented 3 years ago

This is fixed, I believe by #549