-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
yum update broken #946
Comments
@jhoovermitre can you provide more information about the error you're seeing? The full console output would be ideal. |
Here is the full console output:
|
My best guess is that a version-locked package is preventing its python dependency from being updated, causing this conflict. Removing the version-lock may be fine, depending on your use-case; but you may see instability as a result. Please update this issue if you're still seeing this on the latest AMI release. |
What happened:
sudo yum update
fails on fresh EC2 worker node.What you expected to happen: The yum package to update successfully.
How to reproduce it (as minimally and precisely as possible): Spin up a new EKS worker node, SSH into it, attempt to run
sudo yum update
Anything else we need to know?:
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
): eks.2aws eks describe-cluster --name <name> --query cluster.version
): 1.22uname -a
): Linux ip-172-18-7-135.ec2.internal 5.4.190-107.353.amzn2.x86_64 Template is missing source_ami_id in the variables section #1 SMP Wed Apr 27 21:16:35 UTC 2022 x86_64 x86_64 x86_64 GNU/Linuxcat /etc/eks/release
on a node):The text was updated successfully, but these errors were encountered: