eks-anywhere icon indicating copy to clipboard operation
eks-anywhere copied to clipboard

Image-builder and ansible incompatibility

Open thecloudgarage opened this issue 9 months ago • 5 comments

Trying to run the image-builder utility to create the ubuntu OVA.

I have installed ansible using

python3 -m pip install --user ansible

which defaults to ansible version 9.5.1 and ansible-core-2.16.6

Upon running the image-builder utility, it errors out saying

The version of ansible-core (ansible [core 2.16.6]) does not match the version (2.15.9) which has been tested by the EKS-A team. (Recommened) Remove this version and rerun your image build and the correct version of ansible-core will be installed.

So I uninstalled ansible-core using pip uninstall ansible-core and re-ran the image-builder utility

Now ansible errors out stating ansible version 9.5.1 requires ansible-core-2.16.6 and ansible-core-2.15.9 is incompatible.

Can you please ensure a clarity of the exact version of ansible to be installed such that it satisfies the EKS-A validated procedure for latest version Image-builder

thecloudgarage avatar May 08 '24 13:05 thecloudgarage