Skip to content

install: route kind component deploys through the overlays - #703

Open
NekoPunch (orangeCatDeveloper) wants to merge 1 commit into
agent-substrate:mainfrom
orangeCatDeveloper:kind-component-deploys
Open

install: route kind component deploys through the overlays#703
NekoPunch (orangeCatDeveloper) wants to merge 1 commit into
agent-substrate:mainfrom
orangeCatDeveloper:kind-component-deploys

Conversation

@orangeCatDeveloper

@orangeCatDeveloper NekoPunch (orangeCatDeveloper) commented Aug 2, 2026

Copy link
Copy Markdown

Fixes #702

Summary

--deploy-atenet and --deploy-ate-apiserver applied base manifests directly, skipping the kind overlay's OTel env patches, so components deployed through those flags silently exported telemetry to the GKE-only collector address. They now route through per-component kind overlays the way --deploy-atelet already does, with the root kind overlay composing the three so each patch exists in exactly one place. hack/verify/kind-overlays.sh (picked up by verify-all.sh) guards the routing, the render equivalence, and the per-container env values.

Test plan

  • Pre/post-refactor full kind renders are byte-identical across all 57 resources.

  • Six negative injections each fail the verifier (helper bypassed, container renamed, env values changed or deleted, duplicate patch re-added at root).

  • Real kind cluster: --deploy-atenet lands the otel-system endpoint without manual intervention; the metrics e2e suite went from a 120s timeout to a sub-second pass.

  • bash -n, hack/verify/shellcheck.sh, and hack/verify/boilerplate.sh pass.

  • Tests pass

  • Appropriate changes to documentation are included in the PR (none needed)

--deploy-atenet and --deploy-ate-apiserver applied base manifests
directly, skipping the kind overlay's OTel env patches — components
silently exported telemetry to the GKE-only collector address. All
per-component deploys now share component_manifests(), the root kind
overlay composes the component overlays so each patch exists exactly
once, and hack/verify/kind-overlays.sh guards the routing, the render
equivalence, and the per-container env values. Fixes agent-substrate#702.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

install-ate.sh: kind component deploys use GKE OTel endpoint

1 participant