Commit Graph

137 Commits

Author SHA1 Message Date
Savitha Raghunathan 95c94c03d5 resolving conflicts 2020-08-23 12:13:37 -04: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
Anna Jung 09d0f598fa Merge master into dev-1.19 to keep in sync 2020-08-11 08:34:02 -05:00
Kubernetes Prow Robot 8cb1149e9c
Merge pull request #23046 from pjhwa/fix-23045
Fix issue with k8s.io/docs/concepts/workloads/pods/
2020-08-09 11:00:19 -07:00
Jerry Park 00a3e0ae4b Fix issue with k8s.io/docs/concepts/workloads/pods/ 2020-08-09 23:03:55 +09:00
cedarkuo 6622de0b5e Fix pod-lifecycle typo bescheduled.
Replace bescheduled by be scheduled.
2020-08-08 17:30:10 +08:00
Kubernetes Prow Robot e6721ff8da
Merge pull request #22940 from lostsquirrel/patch-1
typo found
2020-08-07 07:30:18 -07:00
lostsquirrel e4c07f7dd0 typo found 2020-08-07 08:45:08 +08:00
Kubernetes Prow Robot 6fa854c10a
Merge pull request #22971 from lostsquirrel/patch-3
ADD missing space
2020-08-05 05:14:28 -07:00
lostsquirrel 8f299dfc70
ADD missing space
add possible missing space
2020-08-05 16:24:48 +08:00
Arhell f65ffd7a95 fix typo 2020-08-05 00:23:24 +03:00
lopes22 e563940013
Update pod-lifecycle.md 2020-08-03 21:11:55 -04:00
Savitha Raghunathan 53c71ad3f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-08-03 16:09:39 -04:00
dba-git eb0a35821d
grammar and syntax errors 2020-08-03 14:58:55 +02:00
Kubernetes Prow Robot e4f6797510
Merge pull request #22557 from tengqm/fix-links-concepts
Fix links in concepts section
2020-08-01 15:43:40 -07:00
Savitha Raghunathan e2a861c2f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-07-27 19:10:42 -04:00
micnncim 0e1678f78b Fix typo in pod-lifecycle.md 2020-07-28 04:35:12 +09:00
Qiming Teng 0bdcd44e6b Replace reference to redirect entries (1)
We are referencing the redirect entries in the docs, at many places.
These references should be updated to the correct content page.
2020-07-27 13:22:53 +08:00
Tim Bannister 49eee8fd3d
Revise Pod concept (#22603)
* Revise Pod concept

Adapt the existing Pod documentation to suit the Docsy theme, by
promoting the Pod concept itself to /docs/concepts/workloads/pods/

Following on from this, update the Pod Lifecycle page to cover the
lifecycle of a Pod and follow on directly from the Pod concept,
for readers keen to understand things in detail.

This change also removes the automatic contents list from the Pod
overview page. Instead, the new page links to all the pages
inside the Pod section.

* Update links to Pod concept

Link to updated content

* Incorporate Pod concept suggestions

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Revise StatefulSet suggestion for Pod concept

Co-authored-by: Celeste Horgan <celeste@cncf.io>

Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-26 20:18:16 -07:00
Wei Huang a886f56819
fixup: address comments 2020-07-15 12:22:36 -07:00
Wei Huang b74f399e5e
Promote PodTopologySpread to stable in 1.19 2020-07-15 10:53:29 -07:00
Aldo Culquicondor 91b83cf906 Docs revision
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-13 14:30:00 -04:00
Aldo Culquicondor e02160c63c Docs for new default PodTopologySpread functionality and gate
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-08 18:25:25 -04:00
Kubernetes Prow Robot 754c6b1a64
Merge pull request #21437 from alculquicondor/beta-component-config
Add Scheduling Configuration reference doc
2020-07-08 11:11:08 -07:00
Aldo Culquicondor 72090c98af Add Scheduling Configuration reference doc
Built from the existing Scheduling Profiles doc.

Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-06 16:32:21 -04:00
TAKAHASHI Shuuji 390bbf00bd
Use a link to the generated API document
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-06-24 22:23:28 +09:00
TAKAHASHI Shuuji f3cd1ca39b Fix the link to `type Handler` of k8s.io/api/core/v1. 2020-06-24 17:22:14 +09:00
Kubernetes Prow Robot a8a5a5ac32
Merge pull request #21603 from pranavbmcloud/patch-1
Redundant "Below is an example:" sentence
2020-06-10 11:46:52 -07:00
pranavbmcloud b438f9ca00
Removed sentence as embedded link was missing (#21627)
* Removed sentence as embedded link was missing

The link "https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20190221-pod-topology-spread.md#motivation" is 404 not found. 

Removed the sentence "See Motivation for more details.". Not the ideal solution, but couldn't find the new link.

Better solution would be to replace broken link with correct link.

* Update pod-topology-spread-constraints.md
2020-06-10 06:18:51 -07:00
Karen Bradshaw ecc27bbbe7 add en pages 2020-06-09 19:33:15 -04:00
pranavbmcloud 785cd198f6
Redundant "Below is an example:" sentence
The "Here is an example:" sentence follows a " Below is an example:" sentence. One of these 2 sentences is redundant.

Removed the "Below is an example:" sentence.
2020-06-09 20:41:02 +05:30
Sergey Kanzhelev 80fdf3ddaf
trivial url fix
typo in url. Correct url is this: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-initialization/#create-a-pod-that-has-an-init-container
2020-05-27 13:34:00 -07:00
Kubernetes Prow Robot f1929c87ea
Merge pull request #20924 from celestehorgan/fix-broken-links
Fix broken links identified by linkchecker
2020-05-14 07:22:22 -07:00
Celeste Horgan e0ae1338cd Correct links
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-12 13:58:32 -07:00
drfish f3fd15f042 Fix angle brackets issue for pod-topology-spread-constraints.md 2020-05-11 23:07:54 +08:00
Kubernetes Prow Robot 78ab651c9e
Merge pull request #18342 from sftim/20191227_tidy_pod_preset_pages
Tidy pages for PodPreset
2020-05-09 09:01:53 -07:00
willise 6e64f84983 docs: Add all probe explanation of init contaners
Signed-off-by: willise <sunshuai@cmss.chinamobile.com>
2020-05-09 11:03:47 +08:00
Kubernetes Prow Robot b92cd32196
Merge pull request #20833 from prasadkatti/pdb_feature_state
Add feature state for PodDisruptionBudget
2020-05-08 19:09:52 -07:00
Prasad Katti d1952bf98c Add feature state for PodDisruptionBudget 2020-05-07 16:09:18 -07:00
Prasad Katti 4b1a41b1ca Fix cluster state in example on Disruptions concept page 2020-05-07 14:25:29 -07:00
Wei Huang bd85794f04
Blog introducing PodTopologySpread 2020-05-04 20:17:31 -04:00
Tim Bannister 58498dc3ca Reword PodPreset concept
- Note feature state for PodPreset
- Emphasize section on enabling PodPreset
- Omit version check
  Assume that the reader has a supported version of Kubernetes that
  includes PodPreset.
- List PodPreset as a task prerequisite
  PodPreset is an alpha feature; you can't follow the task page unless
  it's enabled.
2020-04-27 11:35:42 +01:00
vldungureanu 7ccc1d2aed
Update pod-overview.md 2020-04-21 19:11:30 +02:00
Kubernetes Prow Robot 2c90f60d82
Merge pull request #17782 from sftim/20191123_reword_pod_overview
Reword Pod concept (overview page)
2020-04-20 19:50:57 -07:00
Kubernetes Prow Robot 60d3721604
Merge pull request #18252 from sftim/20191223_cleanup_pod_lifecycle
Clean up pod lifecycle page
2020-04-18 17:19:36 -07:00
Tim Bannister 8a92e05fba Revise Pod lifecycle page
Reword Pod readiness section
- “Pod Ready++” is stable, so word the documentation accordingly.
- In the documentation, call this “Pod readiness”
- Related tweaks

Reword Pod lifetime section
- mention StatefulSet
- omit mentioning ReplicationController as it's deprecated
- reword to suggest that the list of workload resources is non-exhaustive
and use glossary tooltips as well.
2020-04-13 23:20:04 +01:00
Kubernetes Prow Robot 2c694c97ab
Merge pull request #19970 from tsahiduek/pod_topology_spread_en
pod-topology-spread  links - Language en
2020-04-11 17:15:47 -07:00
Tim Bannister 068f8e4c69 Reword pod template concept information
- Mention address family in pod concept
  Preparing to reword this for IPv4 / IPv6 dual stack
- Fix capitalization for “cluster”, “container” and “volume”
  These are not resources you manage via kubectl
- Harmonize short descriptions for workload objects in glossary
- Expand definition of StatefulSet
- Use tooltip for “kubelet”
- Revise pod template text
- Revise What's Next section
2020-04-11 18:56:32 +01:00