Update automated-tasks-with-cron-jobs.md

sync with english version.
pull/25630/head
guzj11 2020-12-15 17:19:45 +08:00 committed by GitHub
parent fdf89d3f61
commit 669e789eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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