Salvador González González
9cc4fde667
Remove v2 controller mention
...
I removed mention to v2 controller behaviour.
2021-01-17 09:36:18 +00: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
8b86f5f172
Merge pull request #25985 from ajaygm/patch-1
...
Fixed deprecated delete cascade 'false' value
2021-01-11 10:26:24 -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
Ajay
27ceb5928a
rephrased as suggested by tengqm
...
Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>
2021-01-08 11:48:48 +05:30
Ajay
0be35d69dd
Update garbage-collection.md
2021-01-08 07:37:03 +05:30
Ajay
c15a08afd1
Fixed deprecated delete cascade 'false' value
...
`kubectl delete --cascade=false` is now deprecated in favor of `kubectl delete --cascade=orphan`
2021-01-07 07:45:11 +05:30
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
4fa76e24df
Merge pull request #25940 from ydFu/pr-2
...
Add content in replicationcontroller.md
2021-01-04 17:19:57 -08: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
Kubernetes Prow Robot
1f862d96bd
Merge pull request #25756 from tengqm/improve-pod-overview
...
Update Pod overview
2020-12-30 09:57:49 -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
Ader
abb825dd10
Add content in replicationcontroller.md
...
Add description to make it easy to read.
* Distinguish between 'command'and 'output'.
2020-12-29 09:34:03 +08:00
Ader
aa571fbf8d
Add content in job.md
...
* Add description to make it easy to read.
* Distinguish between 'command'and 'output'.
* Add the code blocks to the Markdown spec.
2020-12-28 09:44:04 +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
Kubernetes Prow Robot
c6db174ca9
Merge pull request #25078 from shekhar-rajak/92636_cron_syntax
...
Add basic cron syntax in documentation
2020-12-23 05:28:26 -08:00
Kubernetes Prow Robot
7b82cafcd7
Merge pull request #25713 from ydFu/patch-1
...
Fix some typo in init-containers.md
2020-12-20 12:22:24 -08:00
Kubernetes Prow Robot
9b35120daa
Merge pull request #24602 from sftim/20201015_tweak_workloads_concept_overview
...
Tweak wording for Workloads overview
2020-12-19 03:58:26 -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
Kubernetes Prow Robot
03dc8b99b9
Merge pull request #25491 from Kartik494/updatedeployment
...
Update rollout deployment command
2020-12-08 18:12:19 -08:00
Tim Bannister
aa27de5959
Tweak wording for Workloads overview
2020-12-08 23:46:27 +00:00
kartik494
fd411a39c1
Update rollout deployment command
2020-12-08 18:29:05 +05:30
Salvador González González
18b8846b9b
Update cron-jobs.md
...
Mention about v2 CronJob controller.
2020-12-08 11:00:18 +00:00
Anna Jung (VMware)
7f43aceddb
Merge remote-tracking branch 'upstream/master' into dev-1.20
2020-12-07 10:39:57 -06:00
Salvador González González
d38c74124a
Update content/en/docs/concepts/workloads/controllers/cron-jobs.md
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2020-12-06 20:08:30 +00:00
salva.gglez
845a885531
Add a caution message on CronJob Controller workload if using startingDeadlineSeconds with a value less than 10s
2020-12-06 17:02:01 +00:00
Janet Kuo
e837312f1f
Remove problems in DaemonSet fixed by controllerRef
...
The sentence describes a problem that's solved by the introduction of controllerRef (ownerRef with controller==true) feature. Removing it.
2020-12-03 17:20:22 -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
Shekhar Prasad Rajak
df69d3c354
Cron schedule syntax and examples added
...
removed the reboot entry, since it is non standard scheudle syntax and not related to cron syntax for scheduling
2020-12-03 13:43:23 +05:30
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
Kubernetes Prow Robot
ffd2d2e44a
Merge pull request #25091 from liggitt/gc
...
Update GC cross-namespace note
2020-11-23 08:45:34 -08:00
Somtochi Onyekwere
ba77c903ed
Merge remote-tracking branch 'upstream/master' into dev-1.20
2020-11-19 17:09:49 +01:00
Kubernetes Prow Robot
35b3eba07d
Merge pull request #24643 from cognifloyd/patch-1
...
Fix minor typo in StatefulSets docs
2020-11-18 09:58:05 -08:00
Jordan Liggitt
8d96fcb423
Update GC cross-namespace note
2020-11-18 09:14:07 -05: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
Maciej Szulik
4f0068f333
Add information how to enable cronjob controller v2
2020-11-12 16:31:41 +01:00
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
Walter Sosa
0948cf981e
Fix small typo: is updates --> is updated
2020-10-19 23:54:53 -07:00
Jacob Floyd
427c96e645
Fix minor typo in StatefulSets docs
...
`s/tpycally/typically/`
2020-10-19 13:29:13 -05: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
Kubernetes Prow Robot
9749d02404
Merge pull request #24579 from neha-viswanathan/24459-fix-hyperlink
...
update link to container concepts
2020-10-15 02:18:24 -07:00
Kubernetes Prow Robot
f5b07d0e14
Merge pull request #23737 from sftim/20200907_add_workload_concept_introduction
...
Add introduction to Workloads concept
2020-10-15 00:20:24 -07: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
45fa151732
Add introduction to Workloads concept
2020-10-12 21:06:19 +01: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
Ashwin Ramaswami
511c92afbb
Add "and"
2020-10-11 21:20:23 -04: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
Kenichi Omichi
8b3e6aa8c0
Fix output of 'kubectl rollout status'
...
If running 'kubectl rollout status' command, the output is like:
deployment "nginx-deployment" successfully rolled out
The corresponding kubectl code also shows it according to
e95e378e59/pkg/polymorphichelpers/rollout_status.go (L89)
2020-10-09 00:03:41 +00: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
Matthias Bertschy
096499936e
Promote startupProbe to GA in 1.20
2020-10-07 08:39:48 +02:00
Kubernetes Prow Robot
a4d016e1f9
Merge pull request #24311 from hikhvar/pod-termination-signal
...
Clarify the pod termination process.
2020-10-02 10:14:48 -07:00
Seongpyo Hong
481c02393e
Modify Understanding init containers section
2020-10-02 00:28:41 +09:00
Christoph Petrausch
1498f297d5
Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-01 10:43:30 +02:00
Christoph Petrausch
839863849c
Clarify the pod termination process.
2020-10-01 09:16:47 +02:00
Amos Chu
b8bc85f804
fix typo in content/en/docs/concepts/workloads/pods/_index.md
...
wrong spelling for comunicate, it should be communicate
2020-09-28 15:21:31 +08:00
TAKAHASHI Shuuji
47efc81828
Replace text diagrams with ones rendered by mermaid.
2020-09-22 23:54:50 +09:00
Riley Littlefield
b8e9488d84
Fixes typo
2020-09-13 22:47:25 -04:00
cimes-isi
e0859fdc4b
Typo in 'What's next' section
2020-09-10 14:19:29 -04:00
BartoszCki
8bcf7bb744
Make it idiomatic English
2020-08-28 00:31:06 +02:00
BartoszCki
9e9b22689c
Another typo
2020-08-27 16:07:59 +02:00
BartoszCki
9328c7d2b1
Another typo
2020-08-27 16:00:02 +02:00
BartoszCki
5c8f26e6d6
Fix a typo
2020-08-27 15:23:55 +02:00
Kubernetes Prow Robot
70b75e16f0
Merge pull request #22981 from shuuji3/en/replace-special-quote-with-normal-ones
...
Replace special quote characters with normal ones
2020-08-26 14:55:02 -07:00
Savitha Raghunathan
95c94c03d5
resolving conflicts
2020-08-23 12:13:37 -04:00
Kubernetes Prow Robot
427dda53b8
Merge pull request #23270 from lostsquirrel/patch-3
...
Remove the unessary code type
2020-08-20 15:27:40 -07:00
lostsquirrel
426e44bbad
remove the non paire parenthese
2020-08-20 16:24:10 +08:00
lostsquirrel
fdade94ecb
Remove the unessary code type
...
According to the rest part of this article. the `shell` for the output of command might be omitted
2020-08-20 16:16:36 +08:00
Kubernetes Prow Robot
67862b3abd
Merge pull request #22939 from lopes22/patch-1
...
Update pod-lifecycle.md
2020-08-18 14:23:11 -07:00
Zach Corleissen
bf37bf0498
Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md
2020-08-18 14:15:30 -07:00
Kubernetes Prow Robot
a2096d134e
Merge pull request #22927 from dba-git/patch-1
...
grammar and syntax errors
2020-08-16 23:16:18 -07:00
lostsquirrel
be9d7567be
This should not be shell
...
the code is yaml
2020-08-14 10:15:16 +08:00
Anna Jung
09d0f598fa
Merge master into dev-1.19 to keep in sync
2020-08-11 08:34:02 -05:00