fix CronJob object name

fix CronJob object name
pull/2577/merge
foxyriver 2017-03-03 14:25:56 +08:00 committed by Andrew Chen
parent e06617a5a1
commit 34cb50be94
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ A typical use case is:
### Prerequisites ### Prerequisites
You need a working Kubernetes cluster at version >= 1.4 (for ScheduledJob), >= 1.5 (for CronJobs), You need a working Kubernetes cluster at version >= 1.4 (for ScheduledJob), >= 1.5 (for CronJob),
with batch/v2alpha1 API turned on by passing `--runtime-config=batch/v2alpha1` while bringing up with batch/v2alpha1 API turned on by passing `--runtime-config=batch/v2alpha1` while bringing up
the API server (see [Turn on or off an API version for your cluster](/docs/admin/cluster-management/#turn-on-or-off-an-api-version-for-your-cluster) the API server (see [Turn on or off an API version for your cluster](/docs/admin/cluster-management/#turn-on-or-off-an-api-version-for-your-cluster)
for more). You cannot use Cron Jobs on a hosted Kubernetes provider that has disabled alpha resources. for more). You cannot use Cron Jobs on a hosted Kubernetes provider that has disabled alpha resources.