Merge pull request #20798 from inaitgaj/patch-1

logs command to check etc/hosts file corrected
pull/20867/head
Kubernetes Prow Robot 2020-05-09 15:15:50 -07:00 committed by GitHub
commit 89982e33f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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