Commit Graph

36 Commits

Author SHA1 Message Date
Jihoon Seo 9a0f729913 Fix incorrectly displayed K8s minor versions 2022-06-17 15:48:15 +09:00
Kubernetes Prow Robot f57b6a42a9 Merge pull request #32221 from amitech/patch-1
Updated configure-liveness-readiness-startup-probes.md
2022-04-30 10:07:12 -07:00
Sean Wei 01c3c53b7d [en] Fix Markdown format 2022-04-14 01:33:53 +08:00
Subhasmita Swain 09f8637c05 sample outputs created working with Kubernetes v1.24 without docker (#31454)
* sample outputs created without docker working with kubernetes v1.24

* updated

* cleaned and updated

* sample outputs created without docker working with kubernetes v1.24

* updated

* cleaned and updated
2022-03-25 17:17:58 -07:00
Amit Sharma ef297288fa Updated configure-liveness-readiness-startup-probes.md
We don't need to pass -r flag with rm command to delete a file.
2022-03-12 14:13:06 +05:30
rob salmond 36bf4368c7 Fix broken link to grpc liveness probe yaml 2022-01-04 14:18:01 -05:00
Tim Bannister 8a0f330654 Improve documentation for container probes
- mention gRPC probes in concept page
- revise explanation of gRPC probes in task page
- general tidying
2021-12-03 00:26:22 +00:00
Sergey Kanzhelev ef6668539c gRPC probes 2021-11-30 23:35:27 +00:00
Mengjiao Liu f945335af6 Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value 2021-08-10 18:03:21 +08:00
Elana Hashman 3f0103cd26 Update beta status for 1.22 probe-level grace periods 2021-07-20 11:09:36 -07:00
Jai Govindani 37ea6e0bf5 docs(probes): add version req info
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-04-27 21:07:31 +07:00
Kubernetes Prow Robot 4c9d2d7841 Merge pull request #27084 from ehashman/kep-2238-alpha
Add documentation for Liveness Probe Grace Periods
2021-03-26 21:18:43 -07:00
Elana Hashman 3105d524e3 Add documentation for probe-level grace period overrides 2021-03-26 13:37:37 -07:00
Karen Bradshaw 3ff5ec1eff clean up use of word: just 2021-03-17 19:57:40 -04:00
Henry Liu 77ecc224b8 change callout from warning to caution 2021-03-02 15:11:18 +08:00
Caleb Collins-Parks bee671b579 add warning about counterintuitive readiness probe
As evidenced by https://github.com/kubernetes/kubernetes/issues/27114 the naming leads one to think that a liveness probe executes after a readiness probe. This is not the case.
2021-02-04 10:37:31 -08:00
morihaya e57ff3eb52 Add a default description to path of HTTP probes 2020-12-30 21:36:08 +09:00
Sergey Shevelev 7e4e475611 Fix examples for http probe headers 2020-12-22 13:58:55 -05:00
Kristin Martin 86d9492ccb Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20 2020-12-03 11:58:44 -08:00
Nate W f205837b9a Updating docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes
Adding the successThreshold default value of startupProbe in the Configure Probes section.

fixes: https://github.com/kubernetes/website/issues/24049
Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
2020-11-25 17:29:21 -08:00
Hugo Fonseca 2300a3e0fe HTTP Probe - Update documentation about default headers 2020-11-12 15:47:40 +00:00
Sergey Kanzhelev 1f306541c7 Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-11 01:39:07 -08:00
Sergey Kanzhelev 1a13c6ba45 Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-11 01:38:45 -08:00
Sergey Kanzhelev d81ee2342a Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-11 01:38:09 -08:00
Sergey Kanzhelev 220a7b201b ExecProbeTimeout feature gate introduction 2020-11-10 00:10:11 +00:00
Hugo Fonseca f5a8dbe61e HTTP Probe - Documenting about default headers 2020-10-31 17:12:42 +00:00
TAKAHASHI Shuuji c6a96128c4 Replace special quote characters with normal ones. 2020-08-11 21:05:22 +09:00
Qiming Teng 92ae1a9cf8 Tune links in tasks section (2/2) 2020-08-08 16:15:28 +08:00
Josef Brandl f52ab1241b Fix description of failureThreshold 2020-06-22 10:08:40 +02:00
Karen Bradshaw ecc27bbbe7 add en pages 2020-06-09 19:33:15 -04:00
Jon Huhn ab052f11cd Fix typo 2020-04-14 12:53:47 -05:00
Tim Bannister 6f48108c95 Cleanup container probes task (#18233)
* Fix markdown for sample output

Don't highlight this sample output as if it's Bourne shell code.

* Tweak capitalization

- Pod is an API object type
- Container exists in the Kubernetes API, but you can't:
  kubectl get container
- Socket isn't an API object type

* Pin source to relevant release

Handle case where sample Golang server changes in master branch post
release.

* Tweak page wording

- Reword a heading in What's Next to explain the links
- explain context for a probe
2020-03-15 22:24:35 -07:00
Jonathan McCall ed95607ae6 Be more explicit about what kind of probe (#17943)
My guess is that this refers to a TCP probe as opposed to the HTTP probe referred to above.
2020-01-12 08:21:37 -08:00
Jonathan Hall 8fc9b513ec Spelling correction (#17895) 2019-12-01 16:49:04 -08:00
shub-asa1 a6c0b0c698 fix for issue #16629 (#16853)
* fix for issue #16629

this is a fix for issue #16629 .

* Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-10-14 15:43:51 -07:00
Eric Briand 99c450f59c Change title to add Startup probe (#16475)
* Change title to add Startup probe

* renamed task file to reflect title change

* changed intro sentence to add startup probe
2019-09-22 20:27:22 -07:00