typo in chapter 7

This commit is contained in:
Dorian Martin 2018-10-11 11:16:43 +02:00 committed by GitHub
parent 82af178cd9
commit c539a6a5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ spec:
app: simple-service
```
Let's have a look a the configuration:
Let's have a look at the configuration:
* `kind`: A `service` has the kind `Service`
* `spec`:
@ -178,4 +178,4 @@ With this configuration we have a `deployment` that manages pods. A `service` th
```bash
$ kubectl delete ingress,service,deployment,rs,pod --all
```
```