-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
AWS VPC CNI Ubuntu 22.04 MACAddressPolicy #16255
Comments
Does this require networking restart in Ubuntu? |
yes |
Hey @hakman ! I looked around in the code, and from what I could see, the best place to add this would probably be in the launch template of an instance here, probably wrapped inside an |
@moshevayner To my knowledge, all AWS VPC CNI tests run on Ubuntu 20.04, so they should not be affected by this issue. I would suggest to try and move #16191 to v1.16.2 and see what happens. If you want to try to fix this in a separate PR, I think it would be a good idea. kops/nodeup/pkg/model/sysctls.go Lines 191 to 196 in a556149
|
/assign |
/kind feature
1. Describe IN DETAIL the feature/behavior/change you would like to see.
via
until aws/amazon-vpc-cni-k8s#2118 is working the following Policy should be applied to get 22.04 working with aws vpc cni
https://github.com/awslabs/amazon-eks-ami/blob/master/scripts/install-worker.sh#L104
or from aws/amazon-vpc-cni-k8s#2103 (comment) which may be used with fileAssets
The text was updated successfully, but these errors were encountered: