docs(runbooks): add the vend-failure runbook for the fleet-vend alerts#4
Merged
Conversation
The fleet-vend Grafana alerts (FleetVendReconcileFastBurn/SlowBurn/ProviderAbsent) had no runbook to link — eks-fleet had no docs/runbooks/. Adds vend-failure.md with triage per alert: provider-down/unscraped (ProviderAbsent), and the failing-Workspace drill for the burn alerts — find Workspaces with Synced=False, read the condition message for the real tofu/AWS error (the root cause behind the burn rate), provider log scoping, the budget-burn blast-radius call, and the external-create-pending deadlock recovery (drop the finalizer + direct AWS deletion, never cycle the provider mid-apply), cross-linked to the hub teardown procedure. Closes #3.
CIyamllint + crossplane render passed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The fleet-vend Grafana alerts (
FleetVendReconcileFastBurn/SlowBurn/ProviderAbsent) shipped without arunbook_urlbecause eks-fleet had nodocs/runbooks/. Addsvend-failure.md:Workspacedrill: findSynced=FalseWorkspaces, read the conditionmessagefor the realtofu/AWS error (the root cause behind the burn rate), scope the provider logs, budget-burn blast-radius call.The
runbook_urlbackfill onto the three rules in eks-gitopsdashboards/base/alerting/fleet-vend.yamllands in a companion eks-gitops PR.Closes #3.