mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
correct kubectl cp argument order
This commit is contained in:
parent
915be28b61
commit
bf431d457c
@ -44,7 +44,7 @@ Copy a remote file from a Pod to a local file.
|
||||
{% sample lang="yaml" %}
|
||||
|
||||
```bash
|
||||
kubectl cp /tmp/foo <some-pod>:/tmp/bar
|
||||
kubectl cp <some-pod>:/tmp/foo /tmp/bar
|
||||
```
|
||||
|
||||
{% endmethod %}
|
||||
|
Loading…
Reference in New Issue
Block a user