You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Managed identity authentication is not supported for Arc-enabled Kubernetes clusters with **ARO**.
126
+
>
127
+
128
+
To use legacy/non-managed identity authentication to create an extension instance on **Arc K8S connected clusters with ARO**, use the commands below that don't use managed identity. Non-cli onboarding is not supported for Arc-enabled Kubernetes clusters with **ARO**. Currently, only k8s-extension version 1.3.7 or below is supported.
129
+
130
+
If you are using k8s-extension version above 1.3.7, downgrade the version.
131
+
132
+
```azurecli
133
+
Install the extension with **amalogs.useAADAuth=false**.
134
+
az extension add --name k8s-extension --version 1.3.7
135
+
```
136
+
137
+
Install the extension with **amalogs.useAADAuth=false**.
0 commit comments