You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/use-azure-dedicated-hosts.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,17 +61,17 @@ az provider register --namespace Microsoft.ContainerService
61
61
The following limitations apply when you integrate Azure Dedicated Host with Azure Kubernetes Service:
62
62
63
63
* An existing agent pool can't be converted from non-ADH to ADH or ADH to non-ADH.
64
-
* It is not supported to update agent pool from host group A to host group B.
64
+
* It isn't supported to update agent pool from host group A to host group B.
65
65
* Using ADH across subscriptions.
66
66
67
67
## Add a Dedicated Host Group to an AKS cluster
68
68
69
-
A host group is a resource that represents a collection of dedicated hosts. You create a host group in a region and an availability zone, and add hosts to it. When planning for high availability, there are additional options. You can use one or both of the following options with your dedicated hosts:
69
+
A host group is a resource that represents a collection of dedicated hosts. You create a host group in a region and an availability zone, and add hosts to it. When planning for high availability, there are more options. You can use one or both of the following options with your dedicated hosts:
70
70
71
-
* Span across multiple availability zones. In this case, you are required to have a host group in each of the zones you wish to use.
71
+
* Span across multiple availability zones. In this case, you're required to have a host group in each of the zones you wish to use.
72
72
* Span across multiple fault domains, which are mapped to physical racks.
73
73
74
-
In either case, you need to provide the fault domain count for your host group. If you do not want to span fault domains in your group, use a fault domain count of 1.
74
+
In either case, you need to provide the fault domain count for your host group. If you don't want to span fault domains in your group, use a fault domain count of 1.
75
75
76
76
You can also decide to use both availability zones and fault domains.
77
77
@@ -81,15 +81,19 @@ Not all host SKUs are available in all regions, and availability zones. You can
81
81
az vm list-skus -l eastus -r hostGroups/hosts -o table
82
82
```
83
83
84
+
> [!NOTE]
85
+
> First, when using host group, the nodepool fault domain count is always the same as the host group fault domain count. In order to use cluster auto-scaling to work with ADH and AKS, please make sure your host group fault domain count and capacity is enough.
86
+
> Secondly, only change fault domain count from the default of 1 to any other number if you know what they are doing as a misconfiguration could lead to a unscalable configuration.
87
+
84
88
## Create a Host Group
85
89
86
-
Now create a dedicated host in the host group. In addition to a name for the host, you are required to provide the SKU for the host. Host SKU captures the supported VM series as well as the hardware generation for your dedicated host.
90
+
Now create a dedicated host in the host group. In addition to a name for the host, you're required to provide the SKU for the host. Host SKU captures the supported VM series and the hardware generation for your dedicated host.
87
91
88
92
For more information about the host SKUs and pricing, see [Azure Dedicated Host pricing](https://azure.microsoft.com/pricing/details/virtual-machines/dedicated-host/).
89
93
90
-
Use az vm host create to create a host. If you set a fault domain count for your host group, you will be asked to specify the fault domain for your host.
94
+
Use az vm host create to create a host. If you set a fault domain count for your host group, you'll be asked to specify the fault domain for your host.
91
95
92
-
In this example, we will use [az vm host group create][az-vm-host-group-create] to create a host group using both availability zones and fault domains.
96
+
In this example, we'll use [az vm host group create][az-vm-host-group-create] to create a host group using both availability zones and fault domains.
93
97
94
98
```azurecli-interactive
95
99
az vm host group create \
@@ -102,9 +106,9 @@ az vm host group create \
102
106
103
107
## Create a Dedicated Host
104
108
105
-
Now create a dedicated host in the host group. In addition to a name for the host, you are required to provide the SKU for the host. Host SKU captures the supported VM series as well as the hardware generation for your dedicated host.
109
+
Now create a dedicated host in the host group. In addition to a name for the host, you're required to provide the SKU for the host. Host SKU captures the supported VM series and the hardware generation for your dedicated host.
106
110
107
-
If you set a fault domain count for your host group, you will need to specify the fault domain for your host.
111
+
If you set a fault domain count for your host group, you'll need to specify the fault domain for your host.
0 commit comments