浏览代码

Merge pull request #278 from avinashvishwanath/devel

Issue #277: Updated .md files for Omnia Core and Appliance
Lucas A. Wilson 4 年之前
父节点
当前提交
5fb03dcac9
共有 3 个文件被更改,包括 12 次插入8 次删除
  1. 1 1
      docs/INSTALL_OMNIA.md
  2. 1 1
      docs/INSTALL_OMNIA_APPLIANCE.md
  3. 10 6
      docs/MONITOR_CLUSTERS.md

+ 1 - 1
docs/INSTALL_OMNIA.md

@@ -59,7 +59,7 @@ The following __kubernetes__ roles are provided by Omnia when __omnia.yml__ file
 - **k8s_manager** role: 
 	- __helm__ package for Kubernetes is installed.
 - **k8s_firewalld** role: This role is used to enable the required ports to be used by Kubernetes. 
-	- For __head-node-ports__: 6443, 2379-2380,10251,10252
+	- For __head-node-ports__: 6443,2379-2380,10251,10250,10252
 	- For __compute-node-ports__: 10250,30000-32767
 	- For __calico-udp-ports__: 4789
 	- For __calico-tcp-ports__: 5473,179

+ 1 - 1
docs/INSTALL_OMNIA_APPLIANCE.md

@@ -137,7 +137,7 @@ The following __kubernetes__ roles are provided by Omnia when __omnia.yml__ file
 - **k8s_manager** role: 
 	- __helm__ package for Kubernetes is installed.
 - **k8s_firewalld** role: This role is used to enable the required ports to be used by Kubernetes. 
-	- For __head-node-ports__: 6443, 2379-2380,10251,10252
+	- For __head-node-ports__: 6443, 2379-2380,10251,10250,10252
 	- For __compute-node-ports__: 10250,30000-32767
 	- For __calico-udp-ports__: 4789
 	- For __calico-tcp-ports__: 5473,179

+ 10 - 6
docs/MONITOR_CLUSTERS.md

@@ -36,14 +36,18 @@ __Note:__ Kuberenetes and Slurm job can be scheduled only for users with __sudo_
 
 ## Access Kubeflow Dashboard
 
-It is recommended that use port numbers between __8000-8999__ and suggested port number is __8085__.
+It is recommended that you use port numbers between __8000-8999__ and the suggested port number is __8085__.
 
-1. To see which are the ports are in use, use the following command:
+1. To view the ports which are in use, run the following command:
    `netstat -an`
-2. Choose a port number between __8000-8999__ which is not in use.
-3. To run the __kubeflow__ dashboard at selected port number, run the following command:
-   `kubectl port-forward -n kubeflow service/centraldashboard __selected_port_number__:80`
-4. On a web browser installed on the __manager node__, go to http://localhost:selected-port-number/ to launch the kubeflow central navigation dashboard.
+2. Select a port number between __8000-8999__ which is not in use.
+3. To run the **Kubeflow Dashboard** at selected port number, run one of the following commands:  
+	`kubectl port-forward -n kubeflow service/centraldashboard __selected_port_number__:80`  
+	(Or)  
+	`kubectl port-forward -n istio-system svc/istio-ingressgateway __selected_port_number__:80`
+4. On a web browser installed on the manager node, go to http://localhost:selected-port-number/ to launch the Kubeflow Central Dashboard.  
+
+For more information about the Kubeflow Central Dashboard, see https://www.kubeflow.org/docs/components/central-dash/overview/.
 
 ## Access JupyterHub Dashboard