Closed jdalke closed 3 years ago
The issue is I did not pay attention to the instructions on the Setting up the PI's in the readme where it states:
"It is recommended you use the 64-bit version of Raspberry Pi OS, as some of this project's dependencies require it (and may not install on 32-bit Pi OS)."
The resolution was to re-image the SD cards with Raspi-Lite-ARM64 version. Once you use a 64 bit OS the playbook works! This is not a recommendation but a MUST for newbies.
I posted this issue as I spent allot of time figuring this out and hopefully this will help other people :)
@jdalke - Ah, good catch! It's been over a year now since I switched to only running the 64-bit Pi OS, it's been very stable and so many more things 'just work' there :)
Enjoying this project allot as it's forcing me to learn allot of new technologies. Thanks for posting and maintaining it!
Running the Ansible Playbook I received the following error -
TASK [geerlingguy.containerd : Ensure containerd is installed.] *** fatal: [kube2]: FAILED! => changed=false msg: No package matching 'containerd.io' is available fatal: [kube3]: FAILED! => changed=false msg: No package matching 'containerd.io' is available fatal: [kube4]: FAILED! => changed=false msg: No package matching 'containerd.io' is available
Ansible is add the docker repository to the /etc/apt/sources.list.d/ directory but won't install.