From 2b57c44a26ea49a55c884ca90c79a98711c6a46b Mon Sep 17 00:00:00 2001 From: chenhonggc Date: Tue, 3 Oct 2017 08:30:19 +0800 Subject: [PATCH] Use code style for inline code and commands (#5724) --- docs/tasks/job/parallel-processing-expansion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/job/parallel-processing-expansion.md b/docs/tasks/job/parallel-processing-expansion.md index 7feb9c7602..23e06da0a9 100644 --- a/docs/tasks/job/parallel-processing-expansion.md +++ b/docs/tasks/job/parallel-processing-expansion.md @@ -23,7 +23,7 @@ in before it can be used. The `$ITEM` syntax is not meaningful to Kubernetes. In this example, the only processing the container does is to `echo` a string and sleep for a bit. In a real use case, the processing would be some substantial computation, such as rendering a frame -of a movie, or processing a range of rows in a database. The "$ITEM" parameter would specify for +of a movie, or processing a range of rows in a database. The `$ITEM` parameter would specify for example, the frame number or the row range. This Job and its Pod template have a label: `jobgroup=jobexample`. There is nothing special