Troubleshooting

StackState Self-hosted v5.1.x

Quick troubleshooting guide

Here is a quick guide for troubleshooting the startup of StackState on Kubernetes and Linux:

  1. Check that the install completed successfully and the release is listed:

    helm list --namespace stackstate
  2. Check that all pods in the StackState namespace are running:

    kubectl get pods
  3. Check the logs for errors.

  4. Check the Knowledge base on the StackState Support sitearrow-up-right.

Known issues

Check the StackState support Knowledge basearrow-up-right to find troubleshooting steps for all known issues.

Last updated