rh-mobb / documentation

Step-by-step tutorials from Red Hat experts to help you get the most out of your Managed OpenShift cluster.

Home Page:https://cloud.redhat.com/experts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure ARC integration document needs to be updated.

porrascarlos802018 opened this issue · comments

in this document
https://cloud.redhat.com/experts/aro/azure-arc-integration/
Enable log aggregation instructions needs to be replaced by the ones seen here:

https://learn.microsoft.com/en-us/azure/azure-monitor/containers/kubernetes-monitoring-enable?tabs=cli#enable-container-insights

"

Arc-enabled cluster with ARO or OpenShift or Windows nodes

Managed identity authentication is not supported for Arc-enabled Kubernetes clusters with ARO (Azure Red Hat OpenShift) or OpenShift or Windows nodes. Use legacy authentication by specifying amalogs.useAADAuth=false as in the following example.

Azure CLI

Copy
az k8s-extension create --name azuremonitor-containers --cluster-name --resource-group --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogs.useAADAuth=false

Thank you. We've merged an initial PR #528 to immediately remove the incorrect "Enable log aggregation" section to prevent it from misleading anyone.

We will next work on a corrected version.