blob: 9e22a670509691d196475f934050f9c4f182d580 [file] [log] [blame]
Scott Baker69654392021-09-17 13:50:16 -07001# SPDX-FileCopyrightText: 2021 Open Networking Foundation
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
Scott Baker69654392021-09-17 13:50:16 -07004
5Thank you for installing {{ .Chart.Name }} Helm chart.
6
7Your release is named {{ .Release.Name }} in namespace {{.Release.Namespace}}.
8See https://docs.onosproject.org/developers/deploy_with_helm/
9
10To 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
15You 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
20If 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 Condonb44c6ce2021-10-01 15:29:32 +010021$ kubectl -n {{.Release.Namespace}} port-forward service/aether-roc-gui 8183:80
Scott Baker69654392021-09-17 13:50:16 -070022and then access the GUI at
23* http://localhost:8183
24
25The aether-roc-api is then available at http://localhost:8183/aether-roc-api