From 817049cc73158ed3eb5627481c360305b76dfbae Mon Sep 17 00:00:00 2001 From: Marek Biskup Date: Fri, 17 Apr 2015 11:04:53 +0200 Subject: [PATCH] Broken links fixed. --- docs/glossary.md | 4 ++-- docs/images.md | 2 +- docs/networking.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/glossary.md b/docs/glossary.md index 11473b86fc..7e2c3c51aa 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -3,8 +3,8 @@ **Authorization** :Kubernetes does not currently have an authorization system. Anyone with the cluster password can do anything. We plan -to add sophisticated authorization, and to make it pluggable. See the [access control design doc](./devel/access.md) and -[this issue](https://github.com/GoogleCloudPlatform/kubernetes/issue/1430). +to add sophisticated authorization, and to make it pluggable. See the [access control design doc](./design/access.md) and +[this issue](https://github.com/GoogleCloudPlatform/kubernetes/issues/1430). **Annotation** : A key/value pair that can hold large (compared to a Label), and possibly not human-readable data. Intended to store diff --git a/docs/images.md b/docs/images.md index e4dedae499..f9ae7cb343 100644 --- a/docs/images.md +++ b/docs/images.md @@ -8,7 +8,7 @@ The `image` property of a container supports the same syntax as the `docker` com ## Using a Private Registry ### Google Container Registry -Kubernetes has native support for the [Google Container Regisry](https://cloud.google.com/tools/container-registry/), when running on Google Compute Engine. If you are running your cluster on Google Compute Engine or Google Container Engine, simply use the full image name (e.g. gcr.io/my_project/image:tag) and the kubelet will automatically authenticate and pull down your private image. +Kubernetes has native support for the [Google Container Registry](https://cloud.google.com/tools/container-registry/), when running on Google Compute Engine. If you are running your cluster on Google Compute Engine or Google Container Engine, simply use the full image name (e.g. gcr.io/my_project/image:tag) and the kubelet will automatically authenticate and pull down your private image. ### Other Private Registries Docker stores keys for private registries in a `.dockercfg` file. Create a config file by running `docker login .` and then copying the resulting `.dockercfg` file to the kubelet working dir. diff --git a/docs/networking.md b/docs/networking.md index d94e6c9591..815aa431b8 100644 --- a/docs/networking.md +++ b/docs/networking.md @@ -156,7 +156,7 @@ people have reported success with Flannel and Kubernetes. ### OpenVSwitch -[OpenVSwitch](../ovs-networking.md) is a somewhat more mature but also +[OpenVSwitch](./ovs-networking.md) is a somewhat more mature but also complicated way to build an overlay network. This is endorsed by several of the "Big Shops" for networking.