upcoming: [M3-8245] – Update "Add Node Pools" description in LKE Create flow#10578
Conversation
|
Coverage Report: ✅ |
There was a problem hiding this comment.
Changes look good.
Is it safe to assume that every region that supports LKE also supports Linode disk encryption or is a separate thing? I'm wondering because we're rendering this copy without checking if the selected region has the "Disk Encryption" capability
packages/manager/src/features/Kubernetes/CreateCluster/NodePoolPanel.tsx
Show resolved
Hide resolved
Thanks for raising this, I confirmed there will in fact be a period of time where there won't be perfect overlap between the list of regions that support LKE and the list of regions that support LDE. Pushing up an adjustment momentarily |
…act.FunctionComponent removal in NodePoolPanel.tsx
Description 📝
Conditionally update description for "Add Node Pools" section in LKE Create flow if LDE is enabled.
Target release date 🗓️
6/24
Preview 📷
How to test 🧪
Prerequisites
linode_disk_encryptiontag on your accountVerification steps
Without the tag and/or with the LDE flag in our dev tool toggled off, you should not see any LDE-related things in the UI. In this PR, that means you should see the same
Add groups of Linodes to your cluster. You can have a maximum of 100 Linodes per node pool.copy as you do in prod. Otherwise, you should see
Add groups of Linodes to your cluster. You can have a maximum of 250 Linodes per node pool. Node Pool data is encrypted at rest.As an Author I have considered 🤔