Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [M3-9025] - Region validation when switching to LKE-E (linode#11471
) ## Description 📝 Fix region validation when a user is switching from LKE to LKE-E tier in the Kubernetes create flow ## How to test 🧪 ### Prerequisites (How to setup test environment) - Ensure you have the customer tags for LKE-E (check project tracker) ### Reproduction steps (How to reproduce the issue, if applicable) - [ ] Go to another branch or dev environment and navigate to the Kubernetes create page - [ ] Enter a cluster label, select LKE as the tier, select a non LKE-E supported region (i.e. Atlanta, GA), select a HA control plane option, add a plan - [ ] Change the selected tier to LKE-E. Notice the region select is cleared but the Create Cluster button is enabled. Clicking Create Cluster shows an error text in the Region field ### Verification steps (How to verify changes) - [ ] Checkout this branch or PR preview link and navigate to the Kubernetes create page - [ ] Enter a cluster label, select LKE as the tier, select a non LKE-E supported region (i.e. Atlanta, GA), select a HA control plane option, add a plan - [ ] Change the selected tier to LKE-E. The region select should be cleared and the Create Cluster button is disabled
- Loading branch information