This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 1959095 SUBMARINE-718. Update Submarine Server on K8s docs
1959095 is described below
commit 195909599c900f19f21c590ba72bb164841db252
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Wed Jan 27 17:40:46 2021 +0800
SUBMARINE-718. Update Submarine Server on K8s docs
### What is this PR for?
Upate the docs per my own experience
### What type of PR is it?
Improvement
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-718
### How should this be tested?
doc. no test required.
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? Yes
Author: Wei-Chiu Chuang <[email protected]>
Signed-off-by: Kevin <[email protected]>
Closes #501 from jojochuang/SUBMARINE-718 and squashes the following
commits:
d665ed9 [Wei-Chiu Chuang] Update docs.
---
docs/userdocs/k8s/README.md | 2 +-
docs/userdocs/k8s/helm.md | 19 ++++++++++++++-----
2 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/docs/userdocs/k8s/README.md b/docs/userdocs/k8s/README.md
index 63f5326..3db4bda 100644
--- a/docs/userdocs/k8s/README.md
+++ b/docs/userdocs/k8s/README.md
@@ -31,7 +31,7 @@ We have validated Submarine on the following versions:
| 1.15.x | √ |
| 1.16.x | √ |
| 1.17.x | To be verified |
-| 1.17.x | To be verified |
+| 1.18.x | To be verified |
## Install Submarine
diff --git a/docs/userdocs/k8s/helm.md b/docs/userdocs/k8s/helm.md
index 99d68e2..6a79e4e 100644
--- a/docs/userdocs/k8s/helm.md
+++ b/docs/userdocs/k8s/helm.md
@@ -93,11 +93,6 @@ NodePort for external access.\
Please refer to `./helm-charts/submarine/charts/traefik/values.yaml` and
[Traefik docs](https://docs.traefik.io/)
for more details if you want to customize the default value for Traefik.
-```
-# Use nodePort and Traefik ingress controller by default.
-# To access the submarine server, open the following URL in your browser.
-http://127.0.0.1:32080
-```
*Notice:*
If you use `kind` to run local Kubernetes cluster,
@@ -114,6 +109,20 @@ nodes:
hostPort: [the port you want to access]
```
+
+```
+# Use nodePort and Traefik ingress controller by default.
+# To access the submarine server, open the following URL in your browser.
+http://127.0.0.1:32080
+```
+
+
+If minikube is installed, use the following command to find the URL to the
Submarine server.
+```
+$ minikube service submarine-traefik --url
+```
+
+
### Uninstall Submarine
```bash
helm delete submarine
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]