Merge pull request #20798 from inaitgaj/patch-1

logs command to check etc/hosts file corrected
This commit is contained in:
Kubernetes Prow Robot
2020-05-09 15:15:50 -07:00
committed by GitHub
@@ -93,7 +93,7 @@ hostaliases-pod 0/1 Completed 0 6s 10.200
The `hosts` file content would look like this:
```shell
kubectl logs hostaliases-pod
kubectl exec hostaliases-pod -- cat /etc/hosts
```
```none