Install the agent
Install the Helm toolkit.
Add the Helm Atatus repo
helm repo add atatus https://atatus.github.io/helm-charts
Update the helm chart repo
helm repo update
Create
atatus_values.yaml
file# atatus_values.yaml atatus: license_key: "lic_infra_*************" logs_enabled: true cluster_name: "my-cluster"
Please update your infra
license_key
andcluster_name
.Install the chart, replacing
<RELEASE_NAME
with your release name:helm install <RELEASE_NAME> -f atatus_values.yaml atatus/atatus-agent
Upgrade
If you make any changes in the
atatus_values.yaml
file, then upgrade your Atatus Helm charthelm upgrade <RELEASE_NAME> -f atatus_values.yaml atatus/atatus-agent