EV-6500: Fix BGP metrics mTLS docs and simplify troubleshooting#2603
Merged
ctauchen merged 8 commits intotigera:mainfrom Mar 23, 2026
Merged
EV-6500: Fix BGP metrics mTLS docs and simplify troubleshooting#2603ctauchen merged 8 commits intotigera:mainfrom
ctauchen merged 8 commits intotigera:mainfrom
Conversation
…leshooting BGP metrics in Enterprise/Cloud use mTLS, so the endpoint URL should be https not http. Added inline mTLS access instructions to bgp-metrics pages. Simplified byo-prometheus troubleshooting by collapsing 5 manual steps into a single jsonpath-based extraction command. Hardcoded tigera-prometheus namespace throughout. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
… fix frontmatter typo Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…oubleshooting compression The byo-prometheus pages need $NAMESPACE to remain user-configurable. Only the troubleshooting section is simplified (jsonpath extraction, removed $: prefixes, fixed $cert typo). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tion The TLS secrets always live in tigera-prometheus, so hardcode that namespace in the troubleshooting jsonpath commands. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ctauchen
approved these changes
Mar 23, 2026
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.

Summary
http://tohttps://since Enterprise/Cloud use mTLSjsonpath-based extraction commandtigera-prometheusnamespace instead of requiring users to export a variable$:prompt prefixes and fix$certtypo in troubleshooting commandsTest plan
kubectl get secret -n tigera-prometheus ... -o jsonpathcommands work on a live cluster🤖 Generated with Claude Code