From acfbf6f8c558c029a2dd8a2049bc935acdb14892 Mon Sep 17 00:00:00 2001 From: Yiannis Triantafyllopoulos <8741709+yiannistri@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:56:28 +0000 Subject: [PATCH] Update docs/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/register-existing-clusters.md Co-authored-by: Lucas Saintarbor --- .../register-existing-clusters.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/register-existing-clusters.md b/docs/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/register-existing-clusters.md index 6995fc6a00b..99a909ccb08 100644 --- a/docs/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/register-existing-clusters.md +++ b/docs/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/register-existing-clusters.md @@ -295,10 +295,11 @@ 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: - - ``` - az aks update --resource-group --name --enable-local-accounts - ``` \ No newline at end of file +- 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 --name --enable-local-accounts + ``` \ No newline at end of file