You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could download [`worker.py`](/examples/application/job/redis/worker.py), [`rediswq.py`](/examples/application/job/redis/rediswq.py), and [`Dockerfile`](/examples/application/job/redis/Dockerfile)
199
-
using above links. Then build the image:
198
+
You could also download [`worker.py`](/examples/application/job/redis/worker.py),
199
+
[`rediswq.py`](/examples/application/job/redis/rediswq.py), and
200
+
[`Dockerfile`](/examples/application/job/redis/Dockerfile) files, then build
Copy file name to clipboardExpand all lines: content/zh-cn/docs/tasks/job/indexed-parallel-processing-static.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,15 +31,15 @@ Pod 具有控制平面自动设置的**索引编号(index number)**,
31
31
The pod index is available in the {{< glossary_tooltip text="annotation" term_id="annotation" >}}
32
32
`batch.kubernetes.io/job-completion-index` as a string representing its
33
33
decimal value. In order for the containerized task process to obtain this index,
34
-
you can publish the value of the annotation using the [downward API](/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/#the-downward-api)
34
+
you can publish the value of the annotation using the [downward API](/docs/concepts/workloads/pods/downward-api/)
35
35
mechanism.
36
36
For convenience, the control plane automatically sets the downward API to
37
37
expose the index in the `JOB_COMPLETION_INDEX` environment variable.
38
38
-->
39
39
Pod 索引在{{<glossary_tooltip text="注解" term_id="annotation" >}}
0 commit comments