Aitozi commented on a change in pull request #86: URL: https://github.com/apache/flink-kubernetes-operator/pull/86#discussion_r830823733
########## 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 the [Fabric8 CRDGenerator](https://github.com/fabric8io/kubernetes-client/blob/master/doc/CRD-generator.md), when building from source. +When installing flink-operator for the 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, as described in the relevant helm [documentation](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/). 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 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]
