Minor typo fix on Services Networking Host Aliases

Signed-off-by: Alexios Polyzos <dragotic.saen@gmail.com>
This commit is contained in:
Alexios Polyzos
2020-06-20 10:47:29 +03:00
parent 30e8dc2b9b
commit 872ed87f1c
@@ -71,7 +71,7 @@ For example: to resolve `foo.local`, `bar.local` to `127.0.0.1` and `foo.remote`
{{< codenew file="service/networking/hostaliases-pod.yaml" >}}
Yoyu can start a Pod with that configuration by running:
You can start a Pod with that configuration by running:
```shell
kubectl apply -f https://k8s.io/examples/service/networking/hostaliases-pod.yaml