Reword pod template concept information

- Mention address family in pod concept
  Preparing to reword this for IPv4 / IPv6 dual stack
- Fix capitalization for “cluster”, “container” and “volume”
  These are not resources you manage via kubectl
- Harmonize short descriptions for workload objects in glossary
- Expand definition of StatefulSet
- Use tooltip for “kubelet”
- Revise pod template text
- Revise What's Next section
This commit is contained in:
Tim Bannister
2019-11-23 18:54:30 +00:00
parent 91da908de0
commit 068f8e4c69
5 changed files with 57 additions and 43 deletions
@@ -4,7 +4,7 @@ id: cronjob
date: 2018-04-12
full_link: /docs/concepts/workloads/controllers/cron-jobs/
short_description: >
Manages a [Job](/docs/concepts/workloads/controllers/jobs-run-to-completion/) that runs on a periodic schedule.
A repeating task (a Job) that runs on a regular schedule.
aka:
tags: