-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upcoming: [M3-8847] - Update Region Select for LKE-Enterprise #11348
upcoming: [M3-8847] - Update Region Select for LKE-Enterprise #11348
Conversation
@hana-akamai Merged #11322 so feel free to rebase this branch on develop. 👍🏼 |
29cca16
to
315fc20
Compare
packages/manager/src/features/Kubernetes/CreateCluster/CreateCluster.tsx
Outdated
Show resolved
Hide resolved
Coverage Report: ✅ |
packages/manager/src/features/Kubernetes/CreateCluster/CreateCluster.tsx
Outdated
Show resolved
Hide resolved
packages/manager/src/features/Kubernetes/CreateCluster/CreateCluster.tsx
Outdated
Show resolved
Hide resolved
packages/manager/src/features/Kubernetes/CreateCluster/CreateCluster.tsx
Show resolved
Hide resolved
Cloud Manager UI test results🎉 465 passing tests on test run #7 ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Hana!
Cloud Manager E2E Run #6920
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6920
|
Run duration | 29m 16s |
Commit |
6f6d303a2b: upcoming: [M3-8847] - Update Region Select for LKE-Enterprise (#11348)
|
Committer | Hana Xu |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
4
|
Pending |
2
|
Skipped |
0
|
Passing |
465
|
View all changes introduced in this branch ↗︎ |
@hana-akamai @jaalah fyi, this pr has altered the region select autocomplete in an unexpected manner causing the region select width to shrink in both, linode create page as shown below, and also in our monitor tab.. |
@@ -121,7 +121,7 @@ export const RegionSelect = < | |||
}} | |||
sx={(theme) => ({ | |||
[theme.breakpoints.up('md')]: { | |||
width: '416px', | |||
maxWidth: tooltipText ? '458px' : '416px', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the culprit here... putting out a PR
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 🔄
Kubernetes Enterprise
capability if LKE-E is selected & show tooltipPreview 📷
Screen.Recording.2024-12-03.at.5.52.35.PM.mov
How to test 🧪
Prerequisites
(How to setup test environment)
Verification steps
(How to verify changes)
Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅