Skip to content

Commit

Permalink
Update a few words in docs and add helm commands (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyfay authored Apr 3, 2020
1 parent 27b2fde commit 9cf19ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions chart/kubeapps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ For Helm 3:

```bash
helm repo add bitnami https://charts.bitnami.com/bitnami
kubectl create namespace kubeapps
helm install kubeapps --namespace kubeapps bitnami/kubeapps --set useHelm3=true
```

Expand Down
4 changes: 2 additions & 2 deletions docs/architecture/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This document describes the Kubeapps architecture at a high level.

### Kubeapps dashboard

At the heart of Kubeapps is a in-cluster Kubernetes dashboard that provides you a simple browse and click experience for installing and manage Kubernetes applications packaged as Helm charts.
At the heart of Kubeapps is an in-cluster Kubernetes dashboard that provides you a simple browse and click experience for installing and managing Kubernetes applications packaged as Helm charts.

Additionally, the dashboard integrates with the [Kubernetes service catalog](https://github.com/kubernetes-incubator/service-catalog) and enables you to browse and provision cloud services via the [Open Service Broker API](https://github.com/openservicebrokerapi/servicebroker).

The dashboard is written in the Javascript programming language and is developed using the React Javascript library.
The dashboard is written in the JavaScript programming language and is developed using the React JavaScript library.

### Tiller proxy (deprecated)

Expand Down
3 changes: 3 additions & 0 deletions docs/user/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Kubeapps assumes a working Kubernetes cluster (v1.8+), [`Helm`](https://helm.sh/

Use the Helm chart to install the latest version of Kubeapps:

For Helm 2:

```bash
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install --name kubeapps --namespace kubeapps bitnami/kubeapps
Expand All @@ -20,6 +22,7 @@ helm install --name kubeapps --namespace kubeapps bitnami/kubeapps
If you are using Helm 3, you need to set an extra flag to enable it:

```bash
helm repo add bitnami https://charts.bitnami.com/bitnami
kubectl create namespace kubeapps
helm install kubeapps --namespace kubeapps bitnami/kubeapps --set useHelm3=true
```
Expand Down

0 comments on commit 9cf19ed

Please sign in to comment.