Skip to content

Commit

Permalink
Merge pull request #5550 from Rajat-0/spell_fix
Browse files Browse the repository at this point in the history
Spell Fix: Fixing spelling of "Kubernetes" in doc
  • Loading branch information
k8s-ci-robot authored Jul 30, 2018
2 parents 5fe9c6d + b97c1bc commit cfaf0b7
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 cfaf0b7

Please sign in to comment.