Skip to content

Commit 9c6ba6a

Browse files
Merge pull request #250772 from bwren/faq
FAQ update for Container insights
2 parents 276b327 + 6f61cf2 commit 9c6ba6a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/azure-monitor/faq.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,22 @@ sections:
10791079
[OpenCensus](https://opencensus.io/) is the precursor to [OpenTelemetry](https://opentelemetry.io/). Microsoft helped bring together [OpenTracing](https://opentracing.io/) and OpenCensus to create OpenTelemetry, a single observability standard for the world. The current [production-recommended Python SDK](app/opencensus-python.md) for Azure Monitor is based on OpenCensus. Eventually, all Azure Monitor SDKs will be based on OpenTelemetry.
10801080
10811081
- name: Container insights
1082+
10821083
questions:
1084+
- question: |
1085+
Why do I see info banner "You do not have the right cluster permissions which will restrict your access to Container Insights features. Please reach out to your cluster admin to get the right permission"?
1086+
answer: |
1087+
Container Insights has historically allowed users to access the Azure portal experience based on the access permission of the Log Analytics workspace. It now checks cluster-level permission to provide access to the Azure portal experience. You may need your cluster admin to assign this permission.
1088+
1089+
For basic read-only cluster level access, assign the **Monitoring Reader** role for the following types of clusters.
1090+
1091+
- AKS without Kubernetes role-based access control (RBAC) authorization enabled
1092+
- AKS enabled with Azure Active Directory (Azure AD) SAML-based single sign-on
1093+
- AKS enabled with Kubernetes RBAC authorization
1094+
- AKS configured with the cluster role binding clusterMonitoringUser
1095+
- [Azure Arc-enabled Kubernetes clusters](https://learn.microsoft.com/azure/azure-arc/kubernetes/overview)
1096+
1097+
See [Assign role permissions to a user or group](../aks/control-kubeconfig-access.md#assign-role-permissions-to-a-user-or-group) for details on how to assign these roles for AKS and [Access and identity options for Azure Kubernetes Service (AKS)](../aks/concepts-identity.md) to learn more about role assignments.
10831098
- question: |
10841099
What does "Other processes" represent under the Node view?
10851100
answer: |

0 commit comments

Comments
 (0)