-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Why kernel version locked from EKS 1.25 #1248
Comments
Could be some stale step or entirely intentional. See https://github.com/awslabs/amazon-eks-ami/blob/master/doc/USER_GUIDE.md#version-locked-packages if not already.
You can remove the lock before upgrading. Been running 5.15 just fine. |
Has there been some user issues faced with kernel updates on existing AMIs in past? |
@alpana17 one example is #1071 ( The version lock is intended to prevent unintentional updates of the kernel. You can remove the version lock with the instructions in the user guide: https://github.com/awslabs/amazon-eks-ami/blob/master/doc/USER_GUIDE.md#version-locked-packages |
Till Amazon EKS 1.24, there was no version lock for kernel.
But in Amazon EKS 1.25, file vi /etc/yum/pluginconf.d/versionlock.list has lock for kernel.
As a result, I am not able to install any other kernel.
What is the reason to add version lock for kernel package
The text was updated successfully, but these errors were encountered: