Skip to content
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

ARM64 Containerd Repository Missing for Ubuntu #6987

Closed
nniehoff opened this issue Dec 3, 2020 · 4 comments · Fixed by #6919
Closed

ARM64 Containerd Repository Missing for Ubuntu #6987

nniehoff opened this issue Dec 3, 2020 · 4 comments · Fixed by #6919
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.

Comments

@nniehoff
Copy link
Contributor

nniehoff commented Dec 3, 2020

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.04

  • Version of Ansible (ansible --version): 2.9.6

  • Version of Python (python --version): 3.9.0

Kubespray version (commit) (git rev-parse --short HEAD): f377d9f

Network plugin used: Calico

**Full inventory with variables (ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"):**NA

Command used to invoke ansible: NA

Output of ansible run: NA

Anything else do we need to know: NA

@nniehoff nniehoff added the kind/bug Categorizes issue or PR as related to a bug. label Dec 3, 2020
@floryut
Copy link
Member

floryut commented Dec 3, 2020

@nniehoff Thank you, care to make a PR ?

I'd go for renoming ubuntu-amd64 to ubuntu.
By the way, containerd-common/ubuntu-amd64|arm64 could be merged into one, same goes for docker/ubuntu-amd64|arm64

@nniehoff
Copy link
Contributor Author

nniehoff commented Dec 3, 2020

Sure

@anthr76
Copy link
Contributor

anthr76 commented Dec 6, 2020

FYI I have a PR open for this #6919

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants