You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ These tools are easily deployed into your cluster with just one command: ```kube
9
9
10
10
## Installation of the Kubeapps Installer
11
11
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*.
13
13
14
14
- 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
15
15
- Make the binary executable
16
16
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
+
17
19
## Deploy the Kubeapps components into your cluster
18
20
19
21
```
@@ -45,4 +47,4 @@ You can easily clean all the Kubeapps deployment with a single command:
0 commit comments