siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
402 stars 23 forks source link

feat: implement the UI for configuring extensions during cluster create #216

Closed Unix4ever closed 2 months ago

Unix4ever commented 2 months ago

Fixes: https://github.com/siderolabs/omni/issues/207

The UI allows selecting installed extensions before adding machines to a cluster during cluster creation or scaling.

Unix4ever commented 2 months ago

New UI:

image image

Unix4ever commented 2 months ago

Maybe we can enable hello-world-service in the e2e tests on cluster create?

Well, hello-world-service is already installed there. But we can add qemu-guest-agent there

utkuozdemir commented 2 months ago

Maybe we can enable hello-world-service in the e2e tests on cluster create?

Well, hello-world-service is already installed there. But we can add qemu-guest-agent there

ah, right, I mean any small, lightweight extension to get this screen tested.

Unix4ever commented 2 months ago

Tested both the modal window and the fact that extension is installed.

Unix4ever commented 2 months ago

/m