-
Notifications
You must be signed in to change notification settings - Fork 324
[BUG] Missing requests/limits for AKS core components on worker nodes #3496
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
Comments
Discussed previously in #2125 (comment) |
@marcindulak Thanks! Once they would have Guaranteed QoS class https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed AKS administrators should have possibility to update requests/limits for those AKS core components. |
Action required from @Azure/aks-pm |
Issue needing attention of @Azure/aks-leads |
5 similar comments
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Describe the bug
Run https://github.com/Azure/kube-advisor on AKS 1.24.6
to verify CPU/Memory requests/limits set for k8s workloads.
The following components provided and maintain by AKS on worker nodes have no requests/limits set:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All AKS managed workloads on worker nodes should have limits/request set and have guidelines to update them by AKS administrators.
Screenshots
kube-advisory.log
Environment (please complete the following information):
Additional context
Cost of worker node is under customers and it should be clear and precise way to control AKS managed workloads.
The text was updated successfully, but these errors were encountered: