magnum-ui/releasenotes/notes/Workflow-updates-for-Create-Cluster-65e4fe510b4d1a4c.yaml
Dale Smith c724172972 Workflow updates for Create Cluster
* Apply limitations to 'master_lb_enabled' checkbox
  interactions, such as master_count.
* Basic validation for cluster name, to reduce create failures.
* Rename 'Master' to 'Control Plane' in line with upstream Kubernetes.
* Add validation for 'master_count': min/max and odd numbers.
* 'Network' tab required indicator no longer shows when the
  'create new network' checkbox is selected. This tab has no required
  options initially and the form can submit without visting the tab.
* Help text updates to reflect the updated options.

Change-Id: I7840ab606eb4a39fe34509d7b49d738391148bae
2024-05-16 11:16:45 +12:00

9 lines
267 B
YAML

---
features:
- |
The Cluster Create workflow has been improved to provide better input
validation.
- |
"Master" has been renamed to "Control Plane" in user facing locations
in line with Kubernetes teminology. The Magnum API still uses old terms.