actions-marketplace-validations/Kubernetes Download Volume
This action makes it easy to download any folder on a Persistent Volume (Claim) to the local filesystem.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kubeConfig | Base64 encoded kubeconfig, either this or the KUBECONFIG environment variable is required | yes | "" |
| volume | Kubernetes PV to mount | yes | "" |
| sourcePath | Folder to download from the PV | no | "" |
| outputPath | Folder to download the PV into | no | k8s-volume-download |
| timeout | number of seconds to wait when a pod is unschedulable | no | 260 |
Outputs
no outputs