Setting up fluvio in windows environment #3880
-
Is there a guide to setup fluvio in Windows environment? |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment · 6 replies
-
You need to use WSL that is Windows Subsystem for Linux. Follow this guide: https://www.fluvio.io/docs/get-started/linux/ |
Beta Was this translation helpful? Give feedback.
All reactions
-
Not an issue with our script. It's most likely configuration issue. It is failing as cURL is unable to verify the certificate provided by the server. Need to reproduce the issue on a windows system. We are all on macs, linux. Figuring out a workaround. Have created an issue to track. #3881. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Wanna ask one thing.Rust binaries work fine in windows,why force users to use curl instead of windows binaries to run |
Beta Was this translation helpful? Give feedback.
All reactions
-
A single script installer has worked well so far. Our install was a bit more complex a few months ago and we have been simplifying. We have not had many Windows users so far (~3 in roughly a year). Event though rust binaries work on Windows. the tooling has its quirks to support. Deployments are predominantly Linux builds in Kubernetes containers. We have have not had enough Windows users to need to work this differently yet. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi @kharabela can you try this script to fix the certificates: |
Beta Was this translation helpful? Give feedback.
All reactions
-
@drc-infinyon -retried on windows 11 docker |
Beta Was this translation helpful? Give feedback.
You need to use WSL that is Windows Subsystem for Linux. Follow this guide: https://www.fluvio.io/docs/get-started/linux/