You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/19 13:08:11 UTC

[GitHub] [flink-kubernetes-operator] Aitozi commented on a change in pull request #83: [FLINK-26707] Rework README

Aitozi commented on a change in pull request #83:
URL: https://github.com/apache/flink-kubernetes-operator/pull/83#discussion_r830482302



##########
File path: docs/content/docs/operations/helm.md
##########
@@ -25,3 +25,32 @@ under the License.
 -->
 
 # Helm installation
+
+The operator installation is managed by a helm chart. To install run:
+
+```
+helm install flink-operator helm/flink-operator
+```
+
+Alternatively to install the operator (and also the helm chart) to a specific namespace:
+
+```
+helm install flink-operator helm/flink-operator --namespace flink-operator --create-namespace
+```
+
+Note that in this case you will need to update the namespace in the examples accordingly or the `default`
+namespace to the [watched namespaces](#watching-only-specific-namespaces).

Review comment:
       nit: we'd better also add an uninstall guide here




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org