Installation

Prerequisites Copied

The following must be installed before installing the Signal Forecaster app:

Install Copied

Caution

Before upgrading to Forecaster 2.1.0, you must first uninstall all Obcerv apps. Due to a breaking change in a core library (Spring Boot), 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.
  1. Create a chart config file, such as forecaster.yaml with content similar to the following:
ingress:
  annotations:
    kubernetes.io/ingress.class: "nginx"
    nginx.org/mergeable-ingress-type: "minion"

Your ingress controller may require custom annotations on the ingress (this example is for ingress-nginx).

  1. Install the chart:
helm install -n <namespace> -f forecaster.yaml obcerv-app-signal-forecaster \
itrs/obcerv-app-signal-forecaster \
--version 2.1.0 --wait

Uninstall Copied

helm uninstall -n <namespace> obcerv-app-signal-forecaster 

Upgrade Copied

To upgrade the app, first uninstall and then install it again using the new version.

["Obcerv"] ["Obcerv > Forecaster"] ["Technical Reference"]

Was this topic helpful?