notes(bf-21081): verify SealedSecret already exists, actual blocker is insufficient CPU
This commit is contained in:
parent
d867ef4440
commit
34a7638a3f
1 changed files with 12 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ feat(apexalgo-iad): add acb-postgres-credentials SealedSecret for ai-code-battle
|
|||
Fixes #bf-21081
|
||||
```
|
||||
|
||||
## Current Verification (2026-06-04)
|
||||
## Current Verification (2026-06-04 00:15 UTC)
|
||||
|
||||
SealedSecret exists and is synced in cluster:
|
||||
```
|
||||
|
|
@ -24,7 +24,17 @@ NAME STATUS SYNCED AGE
|
|||
acb-postgres-credentials True ~15m
|
||||
```
|
||||
|
||||
The SealedSecret was successfully unsealed - the `acb-postgres-credentials` secret exists in the `ai-code-battle` namespace.
|
||||
The SealedSecret was successfully unsealed - the `acb-postgres-credentials` secret exists in the `ai-code-battle` namespace with 2 data keys (username, password).
|
||||
|
||||
### Pod Status (still Pending due to CPU)
|
||||
```
|
||||
acb-index-builder-6669fdbc95-nxwhf 0/1 Pending 0 91m
|
||||
acb-matchmaker-64f6dc5985-vkbbl 0/1 Pending 0 91m
|
||||
acb-worker-bf5bfdb98-g9jnn 0/1 Pending 0 91m
|
||||
acb-worker-bf5bfdb98-mhvn6 0/1 Pending 0 91m
|
||||
```
|
||||
|
||||
Event: `Warning FailedScheduling 0/3 nodes are available: 3 Insufficient cpu.`
|
||||
|
||||
## Actual Blocker: Insufficient CPU
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue