You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by ww...@apache.org on 2020/10/28 06:17:34 UTC

[incubator-yunikorn-site] branch master updated: YUNIKORN-454: Update web UI port documentation in the yunikorn website master version (#30)

This is an automated email from the ASF dual-hosted git repository.

wwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 647645f  YUNIKORN-454: Update web UI port documentation in the yunikorn website master version (#30)
647645f is described below

commit 647645ff33a76271c9bd9261445d76a7f75992eb
Author: Akhil PB <ak...@apache.org>
AuthorDate: Wed Oct 28 11:38:48 2020 +0530

    YUNIKORN-454: Update web UI port documentation in the yunikorn website master version (#30)
---
 docs/assets/yk-ui-master-screenshots.gif | Bin 0 -> 813848 bytes
 docs/get_started/get_started.md          |   9 ++++-----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/assets/yk-ui-master-screenshots.gif b/docs/assets/yk-ui-master-screenshots.gif
new file mode 100644
index 0000000..77dec56
Binary files /dev/null and b/docs/assets/yk-ui-master-screenshots.gif differ
diff --git a/docs/get_started/get_started.md b/docs/get_started/get_started.md
index e726c5c..6b7d657 100644
--- a/docs/get_started/get_started.md
+++ b/docs/get_started/get_started.md
@@ -57,17 +57,16 @@ helm uninstall yunikorn --namespace yunikorn
 ## Access the Web UI
 
 When the scheduler is deployed, the web UI is also deployed in a container.
-Port forwarding for the web interface on the standard ports can be turned on via:
+Port forwarding for the web interface on the standard port can be turned on via:
 
 ```
 kubectl port-forward svc/yunikorn-service 9889:9889 -n yunikorn
-kubectl port-forward svc/yunikorn-service 9080:9080 -n yunikorn
 ```
 
-`9889` is the default port for Web UI, `9080` is the default port of scheduler's Restful service where web UI retrieves info from.
-Once this is done, web UI will be available at: http://localhost:9889.
+`9889` is the default port for web UI.
+Once this is done, web UI will be available at: `http://localhost:9889`.
 
-![UI Screenshots](./../assets/yk-ui-screenshots.gif)
+![UI Screenshots](./../assets/yk-ui-master-screenshots.gif)
 
 YuniKorn UI provides a centralised view for cluster resource capacity, utilization, and all application info.