Skip to content

Commit

Permalink
Followup 5655: fix link to garbage collection (#5666)
Browse files Browse the repository at this point in the history
  • Loading branch information
tengqm authored and steveperry-53 committed Sep 28, 2017
1 parent ac78c99 commit 1474b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/workloads/controllers/cron-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ cronjob "hello" deleted
```

This stops new jobs from being created and removes all the jobs and pods created by this cronjob.
You can read more about it in [garbage collection section](/docs/concepts/cluster-administration/kubelet-garbage-collection/).
You can read more about it in [garbage collection section](/docs/concepts/workloads/controllers/garbage-collection/).

## Cron Job Limitations

Expand Down

0 comments on commit 1474b94

Please sign in to comment.