noidname01 commented on a change in pull request #598: URL: https://github.com/apache/submarine/pull/598#discussion_r646294904
########## File path: submarine-cloud-v2/README.md ########## @@ -57,21 +64,25 @@ go build -o submarine-operator kubectl create ns submarine-admin kubectl apply -n submarine-admin -f artifacts/examples/example-submarine.yaml -# Step3: "submarine-operator" will perform port-forwarding automatically. +# Step3: Exposing Service +# Using minikube ip + NodePort +$ minikube ip # you'll get the IP address of minikube, ex: 192.168.49.2 -# Step4: View workbench (127.0.0.1:32080) with your web browser +# Step4: View workbench +# http://{minikube ip}:32080, ex: http://192.168.49.2:32080 Review comment: It seems that you miss the url to expose, but I don't know what's the reason.  I will add method2 to make sure everyone can access to the service. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
