fix typo
reviewable/pr3246/r1
chenhuan12 2017-04-05 15:31:22 +08:00 committed by Jared
parent be18111dba
commit afc29d6cb4
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ So the first thing to check is whether that `Service` actually exists:
```shell ```shell
$ kubectl get svc hostnames $ 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 So we have a culprit, let's create the `Service`. As before, this is for the