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 k8s connected clusters with **ARO**.
127
+
>
128
+
129
+
To use legacy/non-managed identity authentication to create extension instance on **Arc K8S connected clusters with ARO**, you can use the commands below that does not use managed identity. Non-cli onboarding is not supported for Arc K8s connected clusters with **ARO**. Currently, only k8s-extension version 1.3.7 or below is supported.
130
+
131
+
If you are using k8s-extension version above 1.3.7, downgrade the version.
132
+
133
+
```azurecli
134
+
Install the extension with **amalogs.useAADAuth=false**.
135
+
az extension add --name k8s-extension --version 1.3.7
136
+
```
137
+
138
+
Install the extension with **amalogs.useAADAuth=false**.
0 commit comments