Skip to content

docs: simplest sidecar attach recipe; correct the test counts#59

Merged
CharmingGroot merged 1 commit into
release/v0.1from
docs/sidecar-recipe-counts
Jul 16, 2026
Merged

docs: simplest sidecar attach recipe; correct the test counts#59
CharmingGroot merged 1 commit into
release/v0.1from
docs/sidecar-recipe-counts

Conversation

@CharmingGroot

Copy link
Copy Markdown
Owner

Two fixes from a docs↔implementation audit:

1. Simplest sidecar attach was missing

The sidecar section only showed the k8s manifest. Added the minimal recipe to both READMEs — build the proxy image, docker run it with the policy mounted (default CMD), and set one env var on the agent (OPENAI_BASE_URL). Verified live: image builds (161MB), boots, listens, fail-closes (403) with the upstream down.

2. Test counts were stale

"75 tests / 13 eBPF" missed pasu-daemon (2) + pasu-cli (3) units and the new pasu run kernel E2E (2, PR #58). Corrected to 82 = 62 portable + 20 Linux (14 unit · 6 kernel E2E) in both READMEs + docs/metrics.svg, and added a pasu run row to the claims↔evidence matrix (panel resized; rendered and eyeballed in a browser).

GFM render verified (3 tables intact, no stale "75"). Docs-only.

Two fixes from a docs↔implementation audit:

- The sidecar section showed only the k8s manifest — no minimal recipe. Add
  the simplest attach to both READMEs: build the proxy image, run it with the
  policy mounted (the image's default CMD), and set ONE env var on the agent
  (OPENAI_BASE_URL). Verified live: the image builds (161MB), boots, listens,
  and fail-closes (403) with the upstream down.

- The metrics undercounted: "75 tests / 13 eBPF" missed the pasu-daemon (2)
  and pasu-cli (3) units and the new `pasu run` kernel E2E (2). Correct to
  82 = 62 portable + 20 Linux (14 unit · 6 kernel E2E), and add a `pasu run`
  row to the claims↔evidence matrix in docs/metrics.svg (panel resized).

Signed-off-by: Ho Geun Choi <ohyes9711@gmail.com>
@CharmingGroot
CharmingGroot merged commit 1dc4464 into release/v0.1 Jul 16, 2026
4 checks passed
@CharmingGroot
CharmingGroot deleted the docs/sidecar-recipe-counts branch July 16, 2026 13:12
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.

1 participant