采纳
我在K8s集群中创建了一个测试Pod,动态创建PersistentVolume来存储测试结果。
Pod
PersistentVolume
我想获取volume的内容。这似乎是很自然的事情。比如像kubectl download pv <id>。
kubectl download pv <id>
如何获取PersistentVolume的内容?