Replies: 1 comment 5 replies
-
Hi 👋 Can you try it with this? - name: "vpc-cni"
version: "v1.12.1-eksbuild.2"
conflictResolution: "overwrite" |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am currently trying to deploy an EKS cluster with VPC-CNI (capa v2.0.2) with addons (coredns and kube-proxy) using the
template
eks-managedmachinepool-vpccni
.clusterctl generate cluster infra --flavor eks-managedmachinepool-vpccni --kubernetes-version v1.23.0 --worker-machine-count=3 --infrastructure aws > eks-infra.yaml
The coredns addon fails to deploy because of a failure to assign an ip address:
network: add cmd: failed to assign an IP address to container
Anybody can give me a hint, what I am missing in my configuration:
Beta Was this translation helpful? Give feedback.
All reactions