upcoming: [M3-9588] - Add VPC & Firewall section to LKE-E create flow - #11901
Conversation
| export const ClusterVPCFirewallPanel = () => { | ||
| return ( | ||
| <Stack> | ||
| <Typography variant="h3">VPC & Firewall</Typography> |
There was a problem hiding this comment.
Wondering if we should name this section Networking instead? Similar to Linode Create
There was a problem hiding this comment.
Good call, thank you. Done in 10a2a3e, along with the capitalization change.
There was a problem hiding this comment.
@mjac0bs thoughts on also renaming the heading to Networking?
There was a problem hiding this comment.
After talking with Daniel, we're going to leave this as-is for now ("VPC & Firewall"). There are a couple considerations:
- ACL has a networking component to it, too. It would be potentially confusing to have a designated "Networking" section and exclude it. If we made a Networking section, we should consider moving the ACL form fields inside. That refactor is out of scope of this PR.
- From the LKE side, does a section header titled "Networking" make sense in a kubernetes context? Is there other information that kubernetes users would either expect to see there or should see there in the future? Is "Networking" as section header a good. clear choice, long-term?
Together, this is reason to match the existing mocks for now and revisit this in discussion with LKE backend and Product as we build the section out.
hasyed-akamai
left a comment
There was a problem hiding this comment.
Approved pending changes. 🚀
Cloud Manager UI test results🔺 2 failing tests on test run #5 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/linodes/clone-linode.spec.ts,cypress/e2e/core/stackscripts/smoke-community-stackscripts.spec.ts" |
||||||||||||||||||||


Description 📝
This is an enhancement. The goal of the section is:
Changes 🔄
Target release date 🗓️
4/8
Preview 📷
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 ✅