Answers for "fatal: [node1]: FAILED! => {"attempts": 4, "changed": false, "msg": "No package matching 'python-apt' is available"}"

0

fatal: [node1]: FAILED! => {"attempts": 4, "changed": false, "msg": "No package matching 'python-apt' is available"}

issue - https://github.com/kubernetes-sigs/kubespray/issues/7362

workaround - \roles\kubernetes\preinstall\vars\ubuntu.yml

---
required_pkgs:
  - python3-apt
  - aufs-tools
  - apt-transport-https
  - software-properties-common
  - conntrack
Posted by: Guest on May-02-2022

Code answers related to "fatal: [node1]: FAILED! => {"attempts": 4, "changed": false, "msg": "No package matching 'python-apt' is available"}"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language