(chore) add associate tasks

This commit is contained in:
Story Crater Bot
2026-08-18 20:41:34 -07:00
parent 3a03a6afb6
commit c42040319f
75 changed files with 909 additions and 236 deletions
+19
View File
@@ -0,0 +1,19 @@
# 0.4 — Diagnose forgejo-gitea stuck Init:0/3
Phase: 0 — Unblock
- [x] Diagnose `forgejo-gitea` stuck `Init:0/3` (3h+) — read init container logs before changing anything
Resolved — `forgejo-gitea` pod Running 1/1 (confirmed via `kubectl get pods -n cicd`, 2026-08-18).
## Command
```bash
kubectl logs -n cicd <forgejo-gitea-pod> -c <init-container-name>
```
## Verify
```bash
kubectl get pods -n cicd # forgejo-gitea 1/1 Running
```