From d101183c79023402f0e4299e6a50ac6d36a04b28 Mon Sep 17 00:00:00 2001 From: fisherxu Date: Wed, 16 Aug 2017 16:58:41 +0800 Subject: [PATCH] fix invalid url link --- cluster/addons/registry/auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/registry/auth/README.md b/cluster/addons/registry/auth/README.md index 8fbd7e4f3bc..040c54bcb8d 100644 --- a/cluster/addons/registry/auth/README.md +++ b/cluster/addons/registry/auth/README.md @@ -83,7 +83,7 @@ Setup proxy or port-forwarding to the kube-registry. Image push/pull should fail ### Configure Nodes to Authenticate with Kube-Registry -By default, nodes assume no authentication is required by kube-registry. Without authentication, nodes cannot pull images from kube-registry. To solve this, more documentation can be found [Here](https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/images.md#configuring-nodes-to-authenticate-to-a-private-repository) +By default, nodes assume no authentication is required by kube-registry. Without authentication, nodes cannot pull images from kube-registry. To solve this, more documentation can be found [Here](https://github.com/kubernetes/kubernetes.github.io/blob/master/docs/concepts/containers/images.md#configuring-nodes-to-authenticate-to-a-private-repository).