Skip to content

AKS Learn feedback: Improvements related to queries #225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
torumakabe opened this issue May 8, 2025 · 0 comments
Open

AKS Learn feedback: Improvements related to queries #225

torumakabe opened this issue May 8, 2025 · 0 comments
Labels

Comments

@torumakabe
Copy link

torumakabe commented May 8, 2025

Type of issue

Code doesn't work

Feedback

Queries to notify about upgrades have been introduced, but there are some improvements that could be made.

  1. The queries for cluster auto-upgrade notifications and node OS auto-upgrade notifications appear to be identical. I think the node OS auto-upgrade notification query should be filtered with
| where upgradeType == "NodeOSUpgrade"
  1. Both queries are incomplete because they’re missing the first line, "arg("").containerserviceeventresources" - it’s been specified as the language type rather than included in the query body.

  2. Users have to replace the following where clause with their target cluster ID, but because the query is quite long, some may not notice. It would be helpful to include a note to that effect.

| where id contains "/subscriptions/subid/resourcegroups/rgname/providers/Microsoft.ContainerService/managedClusters/clustername"

Page URL

https://learn.microsoft.com/en-us/azure/aks/aks-communication-manager

Content source URL

https://github.com/MicrosoftDocs/azure-aks-docs/blob/main/articles/aks/aks-communication-manager.md

Author

@kaarthis

Document Id

2e08ccd6-844a-2c6c-7e3c-c2ed7227fa39

Platform Id

cfd3d756-6b18-1864-9069-890d1dc8a30a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant