From 669e789eaca9fe8935d1517dcc1f47ffbdc15a5c Mon Sep 17 00:00:00 2001 From: guzj11 <67083623+guzj11@users.noreply.github.com> Date: Tue, 15 Dec 2020 17:19:45 +0800 Subject: [PATCH] Update automated-tasks-with-cron-jobs.md sync with english version. --- content/zh/docs/tasks/job/automated-tasks-with-cron-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/job/automated-tasks-with-cron-jobs.md b/content/zh/docs/tasks/job/automated-tasks-with-cron-jobs.md index fdf54115bf..4d1379a661 100644 --- a/content/zh/docs/tasks/job/automated-tasks-with-cron-jobs.md +++ b/content/zh/docs/tasks/job/automated-tasks-with-cron-jobs.md @@ -76,7 +76,7 @@ Run the example cron job by downloading the example file and then running this c 想要运行示例的 CronJob,可以下载示例文件并执行命令: ```shell -kubectl create -f ./cronjob.yaml +kubectl create -f https://k8s.io/examples/application/job/cronjob.yaml ``` ``` cronjob.batch/hello created