SteNicholas commented on a change in pull request #38:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/38#discussion_r819311117



##########
File path: README.md
##########
@@ -83,3 +83,29 @@ Considering the cost of running the builds, the stability, 
and the maintainabili
 All the unit tests, integration tests, and the end-to-end tests will be 
triggered for each PR.
 
 Note: Please make sure the CI passed before merging.
+
+
+## Managing Savepoints
+### Manual savepoint triggering
+The operator enables manual savepoint triggering for users. Savepoints can be 
taken by attaching the `flinkdeployments.flink.apache.org/savepoint=trigger` 
annotation to the FlinkDeployment's metadata:

Review comment:
       ```suggestion
   The operator enables manual savepoint triggering for users. Savepoints can 
be taken by attaching the 
`flinkdeployments.flink.apache.org/trigger-savepoint=true` annotation to the 
FlinkDeployment's metadata:
   ```




-- 
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