We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0e7c3 commit 37ff7cfCopy full SHA for 37ff7cf
content/en/docs/getting-started/installation.md
@@ -29,7 +29,13 @@ OpenFunction has added the [Domain](../../concepts/domain) feature since v0.5.0.
29
## Install OpenFunction
30
31
### Option 1: Helm
32
-This option is the **recommended** installation method for Kubernetes version: `>=v1.20.0-0`
+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
39
1. Run the following command to add the OpenFunction chart repository.
40
```shell
41
helm repo add openfunction https://openfunction.github.io/charts/
0 commit comments