Description
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.
canonical/bundle-kubeflow#1254
The notebooks are attached to K8 PVC volumes where I got data which is not checked-in to git. I am trying to recover the same and tried accessing the webui of microk8s and 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.
But from command line I can access the same as shown below
$ kubectl get nodes -A
NAME STATUS ROLES AGE VERSION
mlin01 Ready <none> 9d v1.32.3
mlst01 Ready <none> 9d v1.32.3
mltr01 Ready <none> 9d v1.32.3
Any help will be greatly appreciated in resolving this issue