k3s/docs
Tim St. Clair 1e88a682da Add liveness/readiness probe parameters
- PeriodSeconds - How often to probe
- SuccessThreshold - Number of successful probes to go from failure to success state
- FailureThreshold - Number of failing probes to go from success to failure state

This commit includes to changes in behavior:

1. InitialDelaySeconds now defaults to 10 seconds, rather than the
kubelet sync interval (although that also defaults to 10 seconds).
2. Prober only retries on probe error, not failure. To compensate, the
default FailureThreshold is set to the maxRetries, 3.
2015-11-06 10:46:40 -08:00
..
admin Merge pull request #16694 from jbeda/update-etcd 2015-11-05 03:27:26 -08:00
api-reference Add liveness/readiness probe parameters 2015-11-06 10:46:40 -08:00
design Clarify -dirty language, and add --no-dry-run to usage 2015-11-03 09:42:49 -08:00
devel Merge pull request #16574 from hurf/stop_doc 2015-11-05 19:43:21 -08:00
getting-started-guides Merge pull request #16574 from hurf/stop_doc 2015-11-05 19:43:21 -08:00
man/man1 Merge pull request #16716 from huangyuqi/add_res_types_kubctl_get 2015-11-06 02:20:27 -08:00
proposals Add kubelet raw metrics API proposal 2015-10-27 15:05:05 -07:00
user-guide Merge pull request #16716 from huangyuqi/add_res_types_kubctl_get 2015-11-06 02:20:27 -08:00
README.md Vulnerability reporting doc. 2015-07-23 16:15:04 -07:00
api.md Fix broken api group link 2015-10-29 15:26:24 -07:00
reporting-security-issues.md Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
roadmap.md Gut out-of-date roadmap in favor of milestones. 2015-10-30 21:26:45 +00:00
troubleshooting.md Replace IRC with Slack in docs. 2015-09-08 15:17:39 -07:00
warning.png Add an image to unversioned warnings 2015-07-14 15:28:59 -07:00
whatisk8s.md Add more specifics about what Kubernetes does. 2015-10-31 05:17:05 +00:00

README.md

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest 1.0.x release of this document can be found [here](http://releases.k8s.io/release-1.0/docs/README.md).

Documentation for other releases can be found at releases.k8s.io.

Kubernetes Documentation: releases.k8s.io/HEAD

Analytics