Skip to content

Commit fc6b34c

Browse files
authored
Update quickstarts-tenant-workload-prerequisites.md
1 parent 8d8de69 commit fc6b34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-nexus/quickstarts-tenant-workload-prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ You need:
5050
- the `custom location` resource ID of your Operator Nexus cluster
5151

5252
## AKS-Hybrid availability zone
53-
`--zones` option in `az hybridaks create` or `az hybridaks nodepool add` can be used to distribute the AKS-Hybrid clusters across different zones for better fault tolerance and performance. By specifying the --zones option when creating a AKS-Hybrid cluster, you can ensure that the cluster is scheduled onto a nodes in a specific rack or distributed evenly across multiple racks for better resource utilization and fault tolerance.
53+
`--zones` option in `az hybridaks create` or `az hybridaks nodepool add` can be used to distribute the AKS-Hybrid clusters across different zones for better fault tolerance and performance. When creating an AKS-Hybrid cluster, you can use the `--zones` option to schedule the cluster onto specific racks or distribute it evenly across multiple racks, improving resource utilization and fault tolerance.
5454

55-
In case you don't specify a zone while creating a AKS-Hybrid cluster through the --zones option, Operator Nexus platform will automatically implement a default anti-affinity rule. This anti-affinity rule aims to prevent scheduling the cluster VM on a node that already has a VM from the same cluster, but it is a best-effort approach and cannot guarantee it.
55+
If you do not specify a zone when creating an AKS-Hybrid cluster through the `--zones` option, the Operator Nexus platform automatically implements a default anti-affinity rule. This anti-affinity rule aims to prevent scheduling the cluster VM on a node that already has a VM from the same cluster, but it's a best-effort approach and can't guarantee it.
5656

5757
To obtain the list of available zones in the given Operator Nexus instance, you can use the following command.
5858

0 commit comments

Comments
 (0)