containers / podman-desktop

Podman Desktop is the best free and open source tool to work with Containers and Kubernetes for developers. Get an intuitive and user-friendly interface to effortlessly build, manage, and deploy containers and Kubernetes — all from your desktop.
https://podman-desktop.io
Apache License 2.0
4.82k stars 303 forks source link

Users should know that kind cli is required before trying to create a cluster #9318

Open odockal opened 3 weeks ago

odockal commented 3 weeks ago

Is your enhancement related to a problem? Please describe

I was trying to create kind cluster, but I did not have cli installed. In order to find this out, I had to check the error message after I clicked on create Kind cluster.

Describe the solution you'd like

Improve the user experience in kind workflow. I can image that some information would be available to user, the cli is required before trying to create a kind cluster. also, the Create button should not be enabled.

Describe alternatives you've considered

No response

Additional context

No response

benoitf commented 3 weeks ago

I think @axel7083 reported something like that when we're suggesting extensions in kubernetes page

kind extension can still register the way to create the factory but if the CLI is not there, then it should prompt to install it, etc

so we have a click/next workflow