You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/openfaas/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
## Deploy OpenFaaS
21
21
22
-
### 1) Install with arkade
22
+
### 1) Install Community Edition (CE) with arkade
23
23
24
24
It is recommended that you use arkade to install OpenFaaS. arkade is a CLI tool which automates the helm CLI and chart download and installation. The `openfaas` app also has a number of options available via `arkade install openfaas --help`
25
25
@@ -76,7 +76,7 @@ Now decide how you want to expose the services and edit the `helm upgrade` comma
76
76
* To use an IngressController add `--set ingress.enabled=true` (recommended for production, for use with TLS)
77
77
* To use a LoadBalancer add `--set serviceType=LoadBalancer` (not recommended, since it will expose plain HTTP)
78
78
79
-
## Deploy OpenFaaS Community Edition (CE)
79
+
####Deploy OpenFaaS Community Edition (CE)
80
80
81
81
> OpenFaaS Community Edition is meant exploration and development.
It is not recommended to disable basic authentication.
105
105
106
-
## Deploy OpenFaaS Pro
106
+
####Deploy OpenFaaS Pro
107
107
108
108
* Create the required secret with your [OpenFaaS Pro license](https://www.openfaas.com/pricing/):
109
109
@@ -130,13 +130,14 @@ The main change here is to add: `--set openfaasPro=true`
130
130
131
131
You can also review recommended Pro values in [values-pro.yaml](values-pro.yaml)
132
132
133
-
### Installing OpenFaaS without Cluster Admin access
133
+
####Installing OpenFaaS Pro without Cluster Admin access
134
134
135
-
In order to install OpenFaaS, you need to create at least one namespace, a Cluster Admin role and Custom Resource Definitions (CRDs), however some DevOps teams prevent business teams from getting access to Cluster Admin.
135
+
In order to install OpenFaaS Pro, you need to create at least one namespace, a Cluster Admin role and Custom Resource Definitions (CRDs), however some DevOps teams prevent business teams from getting access to Cluster Admin.
136
136
137
137
This option is reserved for OpenFaaS Pro customers, see the installation steps here: [Split installation instructions](https://github.com/openfaas/openfaas-pro/blob/master/split-installation.md)
138
138
139
139
See also:
140
+
140
141
* Scale-down to zero (in this document)
141
142
*[OpenFaaS Pro SSO/OIDC](https://docs.openfaas.com/openfaas-pro/sso/)
142
143
*[OpenFaaS Pro Kafka Event Connector](https://docs.openfaas.com/openfaas-pro/kafka-events/)
0 commit comments