Robbie Zhang
Robbie Zhang
Sounds good to me.
Note that setting the bufsize to a higher values (e.g. 1232) doesn't help in this case.
@chrisohaver, is there a release branch/tag we can check if all security patches are included in v1.11.2.
> > @chrisohaver, is there a release branch/tag we can check if all security patches are included in v1.11.2. > > It will be cut from whatever the latest commit...
k8s issue: https://github.com/kubernetes/kubernetes/issues/124930
CoreDNS issue disccused here: https://github.com/coredns/coredns/issues/7177 Before the coredns makes a path through, AKS team is evaluating if we should downgrade coredns to 1.11.3 for k8s 1.32 clusters.
AKS has downgraded the coredns to 1.11.3 on k8s 1.32
AKS runs multiple coredns pods behind the kube-dns service. If you scrape metrics from the service, the metrics might be inconsistent, because they might be from different pods. You can...