fix typo
This commit is contained in:
chenhuan12
2017-04-05 15:31:22 +08:00
committed by Jared
parent be18111dba
commit afc29d6cb4
@@ -144,7 +144,7 @@ So the first thing to check is whether that `Service` actually exists:
```shell
$ kubectl get svc hostnames
Error from server: service "hostnames" not found
Error from server (NotFound): services "hostnames" not found
```
So we have a culprit, let's create the `Service`. As before, this is for the