I'm trying to upgrade the vpc-cni addon to >= 1...
# aws
b
I'm trying to upgrade the vpc-cni addon to >= 1.9.0 so I can use the Prefix networking mentioned here https://aws.amazon.com/blogs/containers/amazon-vpc-cni-increases-pods-per-node-limits/ - It seems like eks - 1.21 has 1.10.1 as the default version, but I still end up with 1.7.5 (
aws eks describe-addon-versions --addon-name vpc-cni --kubernetes-version 1.21
) at least outputs v1.10.1, Default: true. Any hints for how to achive this?