Skip to content

Commit 3c6f3ce

Browse files
author
naman-msft
committed
updated doc
1 parent 9069320 commit 3c6f3ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scenarios/CSEErrorsAKS/cse-errors-aks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ The node extension deployment fails and returns more than one error code when yo
3030
Set your environment variables and run the commands to view the cluster's status and debug information.
3131

3232
```azurecli
33-
export RANDOM_SUFFIX=$(head -c 3 /dev/urandom | xxd -p)
34-
export RG_NAME="my-aks-rg-$RANDOM_SUFFIX"
35-
export CLUSTER_NAME="myakscluster$RANDOM_SUFFIX"
33+
export RG_NAME="my-aks-rg"
34+
export CLUSTER_NAME="myakscluster"
3635
clusterResourceId=$(az aks show \
3736
--resource-group $RG_NAME --name $CLUSTER_NAME --output tsv --query id)
3837
az resource update --debug --verbose --ids $clusterResourceId

0 commit comments

Comments
 (0)