-
We have been using Linkerd CNI in chaining mode along with AWS CNI to avoid having the init container and CAP_NET_ADMIN for the pods. But recently we are looking to migrate from Amazon Linux 2(AL2) to Amazon Linux 2023. We are creating a new EKS cluster with the Amazon Linux 2023 and bootstrap our Fluxcd to install Linkerd CNI, Linkerd Control plane and Linkerd Viz. We are currently using the version 25.2.3. With AL2023, the control plane components fail with the following error:
EKS Version: 1.32 We tried to take FluxCD out of the picture, installing with linkerd CLI, but it still fails. Please find the steps to reproduce the issue below. Steps to reproduce the issue:
With the above the step, Linkerd control plane pods fail to come up with the error = failed (add): exit status 127. linkerd check --pre comes up clean without any errors Let me know if I am missing any flags while installing linkerd cni or control plane. Thank you for looking into this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Switching the linkerd-cni helm chart value to |
Beta Was this translation helpful? Give feedback.
Switching the linkerd-cni helm chart value to
iptablesMode: plain
resolved the issue.