Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting DataFlow URL from kubectl install needs update #443

Closed
cppwfs opened this issue May 17, 2022 · 0 comments · Fixed by #445
Closed

Getting DataFlow URL from kubectl install needs update #443

cppwfs opened this issue May 17, 2022 · 0 comments · Fixed by #445

Comments

@cppwfs
Copy link
Contributor

cppwfs commented May 17, 2022

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

@cppwfs cppwfs changed the title Getting DataFlow URL from kubectl install need update Getting DataFlow URL from kubectl install needs update May 17, 2022
cppwfs added a commit to cppwfs/dataflow.spring.io that referenced this issue May 23, 2022
* Reordered the doc so that cleanup is at the end
* Assorted cleanup
* Resolves spring-io#443
onobc pushed a commit that referenced this issue May 26, 2022
* Reordered the doc so that cleanup is at the end
* Assorted cleanup
* Resolves #443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant