Commit Graph

198 Commits

Author SHA1 Message Date
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
lostsquirrel be9d7567be
This should not be shell
the code is yaml
2020-08-14 10:15:16 +08:00
Evgeny Shmarnev 7f1a2cace5 Improve order of workload resources 2020-08-10 09:56:48 +02: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
Kubernetes Prow Robot 9880cbd671
Merge pull request #22318 from tengqm/fix-19996
Fix pages that reference removed API groups
2020-07-26 19:38:18 -07:00
Kubernetes Prow Robot 2f075d2930
Merge pull request #22446 from jayunit100/patch-3
Update statefulset.md
2020-07-16 08:53:42 -07:00
jay vyas 3e33f7fd7c
Update content/en/docs/concepts/workloads/controllers/statefulset.md
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-15 19:59:52 -04:00
jay vyas efa6ab5347
Update statefulset.md 2020-07-15 12:39:52 -04:00
Kubernetes Prow Robot 6a93ddf4ba
Merge pull request #22445 from piazera/patch-1
Update deployment.md
2020-07-12 08:08:32 -07:00
jay vyas 167746be6f
Update content/en/docs/concepts/workloads/controllers/statefulset.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-12 08:20:25 -04:00
Leon Barrett 0f854ec760
Update content/en/docs/concepts/workloads/controllers/job.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-11 10:45:07 -07:00
Leon Barrett 7b92c46503 Fix description of back-off count reset
By carefully reading the code in `job_controller.go`, I finally understood that
the back-off count is reset when `forget` is true, which happens when `active`
or `successful` changes without any new failures right at the moment. That
happens in this code:

dd649bb7ef/pkg/controller/job/job_controller.go (L588)

That behavior does not match what this document says. My change fixes the doc
to match the code.

It might be better to fix the behavior to match the doc, since the behavior is
kind of weird to describe. But I imagine that the Kubernetes team will need to
consider factors I'm not aware of before deciding to change job back-off
behavior, so I am not going to the effort of proposing a change like that.
2020-07-10 14:10:05 -07:00
jay vyas 0f8593d1b7
Update statefulset.md 2020-07-09 17:47:08 -04:00
Marcos 043737c6b6
Update deployment.md 2020-07-09 14:57:15 -03:00
Qiming Teng e097b93c8e Fix pages that reference removed API groups
Quite some resources have been moved out of the `extensions` API group
since 1.18; the `apps/v1beta1` and `apps/v1beta2` group versions are
also dropped. This PR updates the pages which still reference such API
groups or group versions.
2020-07-04 13:23:26 +08:00
Weiping Cai 03092eed1c
remove unnecessary note
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-21 13:56:36 +08:00
Kubernetes Prow Robot e6f724063a
Merge pull request #21717 from sftim/20200613_kubectl_rollout_sample_output_separate_from_command
Separate commands from output in Deployment concept
2020-06-19 22:46:39 -07:00
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 462d34ef75 Separate commands from output in Deployment concept 2020-06-15 21:07:42 +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
Karen Bradshaw ecc27bbbe7 add en pages 2020-06-09 19:33:15 -04:00
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
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
Irvi Firqotul Aini e852b9bb81 Make small changes to trigger tide. 2020-05-14 00:29:03 +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
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 421caff2b5
Merge pull request #20741 from jqmichael/patch-2
Made autoscale command more explicit
2020-05-08 19:39:52 -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
jqmichael 5f18998e73
Made autoscale command more explicit 2020-05-03 12:02:23 -07: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
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
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
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
Tim Bannister 80e05e4e52 Improve CronJob concept page
Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-04-09 06:23:26 +01:00
Prasad Katti dfcf2a069b
Update replicaset.md 2020-04-01 18:56:51 -07:00