The four platform-specific deployment guides under `docs/environment-setup/` all reference Helm chart names that no longer exist:
- `tracebloc/eks` (EKS guide)
- `tracebloc/aks` (Azure guide)
- `tracebloc/bm` (macOS + Linux local guides)
Per-platform charts were consolidated into the unified `tracebloc/tracebloc` chart in tracebloc/client commit `bd74124`. The `aks/`, `eks/`, and `bm/` directories are now empty. Anyone following the current docs hits a 404 at `helm install`.
Also stale across these guides:
- `azure-deployment-guide.md:1` literally says `old content` in the title.
- No mention of the unified-chart consolidation.
- No mention of the NetworkPolicy/CNI prerequisite (chart's training-pod egress lockdown silently no-ops on incompatible CNIs).
- No reference to the standalone installer (`bash <(curl -fsSL https://tracebloc.io/i.sh)\` / `irm https://tracebloc.io/i.ps1 | iex`) — recently surfaced in tracebloc/client#104.
- Self-upgrade CronJob, requests-proxy security model, `tracebloc-node-agents` namespace — none mentioned.
Acceptance criteria
The four platform-specific deployment guides under `docs/environment-setup/` all reference Helm chart names that no longer exist:
Per-platform charts were consolidated into the unified `tracebloc/tracebloc` chart in tracebloc/client commit `bd74124`. The `aks/`, `eks/`, and `bm/` directories are now empty. Anyone following the current docs hits a 404 at `helm install`.
Also stale across these guides:
Acceptance criteria