Skip to content

Commit 6be4f35

Browse files
authored
Merge pull request #56 from kubeapps/prydonius-patch-2
Add GKE admin caveat
2 parents 1df7b7c + 502cb53 commit 6be4f35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/getting-started.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ These tools are easily deployed into your cluster with just one command: ```kube
99

1010
## Installation of the Kubeapps Installer
1111

12-
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.
12+
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*.
1313

1414
- 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
1515
- Make the binary executable
1616

17+
***NOTE**: On Google Kubernetes Engine, you must either be an "Owner" or have the "Container Engine Admin" role in order to install Kubeapps.
18+
1719
## Deploy the Kubeapps components into your cluster
1820

1921
```
@@ -45,4 +47,4 @@ You can easily clean all the Kubeapps deployment with a single command:
4547

4648
```
4749
kubeapps down
48-
```
50+
```

0 commit comments

Comments
 (0)