mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +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" %}
|
{% sample lang="yaml" %}
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl cp /tmp/foo <some-pod>:/tmp/bar
|
kubectl cp <some-pod>:/tmp/foo /tmp/bar
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endmethod %}
|
{% endmethod %}
|
||||||
|
Loading…
Reference in New Issue
Block a user