Update overview.md (#9126)

This commit is contained in:
Karen Bradshaw 2018-06-25 14:34:21 -04:00 committed by k8s-ci-robot
parent c063914ff9
commit e63f47b284
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ Output format | Description
In this example, the following command outputs the details for a single pod as a YAML formatted object:
```shell
$ kubectl get pod web-pod-13je7 -o=yaml`
$ kubectl get pod web-pod-13je7 -o=yaml
```
Remember: See the [kubectl](/docs/user-guide/kubectl/) reference documentation for details about which output format is supported by each command.