Remove version checks for Job and CronJob task pages (#18337)

* Specify minimum Kubernetes version for Job tasks

Ask for v1.8 because CronJob went beta in v1.8 and some of the Job pages
reference CronJob.

* Drop version check from Job / CronJob task pages.

Assume that readers have Kubernetes v1.8 or newer.
This commit is contained in:
Tim Bannister
2020-01-10 20:52:40 +00:00
committed by Kubernetes Prow Robot
parent 27ec99ffbb
commit e86f038b11
4 changed files with 7 additions and 3 deletions
@@ -1,5 +1,6 @@
---
title: Coarse Parallel Processing Using a Work Queue
min-kubernetes-server-version: v1.8
content_template: templates/task
weight: 30
---
@@ -30,7 +31,7 @@ Here is an overview of the steps in this example:
Be familiar with the basic,
non-parallel, use of [Job](/docs/concepts/jobs/run-to-completion-finite-workloads/).
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
{{< include "task-tutorial-prereqs.md" >}}
{{% /capture %}}