-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Cri-o is unable to pull Arm64 Calico node:v3.16.4 image. #6914
Comments
FWIW: It looks like pulling the manifest from quay is successful.
|
var |
Nevertheless would it be desirable to swap the calico images to quay instead of dockerhub considering the newly imposed rate limits by dockerhub? |
I resolved this for taking the latter and running off the master branch instead of a versioned tag. My original environment on was on 75d648c manually setting K8s version 1.19.3 on this version cri-o version was defaulted to 1.17 causing me to run into this bug cri-o/cri-o#3233 |
Environment:
Cloud provider or hardware configuration: Arm64 Raspberry Pis Bare Metal/Mixed Architecture
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
): 20.04.1 LTS (Focal Fossa) 5.4.0-1015-raspi aarch64Version of Ansible (
ansible --version
): 2.9.15Version of Python (
python --version
): 3.9.0Kubespray version (commit) (
git rev-parse --short HEAD
): 0f7341bNetwork plugin used: Calico
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
): https://gist.github.com/anthr76/840fb231e60b494d6a599d8131049210Command used to invoke ansible:
ansible-playbook -i inventory/nwk1/inventory.ini --become --become-user=root cluster.yml
Output of ansible run: https://gist.github.com/anthr76/1ce5698dcfc97055fc2ddd43f260ad10
Anything else do we need to know:
Not sure what exactly is going on here as it appears it should be pulling this image. Which show's arm64 support.
The text was updated successfully, but these errors were encountered: