Move Guide topic: Parallel Processing using Expansions (#2867)

* Move Guide topic: Parallel Processing using Expansions

* fix links to /docs/user-guide/jobs/
This commit is contained in:
Andrew Chen
2017-03-16 11:31:57 -07:00
committed by GitHub
parent 32b334711c
commit a0a51fb032
14 changed files with 233 additions and 203 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ This document is meant to highlight and consolidate in one place configuration b
Replication controllers are almost always preferable to creating pods, except for some explicit
[`restartPolicy: Never`](/docs/user-guide/pod-states/#restartpolicy) scenarios. A
[Job](/docs/user-guide/jobs/) object (currently in Beta), may also be appropriate.
[Job](/docs/concepts/jobs/run-to-completion-finite-workloads/) object (currently in Beta), may also be appropriate.
## Services