kubermatic / dashboard

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

Change node autoscaler setup logic #6699

Open csengerszabo opened 5 months ago

csengerszabo commented 5 months ago

In step 4 of cluster creation at the Node Autoscaling part, there is a helper text saying: Enable "cluster-austoscaler" addon to apply these changes

If the addon is needed, and since this step is before we can add any addons to the cluster, it’s not logical to set this here.

Instead:

  1. we can either set Node Autoscaler in the addon later
  2. or enable the add-on previously in Step 2 under the Specifications section, then display this setting depending on the autoscaler was enabled previously

Option 2 is preferred.

csengerszabo commented 4 months ago

Evaluate if it’s possible to convert node autoscaler addon into an application, which will solve the UI logic since an application can be managed during cluster creation time

ahmedwaleedmalik commented 4 months ago

This parts need to be automated in a way that it's injected by KKP.

csengerszabo commented 4 months ago
csengerszabo commented 2 months ago

/milestone clear