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

containerd download broken with Fedora CoreOS #8106

Closed
mafn opened this issue Oct 21, 2021 · 0 comments · Fixed by #8107
Closed

containerd download broken with Fedora CoreOS #8106

mafn opened this issue Oct 21, 2021 · 0 comments · Fixed by #8107
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@mafn
Copy link
Contributor

mafn commented Oct 21, 2021

Environment:

  • Cloud provider or hardware configuration:
    VM
  • OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):
    Fedora CoreOS 34
  • Version of Ansible (ansible --version):
    2.10.11
  • Version of Python (python --version):
    3.9.0

Kubespray version (commit) (git rev-parse --short HEAD):
master at ea8e2fc

Network plugin used:
calico

Command used to invoke ansible:
ansible-playbook -i inventories/k8s-coreos site.yml

Anything else do we need to know:
#7970 broke CoreOS by using package to remove containerd which does not work with CoreOS and later tries to copy containerd (and runc) to {{ containerd_bin_dir }} which defaults to /usr/bin and is not writable in CoreOS.

I guess {{ bin_dir }} (/usr/local/bin) would make more sense in general?

@mafn mafn added the kind/bug Categorizes issue or PR as related to a bug. label Oct 21, 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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant