Running an Ubuntu 20.04 PPC VM on a Blackbird POWER9 host with Fedora 35 PPC as its host OS.
Trying to get a test Kubernetes cluster going on VMs, using Ubuntu 20.04 PPC as the VM OS. So this is inside the Ubuntu 20.04 VM.
While installing Kubernetes tools, I found that kubelet needs to be installed via a snap, and snap install kubectl --classic
seemed to work and claimed to have installed it, but kubeadm init
failed complaining about kubectl. systemctl status kubectl
can't find the kubelet.service.
I'll be super surprised if anyone else has ever tried this, but I'm hoping for advice from people who understand kubernetes tools better than I do.