Skip to content

Commit

Permalink
Merge pull request #131 from bwren/ci-legacy
Browse files Browse the repository at this point in the history
Container insights legacy authentication
  • Loading branch information
prmerger-automator[bot] authored Sep 20, 2024
2 parents 7b9682b + 526c422 commit f4e9432
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Configure agent authentication for the Container Insights agent
title: Legacy authentication for Container Insights
description: This article describes how to configure authentication for the containerized agent used by Container insights.
ms.topic: conceptual
ms.custom: devx-track-azurecli
Expand Down Expand Up @@ -81,8 +81,9 @@ AKS clusters must first disable monitoring and then upgrade to managed identity.
---
## Timeline
Any new clusters being created or being onboarded now default to Managed Identity authentication. However, existing clusters with legacy solution-based authentication are still supported.
## Enable legacy authentication
If you require legacy authentication, see [Enable Container insights](kubernetes-monitoring-enable.md#enable-container-insights) which has examples of different options for enabling Container insights.
## Next steps
If you experience issues when you upgrade the agent, review the [troubleshooting guide](container-insights-troubleshoot.md) for support.
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ az aks enable-addons --addon monitoring --name <cluster-name> --resource-group <
### Use existing Log Analytics workspace
az aks enable-addons --addon monitoring --name <cluster-name> --resource-group <cluster-resource-group-name> --workspace-resource-id <workspace-resource-id>
### Use legacy authentication
az aks enable-addons --addon monitoring --name <cluster-name> --resource-group <cluster-resource-group-name> --workspace-resource-id <workspace-resource-id> --enable-msi-auth-for-monitoring false
```

**Example**
Expand Down

0 comments on commit f4e9432

Please sign in to comment.