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]: ssl handshake error #1895

Closed gvierno closed 2 years ago

gvierno commented 3 years ago

What happened A clear and concise description of what the bug is. minikube in macos, I got this error:

2021-11-14T05:14:40.653230Z DEBUG install_fluvio{namespace="default"}:install_app: fluvio_cluster::start::k8: Using NodePort service type
2021-11-14T05:14:40.653256Z DEBUG install_fluvio{namespace="default"}:install_app: fluvio_cluster::start::k8: Getting external IP from K8s node
2021-11-14T05:14:40.653267Z DEBUG install_fluvio{namespace="default"}:install_app: fluvio_cluster::start::k8: Trying to query for Nodes
2021-11-14T05:14:40.660524Z DEBUG install_fluvio{namespace="default"}:install_app: k8_client::client::client_impl: Node: retrieving items: https://192.168.64.2:8443/api/v1/nodes
Error:
   0: Fluvio cluster error
   1: Failed to install Fluvio on Kubernetes
   2: Kubernetes client error
   3: error trying to connect: tls handshake: The certificate was not trusted.
   4: error trying to connect: tls handshake: The certificate was not trusted.
   5: tls handshake: The certificate was not trusted.
   6: tls handshake: The certificate was not trusted.

Expected behavior A clear and concise description of what you expected to happen.

Describe the setup

Environment (please complete the following information):

sehz commented 3 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
sehz commented 2 years ago

Works on latest fluvio release. closing