Typo fix in glossary.md: cluser->cluster

cluser->cluster
refers to to->refers to
This commit is contained in:
AdamDang 2018-04-23 22:38:31 +08:00 committed by GitHub
parent 0d848e12f5
commit c1d042441c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ An _overlay_ is a [target] that modifies (and thus
depends on) another target.
The [kustomization] in an overlay refers to (via file path,
URI or other method) to _some other kustomization_, known as
URI or other method) _some other kustomization_, known as
its [base].
An overlay is unusable without its base.
@ -198,7 +198,7 @@ environment instances.
The configuration of these environments is specified in
individual overlays (one per environment) that all
refer to a common base that holds common configuration.
One configures the cluser like this:
One configures the cluster like this:
> ```
> kustomize build someapp/overlays/staging |\