Scott Baker | 6965439 | 2021-09-17 13:50:16 -0700 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2021 Open Networking Foundation |
| 2 | # |
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 4 | |
| 5 | Thank you for installing {{ .Chart.Name }} Helm chart. |
| 6 | |
| 7 | Your release is named {{ .Release.Name }} in namespace {{.Release.Namespace}}. |
| 8 | See https://docs.onosproject.org/developers/deploy_with_helm/ |
| 9 | |
| 10 | To learn more about the release, try: |
| 11 | $ helm -n {{.Release.Namespace}} status {{ .Release.Name }} |
| 12 | $ helm -n {{.Release.Namespace}} get all {{ .Release.Name }} |
| 13 | $ watch kubectl -n {{.Release.Namespace}} get pods |
| 14 | |
| 15 | You can attach to: |
| 16 | * Aether CLI pod with |
| 17 | $ kubectl -n {{.Release.Namespace}} exec -it $(kubectl -n {{.Release.Namespace}} get pods -l type=cli -o name) -- /bin/sh |
| 18 | * Aether Portal at http://<server_IP>:31190 |
| 19 | |
| 20 | If you are using KinD as a Kubernetes server, you will have to use a "port-forward" to access the Aether ROC GUI e.g. |
Sean Condon | b44c6ce | 2021-10-01 15:29:32 +0100 | [diff] [blame] | 21 | $ kubectl -n {{.Release.Namespace}} port-forward service/aether-roc-gui 8183:80 |
Scott Baker | 6965439 | 2021-09-17 13:50:16 -0700 | [diff] [blame] | 22 | and then access the GUI at |
| 23 | * http://localhost:8183 |
| 24 | |
| 25 | The aether-roc-api is then available at http://localhost:8183/aether-roc-api |