且笑风尘不敢造次 (@showyoubetter)从run.claw.cloud上拯救下自己不太重要的数据 中发帖

前提: 数据保存在挂载目录 
简单概括就是



停止原来pod


ai辅助我完成的, 具体看下面


https://www.perplexity.ai/search/https-question-run-claw-cloud-_N2NixzRQxyfpFN_UXNH9A




新建pod


使用vim新建yaml文件
apiVersion: v1
kind: Pod
metadata:
name: pvc-rescue
namespace: ns-59jre8sd
spec:
restartPolicy: Never
containers:
- name: rescue
image: busybox:1.36
command: ["sh", "-c", "sleep 7d"]
volumeMounts:
- name...