Issues in accessing microk8s dashboard

Hi All,

I am using microk8s v1.32 on a 3 node cluster and configured CKF v1.10 on it.

$ microk8s.version
MicroK8s v1.32.3 revision 8148

I ended up with an issue where I lost access to CKF UI and cannot access Jupyter notebooks in CKF. The notebooks are attached to K8 PVC volumes where I got data which is not checked-in to git.

Now I am trying to access these volumes via K8 UI and I am seeing errors in K8 UI.
persistentvolumes is forbidden: User "system:serviceaccount:kube-system:default" cannot list resource "persistentvolumes" in API group "" at the cluster scope

I understand kube-system is default and I even tried setting namespace as “kubeflow” (default namespace for kubeflow) and dev-kf-admin (namespace which I ended up creating when jupyter notebooks are created) with no success.

Atleast In default kube-system namespace I should see node related information in cluster. But I am not even able to see the same as shown below.

Any help will be greatly appreciated in resolving this issue