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

removed duplicated kubectl get

Kubernetes-commit: 3b58b359215d4cc5b994a902103a64d64be5ac78
This commit is contained in:
Kubernetes Publisher 2019-10-03 16:13:55 -07:00
commit 598b3932ce
1 changed files with 1 additions and 1 deletions

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 %}