kubermatic / dashboard

Dashboard For The Kubermatic Kubernetes Platform
https://www.kubermatic.com
Other
42 stars 62 forks source link

Support for explicitly configuring Image for Hetzner Machines #6926

Open ahmedwaleedmalik opened 3 weeks ago

ahmedwaleedmalik commented 3 weeks ago

What would you like to be added? / User Story:

For Hetzner, we already have Image field in machine deployments which can be used to explicitly provide the image name/id for the Hetzner machine deployments.

This option needs to be available in the KKP UI as well.

ahmedwaleedmalik commented 4 days ago

I worked on this feature at https://github.com/kubermatic/dashboard/pull/6951. The PR almost implements it, but there is a problem with setting the "architecture" for the VMs; right now it's not possible via machine-controller.

For now, I've closed the PR because of capacity issues.