Commit Graph

11 Commits

Author SHA1 Message Date
Nancy c6ad2e6636
fix aks pool count validator and add some unit tests (#11907) 2024-09-12 17:49:15 -07:00
Nancy 9f005d93a8
aks node pools - allow 0 count when autoscaling is enabled (#11855)
* aks node pools - allow 0 count when autoscaling is enabled

* fix aks min/max translation string
2024-09-06 11:06:30 -07:00
Nancy Butler b1351774d0 fix aks node pool tab key issue and add validation for pool name uniqueness 2024-07-16 13:24:25 -07:00
Nancy f8185c53a3
add node pool name length validation and refactor to allow unit tests (#11410) 2024-07-11 08:09:28 -07:00
Nancy d3096f08be
update privateDNSZone validator to allow system (#11382) 2024-07-09 13:02:54 -07:00
Nancy edba62eeb4
Fix AKS cluster name and node pool count validation (#11037)
* fix aks cluster name validator and add test case

* update aks pool availability zone validator to work on field level

* add validation for pool min, max, and count

* rework node pool validation to scale better with more validators

* validate node count regardless of autoscaling

* remove aks node pool form validation test

* add min and max attributes to node pool count inputs
2024-05-17 11:14:45 -07:00
Giuseppe Leo 793f7c6023
Initial migration of Vue3 for compatible fixes (#10858)
* Correct file naming and small TS issues

Correct TS related issues

* Manual replacement of :is on standard HTML tags

* Add missing required in the code dependencies

* Correct SCSS import

* Correct test file naming

* Correct typo in markup

* Use alias for types import
2024-04-23 20:16:46 +02:00
Nancy 4fe717d274
remove incorrect aks privatednszone validation (#10744) 2024-04-04 10:47:14 -07:00
Nancy 7d419eb324
Fix AKS node pool and node resource group validation (#10712)
* fix aks resource group validator

* add node pool name validation

* add test for node pool name valdation

* fix aks cluster name validation

* fix aks cluster name unit test
2024-03-27 13:47:11 -07:00
Nancy 15fc60005a
Add possibility to set private DNS zone on AKS clusters (#10340)
* aks private dns zone

* fix private dns zone regex
2024-01-29 09:15:13 -08:00
Nancy 4cca5faf81
AKS provisioning extension (#9669)
Adds a built-in AKS provisioning extension to replace the embedded ember pages, as well as modifications to the provisioning UI to support other non-rke2 provisioning extensions
2024-01-11 07:52:45 -08:00