Commit Graph

53 Commits

Author SHA1 Message Date
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
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
Jai Govindani 2c82e7d6cf
docs(manage-resources-containers): add volume and volumeMount for ephemeral storage
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-05-07 19:34:43 +07:00
Qiming Teng 4d20ce5b29 Add reference doc for kube-scheduler policy
This is a reference for kube-scheduler policy config generated from
kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:

```
./genref --include kube-scheduler-policy-config
```
2021-04-02 10:57:58 +08:00
Qiming Teng 79845b0c4a Add kubelet config reference
This is a reference for kubelet config generated from
github.com/tengqm/genref tool using the following command:

./genref -include kubelet-config
2021-04-01 21:53:14 +08:00
Karen Bradshaw 3ff5ec1eff clean up use of word: just 2021-03-17 19:57:40 -04:00
Pavel Nosov 815fe37905
Fix typo in manage-resources-containers.md 2020-12-17 20:43:17 +03:00
reylejano-rxm 34695f9380 dev-1.20 branch version for pod-lifecycle.md for feature state for k8s version 2020-10-14 09:35:18 -07:00
Kubernetes Prow Robot 245f8b6170
Merge pull request #23929 from SergeyKanzhelev/pidlimiting
pid limiting documentation
2020-10-09 01:15:07 -07:00
perk 4d94040676 Add explicit info about pod limits being applied to requests 2020-10-07 11:14:05 +02:00
Jorge Vallecillo 1213635880 Fix typos 2020-09-21 15:36:01 -06:00
Sergey Kanzhelev 7b7ed6bb10 documentation for pid limiting functionality 2020-09-17 17:00:28 +00:00
Chris Tomas c1f104e5f8
Update manage-resources-containers.md
Removed the "env" object from the "Meaning of memory" section. It has no utility.
2020-09-13 14:33:38 -05:00
Alec Lombardo e9c9b557fa Fix typo in resource unit documentation.
The spec specified a "plain integer or as a fixed-point integer", but a fixed-point number is the correct terminology.

As such, 1.7Gi and 1Gi should both work.
2020-08-21 09:32:42 -04:00
Kubernetes Prow Robot e4f6797510
Merge pull request #22557 from tengqm/fix-links-concepts
Fix links in concepts section
2020-08-01 15:43:40 -07:00
Eric Briand 052b7fb852
Renamed super.mycompany.com into images.my-company.example 2020-07-27 16:09:07 +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
Eric Briand 39ad302c82
Use more real container examples 2020-07-24 13:54:08 +02:00
Jerry Park 64f62106c1 Fix issue of document link in some documents 2020-07-05 22:46:08 +09:00
merishlalla 730f645283
Update the correct values for allocated resources
In the example, Memory limits and Memory requests per namespace don't add up correctly to the total displayed under Total requests.
2020-06-19 12:19:22 +02:00
Karen Bradshaw ecc27bbbe7 add en pages 2020-06-09 19:33:15 -04:00