Tom Mortimer-Jones
0ff9da888a
Link to better page on cron schedule format
...
The current link is to documentation for the 6 field cron schedule format with
an extra seconds field at the start.
The Wikipedia page is better as it documents the 5 field version of the cron
schedule format.
2020-06-16 08:41:17 +01:00
Tim Bannister
8f9551638b
Rename Job concept page
...
(including Netlify redirects)
2020-06-11 23:13:23 +01:00
Tim Bannister
f4b0238eb1
Reorder Job in workload controllers list
2020-06-11 23:11:34 +01: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
Kubernetes Prow Robot
a03d8db7e4
Merge pull request #21531 from kbhawkey/kb-cleanup-daemonset-concept
...
minor cleanup, remove links
2020-06-07 07:35:45 -07:00
Adam Gutglick
d32b9e2359
Fix numbering in the "Parallel Jobs" section
2020-06-07 12:53:28 +03:00
Karen Bradshaw
6e914e5e28
minor cleanup, remove links
2020-06-05 11:43:35 -04:00
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
Boris Od
9fd744eb93
Add a missing word
...
The sentence is not complete.
2020-05-25 14:07:00 +05:30
Kubernetes Prow Robot
782ff1b757
Merge pull request #20868 from jqmichael/patch-3
...
Clarify node affinity in ScheduleDaemonSetPods
2020-05-21 10:20:14 -07:00
WangYun
83c30904c4
Update deployment.md
...
`s` is redundant.
2020-05-18 23:12:04 +08:00
Divya Bhushan
c5915cb722
#20970-fixed broken link in concepts/workloads/controllers/statefulset/
2020-05-15 01:38:22 +02: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
Irvi Firqotul Aini
e852b9bb81
Make small changes to trigger tide.
2020-05-14 00:29:03 +07:00
Celeste Horgan
e0ae1338cd
Correct links
...
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-12 13:58:32 -07:00
Kubernetes Prow Robot
9f82c32a61
Merge pull request #20920 from sftim/20200512_fix_deployment_concept_markdown
...
Fix note shortcodes in Deployment concept
2020-05-12 12:48:22 -07:00
Kubernetes Prow Robot
1cecfd5ea7
Merge pull request #20891 from gavinfish/pod-topology-en
...
Fix angle brackets issue for pod-topology-spread-constraints.md
2020-05-12 12:12:21 -07:00
Tim Bannister
34894dafc2
Upgrade Note to Caution
...
This is a strong caution against making the change described here.
2020-05-12 19:07:16 +01:00
Tim Bannister
0729189257
Adjust Deployment Markdown for Hugo 0.70.x
...
Shortcodes that deal with indentation seem tricky in Hugo. Try this
work-around.
2020-05-12 19:06:26 +01:00
Irvi Firqotul Aini
380add9419
Fix indentation.
2020-05-12 23:12:27 +07:00
Adam Kaplan
55e17b86f2
mv "Assign Pods" and "Taints and Tolerations" concepts to "Scheduling and Eviction"
...
* Moved "Assigning Pods to Nodes" article to Concepts -> Scheduling and Eviction
* Moved "Taints and Tolerations" article to Concepts -> Scheduling and Eviction
* Updated weight of the "Kubernetes Scheduler" article so it appears first
* Updated redirects
* Replaced links to "Assigning Pods to Nodes" and "Taints and Tolerations" articles
to avoid redirects.
Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-05-11 11:29:16 -04:00
drfish
f3fd15f042
Fix angle brackets issue for pod-topology-spread-constraints.md
2020-05-11 23:07:54 +08:00
jqmichael
691f8667c6
Clarify node affinity in ScheduleDaemonSetPods
...
> If node affinity of the DaemonSet pod already exists, it is replaced.
The original statement made it sound like the original node affinity was ignored when selecting the target node. Added clarification it is not the case.
For reference, the DaemonSet controller behavior.
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/daemon/daemon_controller.go#L1194
2020-05-09 18:40:18 -07: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
421caff2b5
Merge pull request #20741 from jqmichael/patch-2
...
Made autoscale command more explicit
2020-05-08 19:39:52 -07: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
Kubernetes Prow Robot
82ca68492e
Merge pull request #20830 from prasadkatti/fix_pdb_example
...
Fix cluster state in example on Disruptions concept page
2020-05-08 01:49:43 -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
Christian Bürgi
cf2d2b7970
Pod lifecycle edge-cases for Recreate strategy
...
Document Pod lifecycle behavior edge-case when using a Recreate strategy. This should document the "unexpected" behavior discussed in kubernetes/kubernetes#58814
2020-05-06 19:58:58 +02:00
Wei Huang
bd85794f04
Blog introducing PodTopologySpread
2020-05-04 20:17:31 -04:00
jqmichael
5f18998e73
Made autoscale command more explicit
2020-05-03 12:02:23 -07: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
Fuxing Loh
ddfa877602
Add missing default value to Progress Deadline Seconds
...
Potentially confusing sentence, being an optional value; not stating the default value might create an assumption that deployment will retry forever.
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#deploymentspec-v1-apps
2020-04-25 09:26:26 +08:00
vldungureanu
7ccc1d2aed
Update pod-overview.md
2020-04-21 19:11:30 +02:00
Kubernetes Prow Robot
ebf3d178c4
Merge pull request #20292 from rwanyoike/patch-1
...
Update deployment.md - Fix inconsistency and rollback message
2020-04-20 20:02:55 -07: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
varadaprasanth
f559ac498a
pod-template-hash label updated
...
code style has applied to the pod-template-hash label.
2020-04-16 18:05:24 +05:30
Rohit Mohta
9ff3899824
Move Desired & Current headers to rs section.
2020-04-14 21:25:22 -07:00
Tim Bannister
6a97c40e74
Expand details about CronJob timezone
2020-04-14 00:03:23 +01:00
Tim Bannister
7da5b12927
Note CronJob timezone comes from system timezone
...
The timezone for the kube-controller-manager (or if that's broken apart,
the cronjob controller) determines when CronJobs are scheduled.
This reverts commit bad124b857
.
2020-04-14 00:02:58 +01:00
Kubernetes Prow Robot
e3ecb569c2
Merge pull request #19270 from sftim/20200223_improve_cronjob_concept
...
Improve CronJob concept
2020-04-13 15:41:12 -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
Raymond
db27cfd719
Update deployment.md - Fix inconsistency and rollback message
...
- Fix inconsistency with configuration field references
- Fix message returns after performing a roll-back...
2020-04-13 20:43:35 +03: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