Skip to content

Commit 2b36657

Browse files
authored
Merge pull request #121837 from andyr8939/patch-1
incorrect drain argument
2 parents d2a0af3 + 4835707 commit 2b36657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/upgrade-aks-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ At times, you may have a long running workload on a certain pod and it can't be
244244
245245
```azurecli-interactive
246246
# Set drain timeout for a new node pool
247-
az aks nodepool add -n mynodepool -g MyResourceGroup --cluster-name MyManagedCluster --drainTimeoutInMinutes 100
247+
az aks nodepool add -n mynodepool -g MyResourceGroup --cluster-name MyManagedCluster --drain-timeout 100
248248
249249
# Update drain timeout for an existing node pool
250-
az aks nodepool update -n mynodepool -g MyResourceGroup --cluster-name MyManagedCluster --drainTimeoutInMinutes 45
250+
az aks nodepool update -n mynodepool -g MyResourceGroup --cluster-name MyManagedCluster --drain-timeout 45
251251
```
252252
253253
#### Set node soak time value

0 commit comments

Comments
 (0)