Hi everyone,
I’m asking for help with a possible data access issue on ClawCloud Run.
Environment
- App namespace:
cliproxy - Pod:
cliproxy-0
What happened
The last log before files became inaccessible was:
[2026-04-22 09:50:39] [warn] Token refresh attempt failed (401)
code: refresh_token_reused
message: "Your refresh token has already been used to generate a new access token."
After that, I could no longer access/find expected files in the mounted directory.
Current blocker
I cannot inspect pod details due to RBAC:
Error from server (Forbidden): pods "cliproxy-0" is forbidden:
User "system:serviceaccount:user-system:***" cannot get resource "pods" in namespace "cliproxy"
What I need help with
- How to confirm whether my original PVC/PV is still attached/recoverable.
- Best way to recover files safely (prefer read-only mount to recovery pod).
- Whether this could be caused by pod recreation/remount mismatch rather than real deletion.
- Minimum RBAC permissions needed to inspect pod/events/PVC in this case.
If anyone has seen similar behavior on ClawCloud Run / Kubernetes, I’d really appreciate guidance.
Thank you!