Skip to content

Commit dc57af2

Browse files
authored
Merge pull request #37009 from jmakhack/nodes-jobs-callout-fix
Use callout syntax in nodes jobs docs
2 parents 68ca07d + a6a7370 commit dc57af2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

nodes/jobs/nodes-nodes-jobs.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ spec:
3737
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
3838
restartPolicy: OnFailure <6>
3939
----
40-
1. The pod replicas a job should run in parallel.
41-
2. Successful pod completions are needed to mark a job completed.
42-
3. The maximum duration the job can run.
43-
4. The number of retries for a job.
44-
5. The template for the pod the controller creates.
45-
6. The restart policy of the pod.
40+
<1> The pod replicas a job should run in parallel.
41+
<2> Successful pod completions are needed to mark a job completed.
42+
<3> The maximum duration the job can run.
43+
<4> The number of retries for a job.
44+
<5> The template for the pod the controller creates.
45+
<6> The restart policy of the pod.
4646

4747
See the http://kubernetes.io/docs/user-guide/jobs/[Kubernetes documentation] for
4848
more information about jobs.

0 commit comments

Comments
 (0)