Skip to content

Commit

Permalink
add helm installation requirements to installation.md
Browse files Browse the repository at this point in the history
Signed-off-by: wrongerror <wangyifei@kubesphere.io>
  • Loading branch information
wrongerror committed Jun 28, 2022
1 parent 4b0e7c3 commit 37ff7cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/en/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ OpenFunction has added the [Domain](../../concepts/domain) feature since v0.5.0.
## Install OpenFunction

### Option 1: Helm
This option is the **recommended** installation method for Kubernetes version: `>=v1.20.0-0`
This option is the **recommended** installation method.

#### Requirements
- Kubernetes version: `>=v1.20.0-0`
- Helm version: `>=v3.6.3`

#### install the chart
1. Run the following command to add the OpenFunction chart repository.
```shell
helm repo add openfunction https://openfunction.github.io/charts/
Expand Down

0 comments on commit 37ff7cf

Please sign in to comment.