Skip to content

Commit 9539523

Browse files
Merge pull request #262606 from AjayBathini-MSFT/patch-134
(AzureCXP) fixes MicrosoftDocs/azure-docs#118584
2 parents be9c43c + 360b4ac commit 9539523

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/vertical-pod-autoscaler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ In this section, you deploy, upgrade, or disable the Vertical Pod Autoscaler on
107107
108108
After a few minutes, the command completes and returns JSON-formatted information about the cluster.
109109
110-
2. Optionally, to enable VPA on an existing cluster, use the `--enable-vpa` with the [az aks upgrade][az-aks-upgrade] command.
110+
2. Optionally, to enable VPA on an existing cluster, use the `--enable-vpa` with the [https://learn.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az-aks-update] command.
111111
112112
```azurecli-interactive
113-
az aks update -n myAKSCluster -g myResourceGroup --enable-vpa
113+
az aks update -n myAKSCluster -g myResourceGroup --enable-vpa
114114
```
115115
116116
After a few minutes, the command completes and returns JSON-formatted information about the cluster.
117117
118-
3. Optionally, to disable VPA on an existing cluster, use the `--disable-vpa` with the [az aks upgrade][az-aks-upgrade] command.
118+
3. Optionally, to disable VPA on an existing cluster, use the `--disable-vpa` with the [https://learn.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az-aks-update] command.
119119
120120
```azurecli-interactive
121121
az aks update -n myAKSCluster -g myResourceGroup --disable-vpa

0 commit comments

Comments
 (0)