From 090b6360149a5000f8b74c9759f4d871714fd8a5 Mon Sep 17 00:00:00 2001 From: Pengfei Ni Date: Wed, 14 Feb 2018 15:51:42 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33836d3..04e9cad 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Kubernetes The Hard Way is optimized for learning, which means taking the long r > The results of this tutorial should not be viewed as production ready, and may receive limited support from the community, but don't let that stop you from learning! +Translations: + +* [Chinese](https://github.com/feiskyer/kubernetes-handbook/blob/master/deploy/kubernetes-the-hard-way/index.md) + ## Target Audience The target audience for this tutorial is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together. From b47dc0241ee9ed6f5c277881f244ee1a62d0486b Mon Sep 17 00:00:00 2001 From: Pengfei Ni Date: Sun, 18 Mar 2018 17:42:53 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04e9cad..3f418cc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Kubernetes The Hard Way is optimized for learning, which means taking the long r Translations: -* [Chinese](https://github.com/feiskyer/kubernetes-handbook/blob/master/deploy/kubernetes-the-hard-way/index.md) +* [Chinese](https://github.com/feiskyer/kubernetes-handbook/blob/master/zh/deploy/kubernetes-the-hard-way/index.md) ## Target Audience