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



##########
File path: docs/content/docs/development/guide.md
##########
@@ -93,6 +93,22 @@ rest.port: 8081
 rest.address: localhost
 ```
 
+### Uninstalling the operator locally
+```bash
+helm uninstall flink-operator
+```
+
+### CRD Generating and Upgrading 
+
+By default, the CRD is generated by [Fabric8 
CRDGenerator](https://github.com/fabric8io/kubernetes-client/blob/master/doc/CRD-generator.md),
 when building from source.

Review comment:
       fixed

##########
File path: docs/content/docs/development/guide.md
##########
@@ -93,6 +93,22 @@ rest.port: 8081
 rest.address: localhost
 ```
 
+### Uninstalling the operator locally
+```bash
+helm uninstall flink-operator
+```
+
+### CRD Generating and Upgrading 
+
+By default, the CRD is generated by [Fabric8 
CRDGenerator](https://github.com/fabric8io/kubernetes-client/blob/master/doc/CRD-generator.md),
 when building from source.
+When installing flink-operator first time, the CRD will apply to the 
kubernetes cluster automatically. But it will not be removed or upgraded when 
re-install the flink-operator, referring to helm 
[doc](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/). 

Review comment:
       fixed




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to