Microk8s on odroid N2*

Hi,

I have just bought an odroid N2+ board.

I managed to install Ubuntu Jammy 22.04 on a microsd drive and the board runs perfectly.

However, I want to install microk8s on it but that does not work.

When i run microk8s inspect it gives me the output:

root@odroid:~# microk8s inspect
Inspecting system
Inspecting Certificates
Inspecting services
Service snap.microk8s.daemon-cluster-agent is running
Service snap.microk8s.daemon-containerd is running
Service snap.microk8s.daemon-kubelite is running
Service snap.microk8s.daemon-k8s-dqlite is running
Service snap.microk8s.daemon-apiserver-kicker is running
Copy service arguments to the final report tarball
Inspecting AppArmor configuration
Gathering system information
Copy processes list to the final report tarball
Copy disk usage information to the final report tarball
Copy memory usage information to the final report tarball
Copy server uptime to the final report tarball
Copy openSSL information to the final report tarball
Copy snap list to the final report tarball
Copy VM name (or none) to the final report tarball
Copy current linux distribution to the final report tarball
Copy network configuration to the final report tarball
Inspecting kubernetes cluster
Inspect kubernetes cluster
Inspecting dqlite
Inspect dqlite

WARNING: The memory cgroup is not enabled.
The cluster may not be functioning properly. Please ensure cgroups are enabled
See for example: MicroK8s - Alternative install methods for MicroK8s
Building the report tarball
Report tarball is at /var/snap/microk8s/4200/inspection-report-20230105_180321.tar.gz

How can i enable memory c-group?

Help appreciated!