Skip to content

Commit 98e59c7

Browse files
authored
Introduce hardware column in SKU types
1 parent 902f95d commit 98e59c7

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

articles/operator-nexus/reference-nexus-kubernetes-cluster-sku.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,38 @@ The general purpose and performance optimized VM SKUs can be used for both worke
3131
> [!NOTE]
3232
> To use these VM SKUs, hardware compatibility should be considered. Operator Nexus offers two hardware options: BOM 1.7.3 and BOM 2.0 (More details [here](./reference-operator-nexus-skus.md)). The larger VM SKUs, specifically `NC_G56_224_v1`, `NC_P54_224_v1`, and `NC_E110_448_v1`, can only be supported on hardware BOM 2.0.
3333
>
34-
> Current Nexus Tenant Kubernetes cluster VM SKUs are compatible with BOM 2.0, enabling users to use them alongside these larger SKUs. However, if a user tries to use BOM 2.0-specific SKUs on BOM 1.7.3 hardware, they will encounter an "insufficient resources" error during resource creation.
34+
> Nexus Tenant Kubernetes cluster VM SKUs are compatible with BOM 2.0, enabling users to use them alongside the larger SKUs. However, if a user tries to use BOM 2.0-specific SKUs on BOM 1.7.3 hardware, they will encounter an "insufficient resources" error during resource creation.
3535
3636
## General purpose VM SKUs
3737

38-
| VM SKU Name | vCPU | Memory (GiB) | Root Disk (GiB) |
39-
|---------------|----------------|------------|------------------|
40-
| NC_G56_224_v1 | 56 | 224 | 300 |
41-
| NC_G48_224_v1 | 48 | 224 | 300 |
42-
| NC_G36_168_v1 | 36 | 168 | 300 |
43-
| NC_G24_112_v1 | 24 | 112 | 300 |
44-
| NC_G12_56_v1 | 12 | 56 | 300 |
45-
| NC_G6_28_v1 | 6 | 28 | 300 |
46-
| NC_G2_8_v1 | 2 | 8 | 300 |
38+
| VM SKU Name | vCPU | Memory (GiB) | Root Disk (GiB) | Compatible Hardware |
39+
|---------------|------|--------------|-----------------|---------------------|
40+
| NC_G56_224_v1 | 56 | 224 | 300 | BOM 2.0 |
41+
| NC_G48_224_v1 | 48 | 224 | 300 | BOM 1.7.3, BOM 2.0 |
42+
| NC_G36_168_v1 | 36 | 168 | 300 | BOM 1.7.3, BOM 2.0 |
43+
| NC_G24_112_v1 | 24 | 112 | 300 | BOM 1.7.3, BOM 2.0 |
44+
| NC_G12_56_v1 | 12 | 56 | 300 | BOM 1.7.3, BOM 2.0 |
45+
| NC_G6_28_v1 | 6 | 28 | 300 | BOM 1.7.3, BOM 2.0 |
46+
| NC_G2_8_v1 | 2 | 8 | 300 | BOM 1.7.3, BOM 2.0 |
4747

4848
## Performance optimized VM SKUs
4949

50-
| VM SKU Name | vCPU | Memory (GiB) | Root Disk (GiB) |
51-
|---------------|----------------|------------|------------------|
52-
| NC_P54_224_v1 | 54 | 224 | 300 |
53-
| NC_P46_224_v1 | 46 | 224 | 300 |
54-
| NC_P34_168_v1 | 34 | 168 | 300 |
55-
| NC_P22_112_v1 | 22 | 112 | 300 |
56-
| NC_P10_56_v1 | 10 | 56 | 300 |
57-
| NC_P4_28_v1 | 4 | 28 | 300 |
50+
| VM SKU Name | vCPU | Memory (GiB) | Root Disk (GiB) | Compatible Hardware |
51+
|---------------|------|--------------|-----------------|---------------------|
52+
| NC_P54_224_v1 | 54 | 224 | 300 | BOM 2.0 |
53+
| NC_P46_224_v1 | 46 | 224 | 300 | BOM 1.7.3, BOM 2.0 |
54+
| NC_P34_168_v1 | 34 | 168 | 300 | BOM 1.7.3, BOM 2.0 |
55+
| NC_P22_112_v1 | 22 | 112 | 300 | BOM 1.7.3, BOM 2.0 |
56+
| NC_P10_56_v1 | 10 | 56 | 300 | BOM 1.7.3, BOM 2.0 |
57+
| NC_P4_28_v1 | 4 | 28 | 300 | BOM 1.7.3, BOM 2.0 |
5858

5959
## Memory optimized VM SKUs
6060

61-
| VM SKU Name | vCPU | Memory (GiB) | Root Disk (GiB) |
62-
|---------------|----------------|------------|------------------|
63-
| NC_E110_448_v1 | 110 | 448 | 300 |
64-
| NC_E94_448_v1 | 94 | 448 | 300 |
65-
| NC_E70_336_v1 | 70 | 336 | 300 |
61+
| VM SKU Name | vCPU | Memory (GiB) | Root Disk (GiB) | Compatible Hardware |
62+
|---------------|------|--------------|-----------------|---------------------|
63+
| NC_E110_448_v1| 110 | 448 | 300 | BOM 2.0 |
64+
| NC_E94_448_v1 | 94 | 448 | 300 | BOM 1.7.3, BOM 2.0 |
65+
| NC_E70_336_v1 | 70 | 336 | 300 | BOM 1.7.3, BOM 2.0 |
6666

6767
## Next steps
6868

0 commit comments

Comments
 (0)