removed duplicated kubectl get

Kubernetes-commit: c335370c9198b4c4d51cc5e25bd080d6b8d45f76
This commit is contained in:
Naoki Oketani 2019-07-07 00:27:38 +09:00 committed by Kubernetes Publisher
parent 43e9419da3
commit b32fc9b014
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 %}