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
> When you create a cluster, AKS automatically creates a second resource group to store the AKS resources. For more information, see [Why are two resource groups created with AKS?](/azure/aks/faq#why-are-two-resource-groups-created-with-aks)
37
37
38
-
1. Check the list of resources to make sure that a VM scale set exists.
38
+
1. Check the list of resources to make sure that a virtual machine scale set exists.
39
39
40
-
## Cause 1: The cluster VM scale set was deleted
40
+
## Cause 1: The cluster virtual machine scale set was deleted
41
41
42
-
If you delete the VM scale set that's attached to the cluster, this action causes the cluster autoscaler to fail. It also causes issues when you provision resources such as nodes and pods.
42
+
If you delete the virtual machine scale set that's attached to the cluster, this action causes the cluster autoscaler to fail. It also causes issues when you provision resources such as nodes and pods.
43
43
44
44
> [!NOTE]
45
-
> Modifying any resource under the node resource group in the AKS cluster is an unsupported action and will cause cluster operation failures. You can prevent changes from being made to the node resource group by [blocking users from modifying resources](/azure/aks/cluster-configuration#fully-managed-resource-group-preview) that are managed by the AKS cluster.
45
+
> Modifying any resource under the node resource group in the AKS cluster is an unsupported action and causes cluster operation failures. You can prevent changes from being made to the node resource group by [blocking users from modifying resources](/azure/aks/cluster-configuration#fully-managed-resource-group-preview) that are managed by the AKS cluster.
46
46
47
47
### Reconcile node pool
48
48
49
-
If the cluster VM scale set is accidentally deleted, you can reconcile the node pool by using `az aks nodepool update`:
49
+
If the cluster virtual machine scale set is accidentally deleted, you can reconcile the node pool by using `az aks nodepool update`:
50
50
51
51
```bash
52
52
# Update Node Pool Configuration
@@ -80,7 +80,7 @@ Deleting the cluster node resource group causes issues when you provision the in
80
80
81
81
## Solution: Update the cluster to the goal state without changing the configuration
82
82
83
-
To resolve this issue, run the following command to recover the deleted VM scale set or any tags (missing or modified).
83
+
To resolve this issue, run the following command to recover the deleted virtual machine scale set or any tags (missing or modified).
84
84
85
85
> [!NOTE]
86
86
> It might take a few minutes until the operation finishes.
0 commit comments