Commit Graph

11 Commits

Author SHA1 Message Date
Kubernetes Prow Robot d1a0c76f6d
Merge pull request #48471 from ndixita/pod-resources-alpha
Document pod level resources
2024-11-29 15:58:57 +00:00
ndixita 0374213f57 KEP 2837: Pod Level Resources Alpha 2024-11-29 00:01:55 +00:00
Tim Allclair 6c3808ec10 In-Place Pod Resize Beta 2024-11-19 12:00:52 -08:00
Kubernetes Prow Robot a2d0b70c97
Merge pull request #45350 from dshebib/podResourceInPlaceExampleFix
Add feature gate to pod vertical resource scaling example
2024-04-22 13:48:28 -07:00
Tim Bannister 7b6866063f Switch more feature-state shortcodes to be data driven
When the feature gates graduate (or get deprecated), the associated
shortcode will update automatically.
2024-04-22 13:02:28 +01:00
Daniel Shebib e64910f778 Add feature gate to example 2024-03-12 14:41:25 -05:00
Mengjiao Liu e8b136c3b3 Use code_sample shortcode instead of code shortcode 2023-09-05 17:10:14 +08:00
Vincent 0457e9e660
Remove redundant word in resize-container-resources.md 2023-08-21 16:07:06 +08: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
Vinay Kulkarni a4eca1afc6
Documentation for in-place pod resize feature (#39845)
* Documentation for in-place pod resize feature

Fix issues from review feedback

Update content/en/docs/tasks/configure-pod-container/resize-container-resources.md

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

Better wording and formatting of overview section

Add descriptions about allocatedResources, resources, and resize fields

Update content/en/docs/tasks/configure-pod-container/resize-container-resources.md

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

Update content/en/docs/tasks/configure-pod-container/resize-container-resources.md

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

Apply suggestions from code review

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

* Simplify the changes by using bullet points

* Apply suggestions from code review

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-03-30 19:59:48 -07:00