Skip to content

Commit 4a7a1c2

Browse files
authored
change: [M3-10061] - Update copy for LKE premium CPU notice (#12300)
* Make requested copy change * Add changelog entry * Use lowercase for 'enterprise' * Remove unneeded word
1 parent 154be98 commit 4a7a1c2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/manager/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1010

1111
- Remove the `Accordion` wrapper from the default Alerts tab and replace it with `Paper` on the Linode details page ([#12215](https://github.com/linode/manager/pull/12215))
1212
- Update LKE flows for APL General Availability ([#12268](https://github.com/linode/manager/pull/12268))
13+
- Copy for premium plan recommendation for LKE ([#12300](https://github.com/linode/manager/pull/12300))
1314

1415
### Fixed:
1516

packages/manager/src/features/Kubernetes/CreateCluster/PremiumCPUPlanNotice.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ import type { NoticeProps } from '@linode/ui';
66
export const PremiumCPUPlanNotice = (props: NoticeProps) => {
77
return (
88
<Notice variant="info" {...props}>
9-
Select Premium CPU instances for scenarios where low latency or high
10-
throughput is expected.
9+
To accommodate enterprise workloads, especially where resource contention
10+
can impact your workloads, using Premium instances is highly recommended
11+
and required to achieve peak performance.
1112
</Notice>
1213
);
1314
};

0 commit comments

Comments
 (0)