-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upcoming: [M3-8847] - Update Region Select for LKE-Enterprise (#11348)
## Description 📝 LKE-Enterprise will not be available in all regions. It will be available in limited DCs initially, then expanded to all core DCs. We want to clearly communicate to users why they cannot select the same DCs for LKE-E as we offer for LKE. ## Changes 🔄 - Filter region select by the `Kubernetes Enterprise` capability if LKE-E is selected & show tooltip ## How to test 🧪 ### Prerequisites (How to setup test environment) - Ensure you have the LKE-E customer tag on your account (see Project Tracker) - Point to the development environment ### Verification steps (How to verify changes) - [ ] Go to http://localhost:3000/kubernetes/create - [ ] When LKE standard cluster type is selected, all regions with the Kubernetes capability are displayed. - [ ] When the LKE enterprise cluster type is selected, regions are filtered display only those with the Kubernetes Enterprise capability. - [ ] A tooltip is displayed next to the region select that explains the reason for the limited list. - [ ] When the lkeEnterprise feature is disabled, no region tooltip is visible. - [ ] Confirm test coverage passes ``` yarn cy:run -s "cypress/e2e/core/kubernetes/lke-create.spec.ts" ```
- Loading branch information
1 parent
83a4776
commit 6f6d303
Showing
8 changed files
with
52 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
packages/manager/.changeset/pr-11348-upcoming-features-1733174894693.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/manager": Upcoming Features | ||
--- | ||
|
||
Update Region Select for LKE-Enterprise ([#11348](https://github.com/linode/manager/pull/11348)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters