Hello,
I’m attempting to run Kubeflow on MicroK8s on macOS Catalina (10.15.7). I installed microk8s according to the instructions at https://microk8s.io, however when I try to enable the kubeflow add-on I run into the following problem:
[msa@dandy ~]$ microk8s enable kubeflow
This command can't be run as root.
Try `microk8s enable kubeflow` instead.
Failed to enable kubeflow
An error occurred when trying to execute 'sudo microk8s.enable kubeflow' with 'multipass': returned exit code 1.
[msa@dandy ~]$
Help?