Install

Important

This information refers to the previous helm install method. For the streamlined Kubernetes Off-the-Shelf (KOTS) method, you can select the apps you want to install during Platform installation.

Prerequisites Copied

The following must be installed before installing the Entity Viewer app:

If you have Gateways publishing data to ITRS Analytics, we recommend upgrading to Gateway version 6.8.0 or newer.

Install Copied

To install the app:

  1. Create a chart config file, such as entities.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 -f app.yaml obcerv-app-entities itrs/obcerv-app-entities \
            --version <version number> -n <namespace> --wait

Uninstall Copied

helm uninstall obcerv-app-entities -n itrs

Upgrade Copied

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

["ITRS Analytics"] ["ITRS Analytics > Entity Viewer"] ["User Guide"]

Was this topic helpful?