Need urgent help: Pod lost access to mounted files after auth error (ClawCloud Run)

Viewed 18

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

  1. How to confirm whether my original PVC/PV is still attached/recoverable.
  2. Best way to recover files safely (prefer read-only mount to recovery pod).
  3. Whether this could be caused by pod recreation/remount mismatch rather than real deletion.
  4. 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!


1 Answers

Same issue here. My pods have been stuck in Terminating for days due to a node containerd failure, and I can't inspect or recover data because of RBAC restrictions. Unfortunately, as namespace users we have no permissions to fix this. We really need official help from ClawCloud to access our data before the shutdown. Hope they respond to us all.