From 4afc382612b4315448f07fe900a724945e041850 Mon Sep 17 00:00:00 2001 From: AnJia Date: Wed, 8 Aug 2018 08:36:46 +0800 Subject: [PATCH] change readme file --- README.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.tpl b/README.tpl index b7eaf03..38c007e 100644 --- a/README.tpl +++ b/README.tpl @@ -15,6 +15,14 @@ ${user_name}/namespace.image_name:image_tag k8s.gcr.io/{image}/{tag} <==> gcr.io/google-containers/{image}/{tag} <==> ${user_name}/google-containers.{image}/{tag} ``` +Add new namespace +------- +[Fork and edit sync branch file gcr_namespaces](https://github.com/anjia0532/gcr.io_mirror/edit/sync/gcr_namespaces) + +append new line about namespace(e.g. `gcr.io/google-containers` u should append `google-containers`,`k8s.gcr.io` eq `gcr.io/google-containers`) + +save and commit a PR for this repo. + Example -------