Commit Graph

72 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
Kubernetes Prow Robot 2b9e8efd45
Merge pull request #46222 from haircommander/clarify-mem
clarify CPU and memory limit enforcement differences
2024-11-25 00:38:54 +00:00
Peter Hunt 0666011822 clarify CPU and memory limit enforcement differences
Clairify the container runtime and kubelet do not enforece memory limits, the kernel does.
Also clarify that workloads won't always be OOM killed, and more clearly spell out the differences
between memory and CPU limits

Signed-off-by: Peter Hunt <pehunt@redhat.com>
2024-10-31 12:25:29 -04:00
Flamur Gogolli dbc57ad602
Fix typos and text in manage-resources-containers.md
Fix typos and text in manage-resources-containers.md
2024-10-30 17:02:04 +01:00
Darian Culver f4f6990dcc Amend upstream contribution and resource management documentation
This commit introduces one typo change and one clarity change.

These changes are also required for the zh-cn localizations - I'll submit
these as a subsequent MR per the localization contribution docs.
2024-08-21 13:26:41 +12:00
Kubernetes Prow Robot d879656b87
Merge pull request #46967 from PannagaRao/promote-xfsQuota-to-beta
Promote ephemeral storage quota to beta(1.31)
2024-07-30 06:48:12 -07:00
PannagaRamamanohara 97899e0511 update LocalStorageCapacityIsolationFSQuotaMonitoring to beta
Signed-off-by: PannagaRamamanohara <pbhojara@redhat.com>
2024-07-29 13:54:32 -04:00
Shu Muto 2c45e1ae28
Add caution for using memory-backed emptydir (#44949)
* Add caution for using memory-backed emptydir

To use default size of memory-backed emptydir,
some risks exist. So this adds cautions for the risks.

* Fix sub section title

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

* Move conciderations for memory backed emptyDir into
Resource Management for Pods and Container page.

* Revirt removing spaces on volumes.md

* Revirt removing spaces on manage-resources-containers.md

* Fixed to make it more readable and concise

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-07-12 16:36:55 -07:00
g1franc ab0631a407
Update manage-resources-containers.md
Add explanation as for why "1500m" is not a whole number.
2024-03-07 11:36:43 +01:00
Tim K f66ac641af
fix: update note on manage-resources-containers on using milliCPU form (#44003)
Update manage-resources-containers.md

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

Empty-Commit
2023-12-22 03:15:41 +01:00
Qiming Teng 2fe79a7c28 Update references to the config APIs 2023-12-14 09:24:12 +08:00
Kubernetes Prow Robot 386c390e52
Merge pull request #35011 from Kartik494/resourcequotabehavior
Document the resource quota working and steps require to enforce  resource quota on ephemeral storage
2023-06-08 03:02:14 -07:00
Tamilselvan b189eebd48
wrapping in to <80 characters 2023-05-31 10:40:25 +05:30
tamilselvan1102 3cf47e9bb0 Add glossary tooltip for kubelet 2023-05-25 17:28:45 +05:30
Kartik Sharma 8404c668f8
Merge branch 'main' into resourcequotabehavior 2023-05-25 11:43:13 +05:30
Kubernetes Prow Robot edc769baa4
Merge pull request #39576 from sftim/20220108_improve_api_documentation_objects_part_1
Reorganize Working with Kubernetes Objects section
2023-05-10 18:39:09 -07:00
Tim Bannister 634c17f61c Reorganize Working with Kubernetes Objects section
- move Understanding Kubernetes Objects to be section overview
- within the section, consistently link to the new (moved) page from the
  first mention of “object”
- add a redirect

Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2023-04-29 21:39:42 +01:00
Filip Křepinský 7efbeea51f remove beta reference from LocalStorageCapacityIsolation GA promotion 2023-04-17 14:33:23 +02:00
kartik sharma 095525610d improvement to resource quota behaviour on resources
Update content/en/docs/concepts/configuration/manage-resources-containers.md

Co-authored-by: Chris Negus <striker57@gmail.com>

Update content/en/docs/concepts/configuration/manage-resources-containers.md

Co-authored-by: Chris Negus <striker57@gmail.com>

Update content/en/docs/concepts/configuration/manage-resources-containers.md

Co-authored-by: Chris Negus <striker57@gmail.com>
2023-04-06 09:39:27 +05:30
Saumya f90a5d67d5
Update content/en/docs/concepts/configuration/manage-resources-containers.md
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-03-11 21:34:52 +05:30
SaumyaBhushan 00c6755c26 updated link 2023-02-15 09:57:27 +05:30
shubham82 6e87bdd416 Fixed the Broken Link for Quality of Service classes for Pods. 2023-02-07 14:08:27 +09:00
Daniel Shebib 4e9007f191 Add new page for QoS class
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-02-05 20:08:25 -06:00
Matthew Cary 8eece1b4b4 Clarify emptyDir sizeLimit 2022-10-24 10:34:49 -07:00
Kubernetes Prow Robot bad7e81e20
Merge pull request #36401 from kikisdeliveryservice/revert-localstoragecapacityisolationf
Revert: promote LocalStorageCapacityIsolationFSQuotaMonitoring to beta
2022-09-07 10:28:37 -07:00
Ryan Phillips 80ebbadd93 add new note for ephemeral storage calculations 2022-09-06 15:14:24 -05:00
Kirsten Garrison 04f97948d3 Revert: promote LocalStorageCapacityIsolationFSQuotaMonitoring to beta
This feature has been reverted to alpha in master and 1.25.
Related-to: https://github.com/kubernetes/kubernetes/pull/112076
Related-to: https://github.com/kubernetes/kubernetes/pull/112078
Related-to: https://github.com/kubernetes/enhancements/issues/1029
2022-08-29 19:16:40 -07:00
Paco Xu ce46585ef5 Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-17 09:31:31 +08:00
jinxu d0a4713d18 Update LocalStorageCapacityIsolation GA
update feature GA
2022-08-15 13:30:08 -07:00
Thomas Matrejek 8f63028589
Fix quantity case for ephemeral storage
All resource requests parse units the same way. Ephemeral storage previously had an upper case `K` as a valid unit but the kubernetes server can not parse this value.

Similar to memory, add a statement regarding that a lowercase `m` will be accepted by the kubernetes server, but is probably an incorrect request.
2022-07-11 17:37:36 -04:00
Sean Wei 34721abcac Use relative links for k8s.io 2022-06-30 12:08:14 +08:00
Kubernetes Prow Robot 314ad4c43a
Merge pull request #32326 from nirroz93/patch-2
Changing note about limits without requests
2022-04-30 10:11:12 -07:00
xin.li e6276724bb [en] modify link about debug
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-30 09:48:28 +08:00
Sudheer Satyanarayana 81881f8d84
minor text edit
`Pay attention to the case of suffixes` seems better than `Take care about case for suffixes`
2022-03-27 16:01:25 +05:30
Nir Rosenthal 76e78444ef
per https://github.com/kubernetes/website/pull/32326#discussion_r830493057 2022-03-19 17:39:59 +02:00
Nir Rosenthal 3f0f56f0f2
Changing note about limits without requests
this is true for all limits (not only CPU and memory but also ephemeral storage)

4d08582d1f/pkg/apis/core/v1/defaults.go (L159)
2022-03-18 00:06:10 +02:00
Kubernetes Prow Robot a3b30be299
Merge pull request #31558 from chrismetz09/metzResourceMetrics
update resource metrics pipeline section
2022-02-21 04:38:11 -08:00
chrismetz09 10e7039a69 update resource metrics pipeline section 2022-02-11 07:09:01 -08:00
Shivam Singhal d722e64d1d Fix link of XFS project quotas in manage-resources-containers 2022-02-11 15:47:38 +02:00
d3vus 42e88a361c Updated managed-resource-containers.md 2022-01-13 13:05:17 +05:30
Kubernetes Prow Robot 2521d09aff
Merge pull request #29227 from sftim/20210804_tweak_resource_limiting_troubleshooting_advice
Tweak advice about managing resources for containers
2021-12-21 17:13:36 -08:00
Qiming Teng f733bbb956 Remove kube-scheduler-policy contents 2021-12-18 09:43:50 +08:00
Tim Bannister 367faca49f Tweak advice about managing resources for containers
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2021-12-08 21:40:16 +00:00
Jason Kim (Jun Chul Kim) add3441154 Update manage-resources-containers.md
Warn people about mistaking "M" suffix for "m" when setting resource limits #30499
2021-11-24 23:11:27 +09:00
Sander Saares 667d338866 Adjust wording based on review comment 2021-10-22 16:41:21 +03:00
Sander Saares 3f5ab3f982 A CPU request does not result in a guarantee
It is merely a pod placement constraint but the phrasing leads readers to  the incorrect understanding that some actual CPU time is guaranteed/reserved. Re-phrase to make it clear this is nothing more than a request.
2021-10-22 09:02:42 +03:00
Kubernetes Prow Robot dc262ad58b
Merge pull request #27905 from jai/jai/fix-20134
docs(manage-resources-containers): add volume and volumeMount for ephemeral storage
2021-08-24 10:41:14 -07:00
Alexey Kopytko 9ca04a1014
Update Managing Resources to mention the measure of CPU time 2021-08-11 18:30:33 +09:00
rahdeck c80e5640da
Lowercase one of the memory suffixes
Upper case 'K' suffix for memory results in an invalid request.
2021-07-22 10:43:37 +10:00