Fix typos: expectd->expected, cluser->cluster

Signed-off-by: mooncake <xcoder@tenxcloud.com>
This commit is contained in:
mooncake
2018-11-11 00:14:25 +08:00
parent 5b35443533
commit 538aaaf217
6 changed files with 6 additions and 6 deletions

View File

@@ -291,7 +291,7 @@ kustomize build $OVERLAYS/production
```
A CICD process could apply this directly to
the cluser using:
the cluster using:
> ```
> kustomize build $OVERLAYS/production | kubectl apply -f -