You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: