Skip to content

Commit 37ff7cf

Browse files
committed
add helm installation requirements to installation.md
Signed-off-by: wrongerror <[email protected]>
1 parent 4b0e7c3 commit 37ff7cf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/en/docs/getting-started/installation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ OpenFunction has added the [Domain](../../concepts/domain) feature since v0.5.0.
2929
## Install OpenFunction
3030

3131
### Option 1: Helm
32-
This option is the **recommended** installation method for Kubernetes version: `>=v1.20.0-0`
32+
This option is the **recommended** installation method.
33+
34+
#### Requirements
35+
- Kubernetes version: `>=v1.20.0-0`
36+
- Helm version: `>=v3.6.3`
37+
38+
#### install the chart
3339
1. Run the following command to add the OpenFunction chart repository.
3440
```shell
3541
helm repo add openfunction https://openfunction.github.io/charts/

0 commit comments

Comments
 (0)