fix(pvcheck/A2): update upgrade-all SKILL.md guard description

The durable /16 proxy fix landed in phase pvfix (2026-06-13).
Update the guard description from "safety net until that lands"
to "belt-and-suspenders even after the /16 fix" — guard logic
unchanged, description now accurate.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
autonomic-bot
2026-06-13 05:58:27 +00:00
parent 1e9337ce89
commit 84e13a7f23

View File

@ -77,8 +77,9 @@ if [ "${VIPFAIL:-0}" -gt 0 ]; then
ssh cc-ci 'docker node ls && docker service ls --format "{{.Replicas}}" | grep -c "/"' # sanity: node Ready, infra back
fi
```
(The durable fix — enlarging the `proxy` subnet to a /16 so it never exhausts — is tracked in
`plan-proxy-vip-exhaustion-fix.md`; this guard is the per-run safety net until that lands.)
(The durable fix — enlarging the `proxy` subnet to a /16 — landed 2026-06-13 (phase pvfix). This guard
remains as belt-and-suspenders even after the /16 fix: it fires on the exact error signature and restarts
docker to reclaim leaked endpoints if VIP exhaustion ever recurs despite the larger subnet.)
## 1. Build the candidate list
Enrolled recipes = the cc-ci `tests/<recipe>/` dirs (same set `ci-test-review` sweeps):