Skip to content

Commit 2b47912

Browse files
authored
Merge pull request #25630 from guzj11/patch-40
Update automated-tasks-with-cron-jobs.md
2 parents 5a4ecd1 + 669e789 commit 2b47912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tasks/job/automated-tasks-with-cron-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Run the example cron job by downloading the example file and then running this c
6565
想要运行示例的 CronJob,可以下载示例文件并执行命令:
6666

6767
```shell
68-
kubectl create -f ./cronjob.yaml
68+
kubectl create -f https://k8s.io/examples/application/job/cronjob.yaml
6969
```
7070
```
7171
cronjob.batch/hello created

0 commit comments

Comments
 (0)