Merge pull request #79852 from oke-py/fix-cmd

removed duplicated kubectl get
This commit is contained in:
Kubernetes Prow Robot 2019-10-03 16:13:55 -07:00 committed by GitHub
commit 3b58b35921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ Get and Describe can accept **multiple Resource types and names**.
{% sample lang="yaml" %}
```bash
kubectl get kubectl get rc/web service/frontend pods/web-pod-13je7
kubectl get rc/web service/frontend pods/web-pod-13je7
```
{% endmethod %}