Skip to content

Commit

Permalink
correct kubectl cp argument order
Browse files Browse the repository at this point in the history
Kubernetes-commit: bf431d4
  • Loading branch information
oke-py authored and k8s-publishing-bot committed Jul 5, 2019
1 parent 70c5575 commit 4588587
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 4588587

Please sign in to comment.