From e8d6d0d55b5cf23eb2e9b312c30e9babf5a53c28 Mon Sep 17 00:00:00 2001 From: Ruk Doe Date: Sat, 19 Sep 2026 23:15:30 +0900 Subject: [PATCH] =?UTF-8?q?k8up:=20rybbit=20=E3=81=AE=20Schedule=20?= =?UTF-8?q?=E3=81=AE=E5=BE=8C=E3=82=8D=E3=81=AB=20---=20=E3=81=8C=E7=84=A1?= =?UTF-8?q?=E3=81=8F=20check=20=E3=81=AE=E6=96=87=E6=9B=B8=E3=81=A8?= =?UTF-8?q?=E6=B7=B7=E3=81=96=E3=81=A3=E3=81=A6=E6=B6=88=E3=81=88=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92=E7=9B=B4=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kubectl の dry-run で rybbit が出ていないのを見落としていた(check だけ出ていた)。 Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01JgGYf5qbjDXYhtzcpLsGvv --- apps/k8up/schedules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/k8up/schedules.yaml b/apps/k8up/schedules.yaml index 1425992..3ae538d 100644 --- a/apps/k8up/schedules.yaml +++ b/apps/k8up/schedules.yaml @@ -351,7 +351,7 @@ spec: keepWeekly: 4 keepMonthly: 6 tags: [k8up] - +--- # リポジトリの健全性チェック。これだけ 1 本。 # ホストの `backup/k3s-backup` が `restic check --read-data-subset=5%` を回していたぶんで、 # Talos に移るとあれが無くなるので k8up 側に置いておく。