stackstate
:values.yaml
values.yaml
is required to deploy StackState with Helm. It contains your StackState license key, API key and other important information. The generate_values.sh
script in the installation directory of the Helm chart will guide you through generating the file.helm repo update
.generate_values.sh
script in two ways:-n
to pass configuration on the command line, this is useful for scripting.-b
https://stackstate.internal
. If you haven't decided on an Ingress configuration yet, use http://localhost:8080
. This can be updated later in the generated file.-u
-p
-l
-a
-d
admin
) to access StackState's UI. This can be omitted from the command line, the script will prompt for it.-k
-k
will both enable automatic Kubernetes support and set the cluster name. In interactive mode, you will first be asked if you want to automatically install the Kubernetes StackPack.values.yaml
file somewhere safe. You can reuse this file for upgrades, which will save time and (more importantly) will ensure that StackState continues to use the same API key. This is desirable as it means agents and other data providers for StackState will not need to be updated.values.yaml
file to deploy the latest StackState version to the stackstate
namespace with the following command:https://localhost:8080
. Log in with the username admin
and the default password provided in the values.yaml
file.