You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Environment:
VM
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):Fedora CoreOS 34
ansible --version
):2.10.11
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 removecontainerd
which does not work with CoreOS and later tries to copycontainerd
(andrunc
) 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?The text was updated successfully, but these errors were encountered: