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.
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:
Set up a registry close to your Kubernetes cluster.
For Amazon Elastic Kubernetes Service (EKS), use Amazon Elastic Container Registry (ECR).
For Azure Kubernetes Service (AKS), use Azure Container Registry (ACR).
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.:Add the registry to the global configuration section in your
values.yaml
, e.g.:
Configuration
Last updated