Skip to content

Commit

Permalink
Merge pull request #278 from avinashvishwanath/devel
Browse files Browse the repository at this point in the history
Issue #277: Updated .md files for Omnia Core and Appliance
  • Loading branch information
lwilson authored Mar 8, 2021
2 parents 9f73017 + df66ec4 commit 5fb03dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/INSTALL_OMNIA.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL_OMNIA_APPLIANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 10 additions & 6 deletions docs/MONITOR_CLUSTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5fb03dc

Please sign in to comment.