Skip to content

Commit b26f691

Browse files
authored
Update concepts-nexus-kubernetes-placement.md
Use Kubernetes preferred binary system
1 parent 3a5d0da commit b26f691

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/operator-nexus/concepts-nexus-kubernetes-placement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ each NKS VM launches.
2828
Nexus first identifies the set of potential bare metal servers that meet all of
2929
the resource requirements of the NKS VM SKU. For example, if the user
3030
specified an `NC_G48_224_v1` VM SKU for their agent pool, Nexus collects the
31-
bare metal servers that have available capacity for 48 vCPU, 224Gi of RAM, etc.
31+
bare metal servers that have available capacity for 48 vCPU, 224GiB of RAM, etc.
3232

3333
Nexus then examines the `AvailabilityZones` field for the Agent Pool or Control
3434
Plane being scheduled. If this field isn't empty, Nexus filters the list of
@@ -79,7 +79,7 @@ The example Operator Nexus environment has these specifications:
7979

8080
* Eight racks of 16 bare metal servers
8181
* Each bare metal server contains two [Non-Uniform Memory Access][numa] (NUMA) cells
82-
* Each NUMA cell provides 48 CPU and 224Gi RAM
82+
* Each NUMA cell provides 48 CPU and 224GiB RAM
8383

8484
[numa]: https://en.wikipedia.org/wiki/Non-uniform_memory_access
8585

@@ -321,4 +321,4 @@ across the NUMA-cells.
321321

322322
## Storage-optimized VM SKUs
323323

324-
`NC_L46_224_v1` and `NC_L54_224_v1` are SKUs designed to enhance local storage utilization and scalability by giving a NAKS node access up to 1.6 TB of disk space for local use. This is to support workload that requires large amount of local disk space, more than the typical 300 GB allocated by other SKUs.
324+
`NC_L46_224_v1` and `NC_L54_224_v1` are SKUs designed to enhance local storage utilization and scalability by giving a NAKS node access up to 1.6TiB of disk space for local use. This is to support workload that requires large amount of local disk space, more than the typical 300 GB allocated by other SKUs.

0 commit comments

Comments
 (0)