StackState images

Installing StackState

This page describes StackState version 4.0.

The StackState 4.0 version range is End of Life (EOL) and no longer supported. We encourage customers still running the 4.0 version range to upgrade to a more recent release.

Go to the documentation for the latest StackState release.

StackState images

This page describes the images used by the StackState Helm chart and how to configure the registry, repository and tag used to pull them.

Serving the images from a different image registry

Pulling the images from the different image registries can take some time when pod are started, either when the application starts for the first time or when it is being scaled to a new node. Also, if one of those registries is not accessible, the pods won't start.

To address this issue, you can copy all the images to a single registry, close to your Kubernetes cluster, and configure the Helm chart to pull the images from that registry:

  1. Set up a registry close to your Kubernetes cluster.

  2. Use the copy_images.sh script in the installation directory to copy all the images used by the Helm chart to that registry, e.g.:

    ./stackstate/installation/copy_images.sh -d 57413481473.dkr.ecr.eu-west-1.amazonaws.com
  3. Add the registry to the global configuration section in your values.yaml, e.g.:

    global:
     imageRegistry: 57413481473.dkr.ecr.eu-west-1.amazonaws.com

Configuration

Last updated