morhidi commented on a change in pull request #38: URL: https://github.com/apache/flink-kubernetes-operator/pull/38#discussion_r821699748
########## File path: README.md ########## @@ -143,3 +143,14 @@ and apply it on your Kubernetes environment: kubectl create -f pod-monitor.yaml ``` Once the custom resource is created in the Kubernetes environment the operator metrics are ready to explore [http://localhost:3000/explore](http://localhost:3000/explore). + +# Savepoints +Savepoints can be triggered manually by flipping the value of the boolean variable `savepointTriggerNonce` in the job specification: +```yaml + job: + jarURI: local:///opt/flink/examples/streaming/StateMachineExample.jar + parallelism: 2 + upgradeMode: savepoint + state: running + savepointTriggerNonce: false Review comment: pushed it, @gyfora thx, makes more sense now -- 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]
