From 5d72b468ee3d7d6b8c0c05c3f8d0db2c149d6b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20M=C3=BCller?= Date: Sun, 7 Oct 2018 12:24:29 +0200 Subject: [PATCH 1/3] #67 | modify | remove not needed requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Müller --- docs/en/provisioner/aws/introduction.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/provisioner/aws/introduction.md b/docs/en/provisioner/aws/introduction.md index 39b9230..a6dcada 100644 --- a/docs/en/provisioner/aws/introduction.md +++ b/docs/en/provisioner/aws/introduction.md @@ -14,10 +14,8 @@ The use of the CLI gives you more freedom to individualize your workflows. * [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) * [Python](https://www.python.org/downloads/) * [pip](https://pip.pypa.io/en/stable/installing/) -* [AWS IAM Authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) * Existing SSH keypair in AWS * AWS access and secret keys -* Exported AWS Credentials [Documentation](cli.md) From fbeb311fac02a63cab686307bddc734aebf5730b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20M=C3=BCller?= Date: Sun, 7 Oct 2018 12:29:39 +0200 Subject: [PATCH 2/3] #66 | fix | Getting started link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Müller --- docs/en/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/SUMMARY.md b/docs/en/SUMMARY.md index 73b41e4..16ba5d1 100644 --- a/docs/en/SUMMARY.md +++ b/docs/en/SUMMARY.md @@ -1,6 +1,6 @@ # Summary -* [Getting Started](README.md) +* [Getting Started](https://github.com/kubernauts/tk8/blob/master/README.md#usage) ## Provisioning and Bootstrapping clusters From d057d436c5c399fc5fb33e5c552d2eb84673aed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20M=C3=BCller?= Date: Sun, 7 Oct 2018 12:32:34 +0200 Subject: [PATCH 3/3] #66 | modify | change path relative MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Müller --- docs/en/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/SUMMARY.md b/docs/en/SUMMARY.md index 16ba5d1..b04ae3a 100644 --- a/docs/en/SUMMARY.md +++ b/docs/en/SUMMARY.md @@ -1,6 +1,6 @@ # Summary -* [Getting Started](https://github.com/kubernauts/tk8/blob/master/README.md#usage) +* [Getting Started](../../README.md#usage) ## Provisioning and Bootstrapping clusters