mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
docs: Improve troubleshooting instructions
This commit is contained in:
+7
-4
@@ -295,10 +295,13 @@ This section lists some of the most common errors that may occur when importing
|
||||
|
||||
### AKS
|
||||
|
||||
#### Error: Getting static credential is not allowed because this cluster is set to disable local accounts.
|
||||
|
||||
* This may occur if your cluster has disabled local accounts. Enable local accounts before attempting to import the cluster again:
|
||||
|
||||
- The following error may occur if local accounts are disabled in your cluster.
|
||||
```sh
|
||||
Error: Getting static credential is not allowed because this cluster is set to disable local accounts.
|
||||
```
|
||||
|
||||
To resolve this issue, enable local accounts before attempting to [import the cluster](#registering-a-cluster) again.
|
||||
|
||||
```sh
|
||||
az aks update --resource-group <resource-group> --name <cluster-name> --enable-local-accounts
|
||||
```
|
||||
Reference in New Issue
Block a user