From bf99ce2bd17d06dc7ea257e7b6f40c57f6e6ad42 Mon Sep 17 00:00:00 2001 From: Jeroen Grusewski Date: Tue, 21 Jul 2026 07:33:33 +0000 Subject: [PATCH] =?UTF-8?q?docs(vrp):=20CronJob=20verified=20absent=20on?= =?UTF-8?q?=20cluster=20=E2=80=94=20removal=20fully=20complete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- docs/superpowers/VRP-REMOVAL-TODO.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/superpowers/VRP-REMOVAL-TODO.md b/docs/superpowers/VRP-REMOVAL-TODO.md index f09c091..84fa418 100644 --- a/docs/superpowers/VRP-REMOVAL-TODO.md +++ b/docs/superpowers/VRP-REMOVAL-TODO.md @@ -18,10 +18,12 @@ full suite green (2018 passed, 2 skipped), whole-branch review clean (no Critica - The generic freeze-staleness health axis (`_FREEZE_SOURCES = {"opra-pit"}`) stays - `deribit_funding` (carry edge) untouched -## Outstanding — a DEPLOY action (not code) -The `fxhnt-opra-backfill` CronJob **manifest** is removed from git, but if it exists as a live resource on the -bizworx Kapsule it must be deleted by hand: `kubectl delete cronjob fxhnt-opra-backfill` (ns foxhunt). The git -removal does not stop a running cluster resource. +## CronJob cluster-resource — VERIFIED not present (no action needed) +Checked 2026-07-21 on `bizworx-prod-kapsule`: `kubectl get cronjob fxhnt-opra-backfill -n foxhunt` → NotFound, +0 hits cluster-wide. The manifest was never applied live (or already gone), so removing it from git was +sufficient. The 5 surviving foxhunt CronJobs (ucits/bybit/ibkr rebalancers, ucits-volume, factory) are all +non-VRP. -## Not-yet-merged -Branch `chore/remove-vrp-code` — awaiting the operator's merge decision. +## Merged + pushed +Branch `chore/remove-vrp-code` merged to master (`2f957bb`) and pushed to origin. Live on prod after the next +normal git-sync + rollout-restart.