logs command to check etc/hosts file corrected

hosts file can be viewed using exec command.
This commit is contained in:
Nikhil Jagtiani
2020-05-06 14:38:59 +05:30
committed by GitHub
parent 7d05b90cfe
commit 14c07ede73
@@ -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