Commit Graph

119 Commits (aae228c0377a677b59df6543f0b51cd21fcab176)

Author SHA1 Message Date
Qiming Teng e6855623c7 Fix some hyperlinks in the markdown files 2024-09-13 09:33:51 +08:00
Ritikaa96 53dc63aec8 editing as per the reviews.
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2024-07-23 15:13:25 +05:30
Ritikaa96 5053a95f53 Adding glossary tooltip for watch in k/docs
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2024-07-23 15:08:24 +05:30
Dipesh Rawat c889d9b251
Add metadata to use mechanism for API reference links 2024-03-14 14:50:24 +00:00
Lucifergene 70f29136d2 Added Tabs to mention RollingUpdate Deployment Strategy YAMLs 2023-09-06 22:16:39 +05:30
Mengjiao Liu e8b136c3b3 Use code_sample shortcode instead of code shortcode 2023-09-05 17:10:14 +08:00
Kubernetes Prow Robot 93247c7e63
Merge pull request #40336 from DanteMustCode/patch-3
fix the number of replicas in an example
2023-09-01 08:04:32 -07:00
DanteMustCode e98751da85 fix the number of replicas in an example 2023-08-30 10:49:49 +08:00
Kubernetes Prow Robot d416014d5c
Merge pull request #42155 from tamilselvan1102/patch-3
Update [Creating a Deployment] section
2023-08-01 15:32:22 -07:00
Mengjiao Liu 68ba9633a2 Switch English to use code not codenew shortcode 2023-08-01 16:57:17 +08:00
Andrey Goran eb522c126f
Replace {{< codenew ... >}} with {{% codenew ... %}} in all English docs (#42180)
* Replaced {{< codenew ... >}} with {{% codenew ... %}} in all files

* Reverted changes in non-english localizations
2023-07-25 05:54:06 -07:00
Tamilselvan 21440deebf
Update [Creating a Deployment] section 2023-07-24 10:15:11 +05:30
Tim Bannister 50635afc37 Improve overview for workload APIs
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Aldo Culquicondor <acondor@google.com>
2023-07-11 09:36:34 +01:00
lakshmi prasuna 589f10154f
Added more points to what's next section under deployment page (#38230)
* Added more points to what's next section under deployment page

* updated content as per review comment

* reworked on comments

* rebase and reworked

* fix format

* Update deployment.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-05-23 03:06:26 -07:00
Andreas Ttofi 253c851b85
add improvement as per issue 28427 (#41057)
* add improvement as per issue 28427

* Update content/en/docs/concepts/workloads/controllers/deployment.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* dummy commit

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-05-15 11:49:27 +08:00
Kubernetes Prow Robot 884010df9f
Merge pull request #40752 from YiNNx/fix/pod-template-hash
[en] fix incorrect pod-template-hash labels in deployment.md
2023-05-07 02:41:15 -07:00
Khush Patibandha cac1228075
added hyperlink to refer to 'define environment variable for a container' (#40936)
* added hyperlink to refer to 'define environment variable for a container' to 'deployment'

* hyperlink updated

* 'Deployment' fix and re-wording changes
2023-05-04 06:56:42 -07:00
yinn_x 593bca64c5 [en] fix incorrect pod-template-hash labels in deployment.md 2023-04-18 18:52:01 +08:00
zhuzhenghao 6844bc085e Clean up page deployment 2023-02-18 19:06:48 +08:00
Tim Hockin d3c4fe6759
Recommend DNS Label for workload names 2022-12-16 09:53:32 -08:00
Pieter 01762bacc1
Clarify role of ReplicaSet 2022-11-24 21:09:37 +01:00
Max Jonas Werner 89f105390d
Fix note about ReplicaSet names
The RS name is always derived from the hash of the pod template and
it's not random.
2022-08-25 13:08:44 +02:00
William Steinford d6a1ba2a6d Fix the grammar by using the verb form 'set up' where appropriate instead of the noun 'setup' 2022-08-08 16:48:26 -04:00
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