Skip to content

Commit

Permalink
Link mistake (kubernetes#6038)
Browse files Browse the repository at this point in the history
* link mistake

* link mistake

* skip title check for skip_title_check.txt

* skip title check for skip_title_check.txt

* remove doesn't exist link.
  • Loading branch information
chenhonggc authored and colemickens committed Oct 26, 2017
1 parent 3c4cd9f commit 0b0d2a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/concepts/workloads/controllers/cron-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ of the set of pods. A cron job does not examine pods at all.

As with all other Kubernetes configs, a cron job needs `apiVersion`, `kind`, and `metadata` fields. For general
information about working with config files, see [deploying applications](/docs/user-guide/deploying-applications),
[configuring containers](/docs/user-guide/configuring-containers), and
[using kubectl to manage resources](/docs/user-guide/working-with-resources) documents.
and [using kubectl to manage resources](/docs/user-guide/working-with-resources) documents.

A cron job also needs a [`.spec` section](https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ a non-zero exit code, or the Container was killed for exceeding a memory limit,
happens, and the `.spec.template.spec.restartPolicy = "OnFailure"`, then the Pod stays
on the node, but the Container is re-run. Therefore, your program needs to handle the case when it is
restarted locally, or else specify `.spec.template.spec.restartPolicy = "Never"`.
See [pods-states](/docs/user-guide/pod-states) for more information on `restartPolicy`.
See [pods-states](/docs/concepts/workloads/pods/pod-lifecycle/#example-states) for more information on `restartPolicy`.

An entire Pod can also fail, for a number of reasons, such as when the pod is kicked off the node
(node is upgraded, rebooted, deleted, etc.), or if a container of the Pod fails and the
Expand Down
1 change: 1 addition & 0 deletions skip_title_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ docs/user-guide/pods/_viewing-a-pod.md
docs/user-guide/simple-yaml.md
docs/user-guide/update-demo/images/kitten/README.md
docs/user-guide/update-demo/images/nautilus/README.md
docs/reference/auto-generated/README.md

0 comments on commit 0b0d2a0

Please sign in to comment.