azagrebin commented on a change in pull request #12690:
URL: https://github.com/apache/flink/pull/12690#discussion_r444262305



##########
File path: docs/ops/deployment/kubernetes.md
##########
@@ -365,14 +384,12 @@ spec:
         - name: jobmanager
           image: flink:{% if site.is_stable 
%}{{site.version}}-scala{{site.scala_version_suffix}}{% else %}latest{% endif %}
           env:
-          args: ["standalone-job", "--job-classname", "com.job.ClassName", 
["--job-id", "<job id>",] ["--fromSavepoint", "/path/to/savepoint", 
["--allowNonRestoredState",]] [job arguments]]
+          args: ["standalone-job", "--job-classname", "com.job.ClassName", 
"--job-id", "<job id>", "--fromSavepoint", "/path/to/savepoint", 
"--allowNonRestoredState", <job arguments>]

Review comment:
       ```suggestion
             args: ["standalone-job", "--job-classname", "com.job.ClassName", 
<optional arguments>, <job arguments>] # optional arguments: ["--job-id", "<job 
id>", "--fromSavepoint", "/path/to/savepoint", "--allowNonRestoredState"]
   ```




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

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


Reply via email to