Closed gvierno closed 2 years ago
This seems like same bug as: https://github.com/infinyon/fluvio/issues/1838 which is fixed. Can you check dev release?
$ fluvio update --develop.
$ fluvio cluster upgrade --image-version latest
Works on latest fluvio release. closing
What happened A clear and concise description of what the bug is. minikube in macos, I got this error:
Expected behavior A clear and concise description of what you expected to happen.
Describe the setup
Are you using a local Fluvio install? Minikube? Fluvio Cloud?
What version of Fluvio are you using?
fluvio version
minikube
How to reproduce it (as minimally and precisely as possible) Steps to reproduce the behavior:
fluvio cluster start
Log output It helps to have logs from Fluvio's SC and SPU processes. Depending on your setup, here's how you can get the logs:For a local Fluvio installation on Mac:
cat /usr/local/var/log/fluvio/flv_sc.log
for SC logscat /usr/local/var/log/fluvio/spu_log_XXXX.log
for each SPUspu_log_5001.log
For a Fluvio installation on Minikube:
kubectl logs fluvio-sc
for SC logskubectl logs fluvio-spg-main-X
for each SPUEnvironment (please complete the following information):
minikube version
kubectl version
Mac Additional context Add any other context about the problem here.