Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

opzkit/terraform-aws-k8s-addons-grafana-agent-operator

Folders and files

NameName
Last commit message
Last commit date
Feb 17, 2025
Jul 3, 2023
Jan 31, 2025
Feb 9, 2025
Feb 5, 2025
Oct 21, 2022
Jun 28, 2024
Oct 21, 2022
Jan 30, 2025
Jul 4, 2023
Feb 9, 2025
Jul 31, 2023
Jan 30, 2025
Jan 17, 2023
Feb 14, 2023

Repository files navigation

terraform-aws-k8s-addons-grafana-agent-operator

Deprecated! Migrate to Grafana Alloy using K8S-monitoring

A terraform module which provides the custom addon for grafana-agent-operator to be used together with opzkit/k8s/aws.

How to update the module to a new version of the operator

Update the chart-versions in grafana/kustomization.yaml and ksm/kustomization.yaml. Also update versions in any custom-resources that are versioned (i.e. monitoring.grafana.com/v1alpha1/GrafanaAgent) as well as the version in output.tf.

Remove any existing downloaded charts:

rm -rf grafana/charts ksm/charts

Run the kustomizations like below

kubectl kustomize . -o grafana-agent.yaml --enable-helm

Check the changes and if everything looks correct, update version, commit, push and PR.

Upgrade notes

v0.26.1

The update to version 0.26.2 changes the label selector of the grafana-agent-operator deployment which cannot be handled automatically. Please remove the deployment manually before applying the new version.