Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.22 KB

Lightstep Satellite Helm Chart:

This is a helm chart used to deploy a Lightstep satellite. All configuration should be made in the values.yaml file. Nothing else should need to be modified. This does not include metrics monitoring and the extra containers of the StatsD exporter or endpoints.

Required Configuration:

The minimum configuration for this to work is for the user to input either a Satellite API key or point to a kubernetes secret that contains the Satellite API key.

If you're using an existing secret, enter the name and key of the secret that stores your satellite API key. The values.yaml requires values for the secret name and secret key value, as below:

$ kubectl describe secret ${collector_satellite_key_secret_name}

Name: collector_satellite_key_secret_name

Namespace: default

Labels:

Annotations:

Type: Opaque

Data

collector_satellite_key_secret_key: 390 bytes

Running the helm chart:

In order to install the helm chart, clone the project, input your satellite key (and any other configuration desired) and then run helm install satellite lightstep-satellite-helm-chart, or match the file path to the directory you installed.