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

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