rancher / capi-ui-extension

Rancher Extension used in rancher/dashboard for Rancher Turtles CAPI Provisioning UI.
Apache License 2.0
8 stars 7 forks source link

[ClusterClass] Controlplane endpoint fields are not required #36

Closed richardcase closed 3 months ago

richardcase commented 5 months ago

When creating a cluster from a ClusterClass the the following fields for Controlplane Endpoint are not required:

Screenshot 2024-02-06 at 15 03 35

Normally these are filled out by the infra provider during the cluster creation. However, we do want to optionally allow setting the values at creation time for scenarios where there is a load balancer managed separately (e.g. when using kube-vip)

cpinjani commented 3 months ago

/assign @cpinjani

cpinjani commented 3 months ago

Validated as fixed on build:

v2.8-5348f98d13011641aaac739f77f9b256f8109612-head
UI Extension Version: v0.3.0

Controlplane endpoint fields are not marked mandatory, user can skip them and proceed to Next page image

richardcase commented 3 months ago

Closing on behalf of @cpinjani