Skip to content

Commit 83ffc50

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent 67e90bb commit 83ffc50

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

pages/instances/reference-content/general-purpose.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,34 +57,34 @@ See below the technical specifications of General Purpose Instances:
5757

5858
## PLAY2 Instances and PRO2 Instances
5959

60-
In the same **General Purpose** range, you will also find PLAY2 and PRO2 Instances. These are the next generation of General Purpose and General Purpose Instances. They present the best price-performance ratio with the most flexible vCPU to RAM ratio, and provide features that target most standard and cloud-native workloads. In other words, these Instances keep costs down while still supporting a wide variety of cloud applications, such as medium-to-high-traffic web servers, medium-sized databases and e-commerce websites.
60+
In the same **General Purpose** range, you will also find PLAY2 and PRO2 Instances. These are the next generation of General Purpose and General Purpose Instances. They offer the best price-performance ratio with the most flexible vCPU to RAM ratio, and provide features that target most standard and cloud-native workloads. In other words, these Instances keep costs down while still supporting a wide variety of cloud applications, such as medium-to-high-traffic web servers, medium-sized databases, and e-commerce websites.
6161

6262
See below the technical specifications of PLAY2 and PRO2 Instances:
6363

6464
| Range | General Purpose |
6565
|:--------------------------------|:------------------------------------------------------------------------------|
66-
| Instance Type | PLAY2 <br /> PRO2 |
66+
| Instance type | PLAY2 <br /> PRO2 |
6767
| Availability Zone | PAR1, PAR2, PAR3 (excl PLAY2), AMS1, AMS2, AMS3, WAW1, WAW2, WAW3 |
6868
| Storage | Block |
69-
| Max. Bandwidth | From 100 Mbps to 6 Gbps |
70-
| CPU Type | AMD EPYC 7543 (2,8 GHz) |
69+
| Max. bandwidth | From 100 Mbps to 6 Gbps |
70+
| CPU type | AMD EPYC 7543 (2,8 GHz) |
7171
| Resources | Shared vCPUs |
7272
| Sizing | From 1 to 32 vCPUs <br />From 2 to 128 GiB RAM |
7373
| vCPU:RAM ratio | Various<br />(1:2, 1:4) |
7474

7575
## COP-ARM Instances
7676

77-
An innovative option are COP-ARM Instances, which are powered by ARM CPUs. These Instances mark a significant step in the world of development and general purpose computing. Their ARM architecture is a key feature, offering an excellent price-performance ratio while maintaining various vCPU to RAM configurations. This ARM CPU design is especially efficient for various standard and cloud-native workloads, ensuring cost-effective operations. Ideal for a wide range of cloud applications, COP-ARM Instances are well-suited for managing medium-to-high-traffic web servers, medium-sized databases, and e-commerce platforms, all the while leveraging the unique advantages of the ARM architecture.
77+
COP-ARM Instances are an innovative option, powered by ARM CPUs. These Instances mark a significant step in the world of development and general-purpose computing. Their ARM architecture is a key feature, offering an excellent price-performance ratio while maintaining various vCPU to RAM configurations. This ARM CPU design is especially efficient for standard and cloud-native workloads, ensuring cost-effective operations. Ideal for a wide range of cloud applications, COP-ARM Instances are well-suited for managing medium-to-high-traffic web servers, medium-sized databases, and e-commerce platforms, all the while leveraging the unique advantages of the ARM architecture.
7878

7979
The table below displays the technical specifications of COP-ARM Instances:
8080

8181
| Range | General Purpose |
8282
|:--------------------------------|:------------------------------------------------------------------------------|
83-
| Instance Type | COPARM1 |
83+
| Instance type | COPARM1 |
8484
| Availability Zone | PAR2 |
8585
| Storage | Block |
86-
| Max. Bandwidth | From 200 Mbps to 3.2 Gbps |
87-
| CPU Type | ARM (Ampere Altra Max M128-30) |
86+
| Max. bandwidth | From 200 Mbps to 3.2 Gbps |
87+
| CPU type | ARM (Ampere Altra Max M128-30) |
8888
| Resources | Shared vCPUs |
8989
| Sizing | From 2 to 128 vCPUs <br />From 8 to 128 GiB RAM |
9090
| vCPU:RAM ratio | 1:4

pages/kubernetes/api-cli/creating-managing-kubernetes-lifecycle-cliv2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Kubeconfig for cluster your-cluster-ID successfully written at /Users/youruserna
166166
A pool is a set of identical nodes. A pool has a name, a size (its current number of nodes), nodes number limits (min and max), and a Scaleway Instance type.
167167

168168
<Message type="note">
169-
Instance type with insufficient (less than 4GB) memory are not eligible to become nodes.
169+
Instance type with insufficient (less than 4 GB) memory are not eligible to become nodes.
170170
</Message>
171171

172172
Changing these limits increases/decreases the size of a pool. Thus, when autoscaling is enabled, the pool will grow or shrink inside those limits, depending on its load.

pages/kubernetes/how-to/deploy-x86-arm-images.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ However, Kubernetes provides several mechanisms to manage architectural diversit
1212

1313
## What is ARM architecture, and why is it different from x86?
1414

15-
- ARM architecture is commonly used in devices like Raspberry Pi, IoT devices, and recent [General Purposes Instances based on ARM](https://www.scaleway.com/en/<ADD_LINK>>).
15+
- ARM architecture is commonly used in devices like Raspberry Pi, IoT devices, and recent [General Purpose Instances based on ARM](https://www.scaleway.com/en/cost-optimized-instances-based-on-arm/).
1616
- Kubernetes clusters may consist of nodes with different architectures, including x86 and ARM.
1717
- Deploying applications across these diverse architectures requires special consideration.
1818

0 commit comments

Comments
 (0)