kubeflow / website

Kubeflow Website
https://www.kubeflow.org
Creative Commons Attribution 4.0 International
149 stars 773 forks source link

Add documentation or a link to documentation in Profiles & Namespaces #3647

Open StathisKap opened 10 months ago

StathisKap commented 10 months ago

I've just gotten started with Kubeflow and it seems amazing this far. I'd like to set up an ingress in my k3s cluster, and the manifests documentation doesn't mention how I'd do that I think It'd be nice if it was mentioned here https://www.kubeflow.org/docs/components/central-dash/access/#kubectl-port-forwarding

vikas-saxena02 commented 7 months ago

@StathisKap the command kubectl port-forward svc/istio-ingressgateway -n ${ISTIO_NAMESPACE} 8080:80 is already mentioned