Skip to content

Commit

Permalink
Spell Fix: Fixing spelling of "Kubernetes" in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Sharma authored Jul 30, 2018
1 parent 5fe9c6d commit b97c1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cluster_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ Assets define alernative locations from where to retrieve static files and conta

#### containerRegistry

The container registry enables kops / kubernets to pull containers from a managed registry.
The container registry enables kops / kubernetes to pull containers from a managed registry.
This is useful when pulling containers from the internet is not an option, eg. because the
deployment is offline / internet restricted or because of special requirements that apply
for deployed artifacts, eg. auditing of containers.
Expand All @@ -579,7 +579,7 @@ spec:
#### containerProxy

The container proxy is designed to acts as a [pull through cache](https://docs.docker.com/registry/recipes/mirror/) for docker container assets.
Basically, what it does is it remaps the Kubernets image URL to point to you cache so that the docker daemon will pull the image from that location.
Basically, what it does is it remaps the Kubernetes image URL to point to you cache so that the docker daemon will pull the image from that location.
If, for example, the containerProxy is set to `proxy.example.com`, the image `k8s.gcr.io/kube-apiserver` will be pulled from `proxy.example.com/kube-apiserver` instead.
Note that the proxy you use has to support this feature for private registries.

Expand Down

0 comments on commit b97c1bc

Please sign in to comment.