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
python --version
Command 'python' not found, did you mean:
command'python3' from deb python3
command'python' from deb python-is-python3
python3 --version
Python 3.8.5
Kubespray version (commit) (git rev-parse --short HEAD):
1a491fc1
Network plugin used:
Calico
Full inventory with variables (ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"):
This issue caused by there is no cluster-arm64.yml in roles/container-engine/containerd/vars.
This issue was already reported in #6987, and they work to fix this issue, please see also.
The temporarily solution is just copy cluster-amd64.yml to cluster-arm64.yml.
Ubuntu repository has both amd64 and arm64 for focal.
Environment:
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):ansible --version
):python --version
):Kubespray version (commit) (
git rev-parse --short HEAD
):Network plugin used:
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):Command used to invoke ansible:
Output of ansible run:
The text was updated successfully, but these errors were encountered: