Mikołaj Umański
Mikołaj Umański
One way to stop the issue is disabling log collector on the nodes, it is controlled by a timer systemd unit. ```bash systemctl stop aks-log-collector.timer systemctl disable aks-log-collector.timer ``` This...
We are working on bumping the containerd version to `.20` patch version. It will be available with one of the upcoming node image versions. I will share an update in...
We now have a new node image version releasing which has containerd 1.7.20. The node image version with updated containerd is `202407.29.0`. You can track the progress of the release...
@hterik - init taints added to the cluster spec are automatically added to the list of taints ignored by the AKS AutoScaler. We can add more details to docs to...
@htpawel init taints are now available in preview [here](https://learn.microsoft.com/en-us/azure/aks/use-node-taints#use-node-initialization-taints-preview). We are working on removing some of the limitations that the preview version has and once that is out of the...
> might also consider just adding a new tag to indicate that a given scenario shouldn't be executed by default? > > granted scenarios with said tag would probably just...
@aolear-ss For now, the workaround would be to deploy a daemonset installing azure-cli on your node (probably easiest way to unblock that). We are in touch with the Azure Storage...