How are you able to access the Kubeflow dashboard?

30 Views Asked by At

I am new to kubeflow and I am trying to access the dashboard, but no success. I am running kubernetes locally installed via minikube. My lasta attempt was running the following command:

kubectl create -f https://github.com/kubeflow/kubeflow/master/components/centraldashboard/config/centraldashboard-config.yaml -n kubeflow

But it gives the following error: "kubectl create -f https://github.com/kubeflow/kubeflow/blob/master/components/centraldashboard/config/centraldashboard-config.yaml -n kubeflow error: error parsing https://github.com/kubeflow/kubeflow/blob/master/components/centraldashboard/config/centraldashboard-config.yaml: error converting YAML to JSON: yaml: line 206: mapping values are not allowed in this context "

Any help will be much appreciated.

Tried many other things according to gemini

0

There are 0 best solutions below