blob: 9496540e2f569dcd34b2d632c29b1000597a06fa [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
SeanCondonf49d7fb2022-05-04 18:13:26 +010017$ kubectl -n {{.Release.Namespace}} exec -it deployment/onos-cli -- /bin/bash
18* Aether Portal at http://<server_IP>:31194
Scott Baker69654392021-09-17 13:50:16 -070019
SeanCondonf49d7fb2022-05-04 18:13:26 +010020The aether-roc-api is then available at http://<server_IP>:31194/aether-roc-api