rh-mobb / documentation

Step-by-step tutorials from Red Hat experts to help you get the most out of your Managed OpenShift cluster.
https://cloud.redhat.com/experts
Other
58 stars 105 forks source link

Azure ARC integration document needs to be updated. #526

Closed porrascarlos802018 closed 1 month ago

porrascarlos802018 commented 6 months ago

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

daxelrod-rh commented 6 months ago

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.

daxelrod-rh commented 1 month ago

@porrascarlos802018 I think my second round of revisions in #581 should completely address all of your feedback. That said, please let me know if anything else is unclear about these docs.

Thank you again for reporting this!