spring-io / dataflow.spring.io

Microsite for Spring Cloud Data Flow

Home Page:https://dataflow.spring.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting DataFlow URL from kubectl install needs update

cppwfs opened this issue · comments

When using docker on Mac machines you can no longer get the service URL by using minikube service --url. You have to create a port-forward to the scdf service. For example:
kubectl port-forward scdf-server-7c999d4d84-5m7zc 9393:80

This instruction needs to be updated.
https://dataflow.spring.io/docs/installation/kubernetes/kubectl/#deploy-data-flow-server

The proper solution is to use hyperkit as the driver when starting a fresh instance of minikube.

Link to #437