blob: 1df8129fcec8b4e02ed5cdfde21700fbfe56a194 [file] [log] [blame]
# SPDX-FileCopyrightText: 2021 Open Networking Foundation
#
# SPDX-License-Identifier: Apache-2.0
Thank you for installing {{ .Chart.Name }} Helm chart.
Your release is named {{ .Release.Name }} in namespace {{.Release.Namespace}}.
See https://docs.onosproject.org/developers/deploy_with_helm/
To learn more about the release, try:
$ helm -n {{.Release.Namespace}} status {{ .Release.Name }}
$ helm -n {{.Release.Namespace}} get all {{ .Release.Name }}
{{ .Release.Name }} forwards Prometheus alerts to listening Web Sockets (in browser sessions).
If you are using KinD as a Kubernetes server you will have to add a "port-forward" to access the {{ .Release.Name }} e.g.
$ kubectl -n {{.Release.Namespace}} port-forward service/{{ .Release.Name }} 8181