Skip to content

Commit 94e4f76

Browse files
authored
Merge pull request #330 from wanjunlei/main
update install guider
2 parents e6df7fc + ed5392d commit 94e4f76

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ This document describes how to install OpenFunction.
1515

1616
| OpenFunction Version | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 | Kubernetes 1.24 | Kubernetes 1.25 |
1717
|----------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
18-
| HEAD |||||||
18+
| HEAD | N/A ||||||
19+
| v1.0.x | N/A ||||||
1920
| v0.8.x ||||||* |
2021
| v0.7.0 |||||| N/A |
2122

@@ -34,7 +35,7 @@ Now you can install OpenFunction and all its dependencies with helm charts.
3435
If you want to install OpenFunction in an offline environment, please refer to [Install OpenFunction in an offline environment](https://openfunction.dev/docs/reference/faq/#q-how-to-install-openfunction-in-an-offline-environment)
3536

3637
### Requirements
37-
- Kubernetes version: `>=v1.20.0-0`
38+
- Kubernetes version: `>=v1.21.0-0`
3839
- Helm version: `>=v3.6.3`
3940

4041
### Steps to install OpenFunction helm charts
@@ -52,7 +53,13 @@ If you want to install OpenFunction in an offline environment, please refer to [
5253
kubectl create namespace openfunction
5354
helm install openfunction openfunction/openfunction -n openfunction
5455
```
55-
56+
57+
- Install all components and [Revision Controller](https://openfunction.dev/docs/concepts/cicd/):
58+
```shell
59+
kubectl create namespace openfunction
60+
helm install openfunction openfunction/openfunction -n openfunction --set revisionController.enable=true
61+
```
62+
5663
- Install Serving only (without build):
5764
```shell
5865
kubectl create namespace openfunction

0 commit comments

Comments
 (0)