kubectl cp appears to be implemented by doing the equivalent of kubectl exec podname -c containername \ tar cf - /whatever/path \ | tar xf -.
確定! 回上一頁