kubestellar / kubeflex

A flexible and scalable platform for running Kubernetes control plane APIs.
Apache License 2.0
46 stars 13 forks source link

Clarity on installation instructions #270

Open rayoazul777 opened 2 months ago

rayoazul777 commented 2 months ago

Feature Description

I could not install Kubeflex because the instructions assume the user or installer has sudo commands installed on their machine. It would be helpful to get a link or instructions to install Sudo commands at least for windows machines. Screenshot 2024-06-26 145619

Proposed Solution

With creating a "PreReqs section" before installing kubeflex could make it easier for consumers to get Kubeflex install more easier.

https://github.com/gerardog/gsudo/blob/master/README.md Commands I use to get SUDO installed and working:

Using Chocolatey: choco install gsudo

with other services there is Using Scoop: scoop install gsudo Using WinGet: winget install gerardog.gsudo

Want to contribute?

Additional Context

No response