-
Notifications
You must be signed in to change notification settings - Fork 741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting MTU on ipv4 egress on a ipv6 only cluster #2949
Comments
This might become a feature request or a bug depending on how it is interpreted but we found the culprit to be this here https://github.com/aws/amazon-vpc-cni-k8s/blob/master/misc/10-aws.conflist#L18. When that line is turned to |
This may be a bug. The environment variable |
@orsenthil thanks for accepting this as a bug. I sent the change on how we fixed it with more context in #2951 Please let me know in case you need anything else. Thanks! |
This issue is now closed. Comments on closed issues are hard for our team to see. |
What happened:
We are trying to change the MTU values on all interfaces on our ipv6 only cluster with ipv4 egress. When we set the AWS_VPC_ENI_MTU value, this only affects the eth0 interface but not the v4if0 interface where ipv4 egress is supported. Which values do we need to set so the MTU values are persisted on both interfaces?
Environment:
kubectl version
): v1.30.0-eks-036c24bcat /etc/os-release
): Amazon Linux 2uname -a
): 5.10.213-201.855.amzn2.x86_64The text was updated successfully, but these errors were encountered: