canonical / microk8s

MicroK8s is a small, fast, single-package Kubernetes for datacenters and the edge.
https://microk8s.io
Apache License 2.0
8.53k stars 773 forks source link

MicroK8s in Raspberry Pi 5 with Raspberry Pi OS 64 Bit - node not ready #4581

Open npandeya opened 4 months ago

npandeya commented 4 months ago

Summary

What Should Happen Instead?

Reproduction Steps

  1. Install raspberry pi os on pi5
  2. Enable cgroup according to the documentation on new line in /boot/firmware/cmdline.txt
  3. Reboot
  4. Install snapd (sudo apt install snapd)
  5. Reboot
  6. Install snapd (sudo snap install snapd)
  7. Sudo snap install microk8s —classic
  8. Sudo microk8s start

Introspection Report

Not sure . If I am doing something wrong here

Can you suggest a fix?

Are you interested in contributing with a fix?

ktsakalozos commented 4 months ago

Could you please attach a microk8s inspect tarball?