Naoki Oketani
5b29859b33
chore: fix invalid location.hash
2021-03-01 22:20:38 +09:00
Kubernetes Prow Robot
58aef59d6c
Merge pull request #26097 from alculquicondor/patch-1
...
Remove indication that a failed scheduling attempt removes the Pod
2021-02-24 17:41:25 -08:00
Yao Ding
70ebc7f6ec
Update ephemeral-containers.md
2021-02-09 08:11:02 -05:00
Yao Ding
6b19266c3e
fix indentation
2021-02-08 14:43:40 -05:00
Naoki Oketani
df34ae5314
fix an invalid location.hash
2021-02-05 23:30:29 +09:00
Aldo Culquicondor
bda3cea5a6
Remove indication that a failed scheduling attempt removes the Pod
...
/sig scheduling
2021-01-14 14:47:31 -05:00
Karen Bradshaw
0166a0b08e
add docs for version shortcodes
2021-01-12 17:20:33 -05:00
Kubernetes Prow Robot
28b393032b
Merge pull request #24995 from PrakherS/patch-1
...
Update pod-lifecycle.md
2021-01-12 11:42:35 -08:00
Kubernetes Prow Robot
0b52aec1ae
Merge pull request #24986 from Cweiping/feature/add_note_for_termnating
...
Clarify pod phase Terminating
2021-01-12 09:54:35 -08:00
Kubernetes Prow Robot
8fb9c90efb
Merge pull request #25950 from saintmalik/patch-1
...
Fix broken url in docs
2021-01-11 09:46:25 -08:00
Kubernetes Prow Robot
a66af45c21
Merge pull request #25871 from ydFu/patch-1
...
Add content in init-containers.md
2021-01-08 10:02:29 -08:00
SaintMalik
f5b9d5dafe
Update disruptions.md
2021-01-06 19:59:02 +01:00
SaintMalik
a7fd0c9ef7
Update disruptions.md
2021-01-05 16:53:58 +01:00
SaintMalik
49675afab8
Fix broken url in docs
...
## Summary
Easy navigation and easy reading for others
2021-01-05 04:47:39 +01:00
Kubernetes Prow Robot
493069d2bf
Merge pull request #25859 from npu21/init-container
...
fix init container status describe fault
2021-01-03 18:15:55 -08:00
Kubernetes Prow Robot
9db733d9a0
Merge pull request #25873 from ydFu/patch-2
...
Add Code blocks in pod-topology-spread-constraints.md
2020-12-30 10:07:50 -08:00
Ader
053103dc4a
Add Code blocks in pod-topology-spread-constraints.md
...
Add Code blocks in the Markdown spec to make it easy to read..
2020-12-30 20:57:11 +08:00
Ader
4ff57afdea
Add content in init-containers.md
...
Add description to make it easy to read.
* Distinguish between 'command'and 'output'.
2020-12-30 20:43:57 +08:00
Zhang Yong
8e10900834
fix init-Container status describe fault
2020-12-30 11:16:15 +08:00
Qiming Teng
6f9a31a1fc
Update Pod overview
...
This PR adds some clarifications about Pod update and Pod replacement,
which can be pretty confusing to new users.
2020-12-28 08:34:18 +08:00
Ader
21c5750086
Fix some typo in init-containers.md
...
Fixed a typo in manage-resources-containers.md (Kubelet → kubelet)
2020-12-19 14:13:40 +08:00
Kristin Martin
86d9492ccb
Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20
2020-12-03 11:58:44 -08:00
Weiping Cai
9e9bb44eeb
clairfy pod phase Terminating
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-11-26 17:12:08 +08:00
jlsong01
1b7708b975
rm podpresent
2020-11-25 23:38:13 +08:00
Kubernetes Prow Robot
cdd6e9a059
Merge pull request #24525 from sftim/20201012_explain_pod_template_updates
...
Improve explanation about pod template updates
2020-11-25 07:20:39 -08:00
Somtochi Onyekwere
ba77c903ed
Merge remote-tracking branch 'upstream/master' into dev-1.20
2020-11-19 17:09:49 +01:00
SHARATH ARADHYAMATH
983df6134c
Fix typo in container restart policy #25041
...
Issue: https://github.com/kubernetes/website/issues/25041
Description: Missing space in the word "forthat", it should be "for that".
Fix: Fixed the missing space in "forthat" under the topic "Container restart policy".
Doc link: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
2020-11-17 20:11:39 +05:30
Prakher Singhal
a2a2896865
Update pod-lifecycle.md
...
Default for periodSeconds field of startupProbe resource is 10 seconds.
$ kubectl explain pod.spec.containers.startupProbe.periodSeconds
KIND: Pod
VERSION: v1
FIELD: periodSeconds <integer>
DESCRIPTION:
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum
value is 1.
2020-11-12 14:51:23 +05:30
Lee Verberne
179c821b02
Update kubectl debug docs for 1.20 release ( #24847 )
...
* Update kubectl debug docs for 1.20 release
* Apply suggestions from code review
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-11-09 04:46:25 -08:00
Aldo Culquicondor
ac3d7d5642
Graduate default pod topology spread to beta
2020-11-03 10:11:05 -05:00
Aldo Culquicondor
eda7a79ea2
Fix feature state for cluster-level default topology spread
...
The configuration is part of the PodTopologySpread feature
(previously known as EvenPodsSpread)
2020-11-03 09:29:27 -05:00
Kristin Martin
d2c63597e5
Merge remote-tracking branch 'upstream/master' into dev-1.20
2020-10-28 14:24:02 -07:00
Kubernetes Prow Robot
84b3e50605
Merge pull request #24764 from adtac/pts1
...
pod topology spread: add note about GA and feature gates
2020-10-28 07:35:56 -07:00
Adhityaa Chandrasekar
ede08e612b
pod topology spread: add note about GA and feature gates
...
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2020-10-28 13:53:32 +00:00
rob
d71c214426
fix KubeSchedulerConfiguration syntax
2020-10-23 12:10:38 -10:00
eagleusb
45ec60bed5
Merge master into dev-1.20 to keep in sync
2020-10-22 17:44:02 +02:00
Qiming Teng
070023b24a
Fix links in concepts section
2020-10-22 14:24:56 +08:00
Kubernetes Prow Robot
62407cef77
Merge pull request #24587 from sftim/20201015_fix_glossary_containers_link
...
Fix glossary containers link
2020-10-17 10:46:12 -07:00
Kubernetes Prow Robot
ff44a14437
Merge pull request #24569 from climent/patch-2
...
Update pod-lifecycle.md
2020-10-17 08:02:12 -07:00
Tim Bannister
08ef8f205c
Reinstate link to container concept via glossary
...
This reverts commit 74dee75144
.
2020-10-15 12:00:00 +01:00
Neha Viswanathan
74dee75144
update link to container concepts
2020-10-14 22:25:57 -07:00
reylejano-rxm
34695f9380
dev-1.20 branch version for pod-lifecycle.md for feature state for k8s version
2020-10-14 09:35:18 -07:00
Jesus Climent
e6c7f7eadf
Update pod-lifecycle.md
...
Updated the table limits so that values do not get truncated.
2020-10-14 10:14:22 -04:00
Kubernetes Prow Robot
e6979ce921
Merge pull request #24439 from climent/patch-1
...
Update pod-lifecycle.md
2020-10-12 17:05:22 -07:00
Tim Bannister
225be5b8c8
Improve explanation about pod template updates
...
- (try to) imply that pod templates are part of an owning resource,
not part of the pod itself
- explain that the owning resource must replace Pods if the pod
template changes
2020-10-12 20:32:42 +01:00
Kubernetes Prow Robot
5f2e72bf9a
Merge pull request #23332 from matthyx/master
...
Promote startupProbe to GA in 1.20
2020-10-09 21:48:47 -07:00
Kubernetes Prow Robot
542729faf1
Merge pull request #24444 from RoSk0/issue-24399
...
Add missing text
2020-10-09 03:21:06 -07:00
Ro$k0
6d4fd2ab2b
Add missing text
2020-10-09 22:17:35 +13:00
Jesus Climent
80d695656f
Update pod-lifecycle.md
...
Redundant "without problems" removed.
2020-10-08 14:48:15 -04:00
Oleksandr Slynko
0c730420e7
Startup probe is in beta since 1.18
2020-10-07 10:23:58 +01:00