mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #79845 from oke-py/fix-args
correct kubectl cp argument order
This commit is contained in:
commit
00cf865762
@ -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