Commit a036c1f
velero: document the single-node assumption in kube_discovery
The agent pod is pinned to its own node via
DD_KUBERNETES_KUBELET_HOST/NODENAME, correct Kubelet-AD semantics, but it
means this helper only produces complete results when discovery targets
share a node with the agent pod. That holds for velero's single-node
kind cluster today, but the module bills itself as generic scaffolding
for future kind-based integrations without mentioning the constraint.
Document it so a future multi-node adopter doesn't have to rediscover it
from a flaky failure.
Environment: Datadog workspace
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 260ad26 commit a036c1f
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
0 commit comments