Commit Graph

96 Commits

Author SHA1 Message Date
Filip Křepinský 88d33034b7 add note about Terminating pods when rolling out a Deployment
- fix number of Pods when describing the rollout functionality
2022-02-24 20:15:36 +01:00
Filip Křepinský 8f8d2bb039 make deployment status behaviour more descriptive 2022-01-10 21:22:45 +01:00
Kubernetes Prow Robot a6f6f7d9d9
Merge pull request #30213 from avinashupadhya99/fix-deployment-rollout-pause-resume-wordings
Improvement for k8s.io/docs/concepts/workloads/controllers/deployment/ pause rollout wordings
2021-12-05 16:58:32 -08:00
Kubernetes Prow Robot bbeb5184a7
Merge pull request #29739 from jtslear/jts/recommend-hpa-config
Add recommendation for Deployment when HPA is enabled
2021-12-05 14:56:32 -08:00
John T Skarbek df3184bd52
Add recommendation for Deployment when HPA is enabled
* Advertise that we need to remove `spec.replicas` when a Horizontal Pod
  Autoscaler is active to prevent unnecessary changes in Pod counts during
  Deployment object changes
* Make note that a Deployment that has this value set behave awkwardly if a
  Deployment is scaled manually outside of the Deployment object

Signed-off-by: John T Skarbek <jtslear@gmail.com>
2021-11-30 18:37:10 -05:00
Avinash Upadhyaya 0913d9ed39 fix: deployment rollout pause and resume wordings
fix: revert link change for pausing deployments and some rewording

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-11-13 10:01:32 +05:30
Kubernetes Prow Robot 8f52166ac8
Merge pull request #28887 from chenxuc/pause-resume2
clarify rollout behavior in deployment
2021-11-09 23:13:26 -08:00
Kubernetes Prow Robot cc888c6eaa
Merge pull request #29881 from mallow111/issue-29850
Fix issue  #29850 - Drop v1.apps in Deployment
2021-10-26 03:35:31 -07:00
Min Wang 7ebe37aa3a
Update deployment.md 2021-10-25 12:24:22 -07:00
Min Wang 046e3a1643
Update deployment.md 2021-10-24 12:25:04 -07:00
Lucas Basquerotto 3dd5ec4121
Fix typo at deployment.md 2021-10-15 10:20:36 -03:00
Min Wang c170ba469f Fix issue #29850 - drop .v1.apps in doc deployment 2021-10-01 18:27:08 -07:00
Kubernetes Prow Robot 8890ac3668
Merge pull request #29593 from vaibhav2107/record-deployment
Remove the --record flag in https://kubernetes.io/docs/concepts/workloads/controllers/deployment.md
2021-09-27 18:40:43 -07:00
Tim Bannister 5b373f5bb9
Update “What's next” section of Workloads concept pages (#29730)
* Update “What's next” section of Workloads concept pages

Co-authored-by: Jihoon Seo <jihoon.seo@etri.re.kr>

* Add missing trailing / characters

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Arsh Sharma <56963264+RinkiyaKeDad@users.noreply.github.com>

Co-authored-by: Jihoon Seo <jihoon.seo@etri.re.kr>
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Arsh Sharma <56963264+RinkiyaKeDad@users.noreply.github.com>
2021-09-27 17:16:43 -07:00
Vaibhav f6c813de44 Remove the remaining last flag --record from deployment.md 2021-09-01 15:21:31 +05:30
Vaibhav a0d63d1125 Remove the --record flag in https://kubernetes.io/docs/concepts/workloads/controllers/deployment.md 2021-09-01 01:49:22 +05:30
chenxuc 1955629f42 clarify rollout behavior in deployment 2021-07-11 09:17:37 +08:00
Karen Bradshaw 3ff5ec1eff clean up use of word: just 2021-03-17 19:57:40 -04:00
Andrei Artemov 4919d66afc Update the note ragarding matchLabels vs matchExpressions in the Deployment document 2021-03-10 15:58:10 +02:00
Karen Bradshaw 3fd65482e8 clean up use of word: simply 2021-02-07 12:15:29 -05:00
kartik494 fd411a39c1 Update rollout deployment command 2020-12-08 18:29:05 +05:30
Walter Sosa 0948cf981e
Fix small typo: is updates --> is updated 2020-10-19 23:54:53 -07:00
Ashwin Ramaswami 511c92afbb
Add "and" 2020-10-11 21:20:23 -04: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
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
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
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
Tim Bannister 462d34ef75 Separate commands from output in Deployment concept 2020-06-15 21:07:42 +01:00
Karen Bradshaw ecc27bbbe7 add en pages 2020-06-09 19:33:15 -04:00
WangYun 83c30904c4
Update deployment.md
`s` is redundant.
2020-05-18 23:12:04 +08: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
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
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
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
Rajesh Deshpande be6c0c3a21
Removing references of `kubectl rolling-update` command (#19449)
* Removing rolling-update command details

Removing rolling-update command details

Removing references to kubectl rolling-update command

* Removing rolling-update references
2020-03-27 18:33:53 -07:00
inductor 4297f3b29c
Update nginx to modern versions (#19198)
* update nginx versions

* update

* update examples
2020-03-17 10:48:23 -07:00
Qiming Teng 6318dbb124
Resource name constraints (2) (#19119)
xref: #17969, #19099, #18746
2020-02-28 12:10:38 -08:00
nonylene bd50474a84 Fix invalid command (kubectl rolling-update) (#17607)
`kubectl rolling-update` is the right command.

Doc: https://kubernetes.io/docs/tasks/run-application/rolling-update-replication-controller/
2019-11-21 13:43:29 -08:00