ARM64 Containerd Repository Missing for Ubuntu #6987
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
I am happy to provide more detailed information if needed, however, I think this is fairly simple. I'm using Kubespray to deploy nodes on raspberry pis with Ubuntu 20.04 host OS. In
kubespray/roles/container-engine/containerd/vars/
there is a variables definition for amd64 but no arm64. In my environment, I simply renamed the ubuntu-amd64.yml to ubuntu.yml and was able to proceed. It looks like docker provides arm64 packages in the same repo now.Environment:
Cloud provider or hardware configuration: Baremetal (Raspberry Pi)
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
): Ubuntu 20.04Version of Ansible (
ansible --version
): 2.9.6Version of Python (
python --version
): 3.9.0Kubespray version (commit) (
git rev-parse --short HEAD
): f377d9fNetwork plugin used: Calico
**Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):**NACommand used to invoke ansible: NA
Output of ansible run: NA
Anything else do we need to know: NA
The text was updated successfully, but these errors were encountered: