We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9069320 commit 3c6f3ceCopy full SHA for 3c6f3ce
scenarios/CSEErrorsAKS/cse-errors-aks.md
@@ -30,9 +30,8 @@ The node extension deployment fails and returns more than one error code when yo
30
Set your environment variables and run the commands to view the cluster's status and debug information.
31
32
```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"
+ export RG_NAME="my-aks-rg"
+ export CLUSTER_NAME="myakscluster"
36
clusterResourceId=$(az aks show \
37
--resource-group $RG_NAME --name $CLUSTER_NAME --output tsv --query id)
38
az resource update --debug --verbose --ids $clusterResourceId
0 commit comments