/kubectl-kopy

Download contents from persistent volumes on your cluster

Primary LanguageGoApache License 2.0Apache-2.0

kubectl-kopy

A kubectl plugin to gather all PVs and select one to download its content.

Quick Start

Install kopy via krew

kubectl krew install kopy

# Download the contents of a persistent volume in the current context

kubectl kopy [PV] [LOCAL_DIR]