Add cluster_name label requirement to AlertManager integration docs#2012
Add cluster_name label requirement to AlertManager integration docs#2012Avi-Robusta merged 1 commit intomasterfrom
Conversation
Add the same cluster_name/cluster label verification note that exists in the "Send Alerts to Robusta" section to the "Send Alerts to Robusta with API Key" section, renumbering subsequent steps accordingly. https://claude.ai/code/session_01XbDk2RmpFufF1fr1EpD1EH
|
✅ Docker image ready for
Use this tag to pull the image for testing. 📋 Copy commandsgcloud auth configure-docker us-central1-docker.pkg.dev
docker pull us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:bb65ca6
docker tag us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:bb65ca6 me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:bb65ca6
docker push me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:bb65ca6Patch Helm values in one line: helm upgrade --install robusta robusta/robusta \
--reuse-values \
--set runner.image=me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:bb65ca6 |
|
No actionable comments were generated in the recent review. 🎉 WalkthroughDocumentation update to AlertManager integration workflow that adds a preliminary validation step for cluster labels and reorders subsequent API key configuration steps. Updates example credentials to use ACCOUNT_ID and API_KEY format. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Summary
Updated the AlertManager integration documentation to include a prerequisite step about verifying cluster identification labels before configuring third-party AlertManagers.
Key Changes
cluster_nameorclusterlabel matching the cluster_name defined in Robusta's configurationDetails
This documentation change emphasizes an important configuration requirement that was previously missing from the setup instructions. The cluster identification label is critical for the system to correctly route alerts from third-party AlertManagers to the appropriate robusta-runner, preventing alerts from being sent to the wrong cluster.
https://claude.ai/code/session_01XbDk2RmpFufF1fr1EpD1EH