×
Installation
Prerequisites
The following must be installed before installing the Signal Forecaster app:
Lifecycle
Caution
Before upgrading to Forecaster 1.2.0, you must first uninstall all Obcerv apps. Due to Web Platform security changes, you need to upgrade all Obcerv apps at the same time. Make sure that you reinstall the latest mutually compatible versions of Obcerv apps. See the Obcerv Compatibility Matrix.
Install
- Create a chart config file, such as
forecaster.yaml
with content similar to the following:
externalHostname: www.obcerv.local
ingress:
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.org/mergeable-ingress-type: "minion"
- The
externalHostname
parameter must match the DNS name configured for the Web-Console. - Your ingress controller may require custom annotations on the ingress (this example is for ingress-nginx).
- Install the chart:
helm install -n <namespace> -f forecaster.yaml obcerv-app-signal-forecaster \
itrs/obcerv-app-signal-forecaster \
--version 1.2.0 --wait
Uninstall
helm uninstall -n <namespace> obcerv-app-signal-forecaster
Upgrade
To upgrade the app, first uninstall and then install it again using the new version.
["Obcerv"]
["User Guide"]