liuxunorg opened a new pull request #168: SUBMARINE-365. Exposing the Submarine Workbench in the Kind URL: https://github.com/apache/submarine/pull/168 ### What is this PR for? submarine runs on the private network of k8s, We expose the port of the submarine workbench through k8s ingress nginx, This allows users to access outside the k8s cluster or directly. #### Execution kind-cluster-build.sh 1. Create a new kind cluster, If you already have kind cluster, you need deleted before. ``` kind delete cluster ./submarine-cloud/hack/kind-cluster-build.sh ``` 2. Do you want to run submarine in kind cluster now? [y/n] `y` + Automation pull `submarine-operation` & `submarine-server` docker image from https://hub.docker.com/r/apache/submarine/tags + Automation push `submarine-operation` & `submarine-server` docker image in Kind cluster + launch `submarine-operation` & `submarine-server` by yaml + You can open your browser and access the submarine workbench at `http://127.0.0.1/` ### What type of PR is it? [Feature] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/SUBMARINE-365 ### How should this be tested? * https://travis-ci.org/liuxunorg/submarine/builds/643354689 ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
