-
Notifications
You must be signed in to change notification settings - Fork 314
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
set kubelet defaults for --cgroups-per-qos & --enforce-node-allocatable #277
Comments
Official Support Call is also open: 118032817900562 |
The AKS rollout this week includes acs-engine 0.14.6. This patch will be available in all AKS regions by the end of the week, and will be applied to existing clusters via |
Thanks! I will close this issue as soon as the patch is available and we've tested it! |
@slack does az aks upgrade imply it will be aligned with a kubernetes upgrade too ? |
@bbrosemer yeah, the updated configuration will be applied as the nodes are replaced during upgrade. |
@slack
|
Currently I am upgrading from 1.9.2 to 1.9.6. When I log in to a updated machine I do not see the change in the kubelet configuration:
Errors:
Arguments for kubelet on the node (in /etc/default/kubelet)
Edit: Upgrade failed ("provisioningState": "Failed",) Edit2: Detailed error message:
|
@angrox I infer you don't see
|
@jackfrancis yeah, it is not there.
@slack So the fix was not applied? |
Installing a new cluster fixes the issue - the patch is in place. Upgrading (see posts above) do not update the config |
@jackfrancis I am also in contact with one of MS escalation managers and gave them access to our defective clusters. If you need more information please PM me. |
Closing stale/resolved |
Disclaimer: This issue reference to the following issue in the acs-engine:
Azure/acs-engine#2263
with the solving Pull Request here: Azure/acs-engine#2310
In my AKS Cluster (1.9.2) in westeurope I have the same issues as mentioned in the acs-engine issues:
Warning FailedNodeAllocatableEnforcement 1m (x106 over 1h) kubelet, aks-nodepool1-77770737-0 Failed to update Node Allocatable Limits "": failed to set supported cgroup subsystems for cgroup : Failed to set config for supported subsystems : failed to write 8342003712 to memory.limit_in_bytes: write /var/lib/docker/overlay2/7428add845f7e87ff8620731e8d9ef63a703255de49fb2a2f1d8a867f491f420/merged/sys/fs/cgroup/memory/memory.limit_in_bytes: invalid argument
When will the AKS clusters updated with the fix?
The text was updated successfully, but these errors were encountered: