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
> If you are explicitly specifying the version of the extension to be installed in the create command, then ensure that the version specified is >= 2.8.2.
150
150
151
-
## [Azure portal](#tab/portal)
151
+
## [Azure portal](#tab/create-portal)
152
152
153
153
>[!IMPORTANT]
154
154
> If you are deploying Azure Monitor on a Kubernetes cluster running on top of Azure Stack Edge, then the Azure CLI option needs to be followed instead of the Azure portal option as a custom mount path needs to be set for these clusters.
Once you have successfully created the Azure Monitor extension for your Azure Arc-enabled Kubernetes cluster, you can additionally check the status of installation using the Azure portal or CLI. Successful installations should show the status as 'Installed'. If your status is showing 'Failed' or remains in the 'Pending' state for long periods of time, proceed to the Troubleshooting section below.
206
207
207
-
### [Azure portal](#tab/portal)
208
+
### [Azure portal](#tab/verify-portal)
208
209
1. In the Azure portal, select the Azure Arc-enabled Kubernetes cluster with the extension installing
209
210
2. Select the 'Extensions' item under the 'Settings' section of the resource blade
210
211
3. You should see an extension with the name 'azuremonitor-containers' listed, with the listed status in the 'Install status' column
211
-
### [CLI](#tab/cli)
212
+
### [CLI](#tab/verify-cli)
212
213
Run the following command to show the latest status of the `Microsoft.AzureMonitor.Containers` extension
213
214
```azurecli
214
215
az k8s-extension show --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters -n azuremonitor-containers
215
216
```
217
+
216
218
---
217
219
218
220
## Migrate to managed identity authentication (preview)
219
221
Use the flowing guidance to migrate an existing extension instance to managed identity authentication (preview).
220
222
221
-
## [CLI](#tab/cli)
223
+
## [CLI](#tab/migrate-cli)
222
224
First retrieve the Log Analytics workspace configured for Container insights extension.
1. Download the template at [https://aka.ms/arc-k8s-azmon-extension-msi-arm-template](https://aka.ms/arc-k8s-azmon-extension-msi-arm-template) and save it as **arc-k8s-azmon-extension-msi-arm-template.json**.
Copy file name to clipboardExpand all lines: articles/azure-monitor/containers/container-insights-onboard.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,9 +153,9 @@ To enable Container insights, use one of the methods that's described in the fol
153
153
||[Enable for an existing AKS cluster from Azure Monitor portal](container-insights-enable-existing-clusters.md?tabs=portal-azure-monitor)|
154
154
||[Enable directly from an AKS cluster in the Azure portal](container-insights-enable-existing-clusters.md?tabs=portal-aks)|
155
155
||[Enable for AKS cluster using an Azure Resource Manager template](container-insights-enable-existing-clusters.md?tabs=aks)|
156
-
| Existing non-AKS Kubernetes cluster |[Enable for non-AKS Kubernetes cluster hosted outside of Azure and enabled with Azure Arc using the Azure CLI](container-insights-enable-arc-enabled-clusters.md?tabs=cli). |
157
-
||[Enable for non-AKS Kubernetes cluster hosted outside of Azure and enabled with Azure Arc using a preconfigured Azure Resource Manager template](container-insights-enable-arc-enabled-clusters.md?tabs=arm)|
158
-
||[Enable for non-AKS Kubernetes cluster hosted outside of Azure and enabled with Azure Arc from the multicluster page Azure Monitor](container-insights-enable-arc-enabled-clusters.md?tabs=portal)|
156
+
| Existing non-AKS Kubernetes cluster |[Enable for non-AKS Kubernetes cluster hosted outside of Azure and enabled with Azure Arc using the Azure CLI](container-insights-enable-arc-enabled-clusters.md?tabs=create-cli#create-extension-instance). |
157
+
||[Enable for non-AKS Kubernetes cluster hosted outside of Azure and enabled with Azure Arc using a preconfigured Azure Resource Manager template](container-insights-enable-arc-enabled-clusters.md?tabs=create-arm#create-extension-instance)|
158
+
||[Enable for non-AKS Kubernetes cluster hosted outside of Azure and enabled with Azure Arc from the multicluster page Azure Monitor](container-insights-enable-arc-enabled-clusters.md?tabs=create-portal#create-extension-instance)|
159
159
160
160
## Next steps
161
161
Once you've enabled monitoring, you can begin analyzing the performance of your Kubernetes clusters that are hosted on Azure Kubernetes Service (AKS), Azure Stack, or another environment. To learn how to use Container insights, see [View Kubernetes cluster performance](container-insights-analyze.md).
0 commit comments