File tree 1 file changed +9
-2
lines changed
docs/content/docs/operations
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,20 @@ under the License.
26
26
27
27
# Helm installation
28
28
29
- The operator installation is managed by a helm chart. To install run:
29
+ The operator installation is managed by a helm chart. To install with the chart bundled in the source code run:
30
30
31
31
```
32
32
helm install flink-kubernetes-operator helm/flink-kubernetes-operator
33
33
```
34
34
35
- Alternatively to install the operator (and also the helm chart) to a specific namespace:
35
+ To install from our Helm Chart Reporsitory run:
36
+
37
+ ```
38
+ helm repo add flink-operator-repo https://downloads.apache.org/flink/flink-kubernetes-operator-<OPERATOR-VERSION>/
39
+ helm install flink-kubernetes-operator flink-operator-repo/flink-kubernetes-operator
40
+ ```
41
+
42
+ Alternatively to install the operator (and also the helm chart) to a specific namespace add the arguments ` --namespace ` and ` --create-namespace ` ex:
36
43
37
44
```
38
45
helm install flink-kubernetes-operator helm/flink-kubernetes-operator --namespace flink --create-namespace
You can’t perform that action at this time.
0 commit comments