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
asked a year ago336 views
1 Answer
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
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions