From 0bb18dbc551f189b9923cf197d8870cd813719f2 Mon Sep 17 00:00:00 2001 From: Adnan Abdulhussein Date: Thu, 23 Nov 2017 16:53:59 +0000 Subject: [PATCH 1/2] Add GKE admin caveat --- docs/getting-started.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index c8a73b619d9..4673fb160a6 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -9,11 +9,13 @@ These tools are easily deployed into your cluster with just one command: ```kube ## Installation of the Kubeapps Installer -Kubeapps assumes a working Kubernetes (v1.7+) with RBAC enabled and [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) installed in your machine and configured to talk to your Kubernetes cluster. Kubeapps has been tested in `minikube` and Google Kubernetes Engine. +Kubeapps assumes a working Kubernetes (v1.7+) with RBAC enabled and [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) installed in your machine and configured to talk to your Kubernetes cluster. Kubeapps has been tested in `minikube` and Google Kubernetes Engine*. - Download latest Kubeapps Installer binary from the [release page](https://github.com/kubeapps/kubeapps/releases). Currently Kubeapps Installer is distributed in two platforms: linux/amd64 and OSX/amd64 - Make the binary executable +***Note**: On Google Kubernetes Engine, you must either be an "Owner" or have the "Container Engine Admin" role in order to install Kubeapps. + ## Deploy the Kubeapps components into your cluster ``` @@ -45,4 +47,4 @@ You can easily clean all the Kubeapps deployment with a single command: ``` kubeapps down -``` \ No newline at end of file +``` From 502cb530b46af14e35592c1499993225cf711381 Mon Sep 17 00:00:00 2001 From: Adnan Abdulhussein Date: Thu, 23 Nov 2017 16:55:07 +0000 Subject: [PATCH 2/2] capitalize "note" --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 4673fb160a6..7df43241ec3 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -14,7 +14,7 @@ Kubeapps assumes a working Kubernetes (v1.7+) with RBAC enabled and [Kubectl](ht - Download latest Kubeapps Installer binary from the [release page](https://github.com/kubeapps/kubeapps/releases). Currently Kubeapps Installer is distributed in two platforms: linux/amd64 and OSX/amd64 - Make the binary executable -***Note**: On Google Kubernetes Engine, you must either be an "Owner" or have the "Container Engine Admin" role in order to install Kubeapps. +***NOTE**: On Google Kubernetes Engine, you must either be an "Owner" or have the "Container Engine Admin" role in order to install Kubeapps. ## Deploy the Kubeapps components into your cluster