blob: 1df8129fcec8b4e02ed5cdfde21700fbfe56a194 [file] [log] [blame]
Sean Condond7d18342021-10-11 14:25:27 +01001# SPDX-FileCopyrightText: 2021 Open Networking Foundation
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
Sean Condond7d18342021-10-11 14:25:27 +01004
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
14{{ .Release.Name }} forwards Prometheus alerts to listening Web Sockets (in browser sessions).
15
16If you are using KinD as a Kubernetes server you will have to add a "port-forward" to access the {{ .Release.Name }} e.g.
17$ kubectl -n {{.Release.Namespace}} port-forward service/{{ .Release.Name }} 8181