EKS problem after upgrade 1.23 1.24

0

Hello I have a problem after the after the upgrade from 1.23 1.24

The error I receive is as follows: plugin type="aws-cni" name="aws-cni" failed (add): add cmd: Error received from AddNetwork gRPC call: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:50051: connect: connection refused"

after updating the cluster the nodes have all been replaced and are all version v1.24.13 i have also updated the components

coredns:v1.9.3-eksbuild.3 kube-proxy:v1.24.10-eksbuild.2 image: amazon-k8s-cni:v1.12.6 amazon-k8s-cni-init:v1.12.6

Can you help me?

elinork
已提问 1 年前349 查看次数
1 回答
0

This was asked 2 months ago but figure I add some info here..

Did the aws-node POD come up?

  • check the aws-node POD is it up?
  • check the logs associated with it (/var/log/aws-routed-eni)
  • Are there enough IPs available?
  • upgrade the aws cni add-on, restarted/scaled out the aws-node
  • run the /opt/cni/bin/aws-cni-support.sh on node to deeper analysis

https://repost.aws/knowledge-center/eks-failed-create-pod-sandbox https://repost.aws/knowledge-center/eks-cni-plugin-troubleshooting https://github.com/aws/amazon-vpc-cni-k8s/blob/master/docs/troubleshooting.md

AWS
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则