I am trying to install kubeflow locally
some of the componenets from kubeflow are in still pending status.
Checked the pods describe it show insufficient memory.
Type Reason Age From Message
Warning FailedScheduling 20s (x7 over 7m1s) default-scheduler 0/1 nodes are available: 1 Insufficient memory. preemption: 0/1 nodes are available: 1 No preemption victims found for incoming pod..
now once use this command for minikube with increased resource
minikube start –cpus=6 –memory=10240
it thows the error
X Exiting due to MK_USAGE: Docker Desktop has only 7798MB memory but you specified 10240MB
I want to increase the memory in docker desktop so that kubeflow components should work.
I am trying to install kubeflow locally