Skip to content

Commit

Permalink
correct kubectl cp argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
oke-py committed Jul 5, 2019
1 parent 915be28 commit bf431d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit bf431d4

Please sign in to comment.