Commit Graph

3722 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 c4199a667d
Merge pull request #48503 from tallclair/ippr
Update In-Place Pod Resize docs for v1.32
2024-11-27 12:22:57 +00:00
Charles Wong ace1c3b93a update docs for prefer-align-cpus-by-uncorecache feature 2024-11-26 18:55:26 +01:00
Kubernetes Prow Robot 58c810741d
Merge pull request #48797 from ffromani/issue-38121-cpu-manager
node: start moving the resource management docs to concepts
2024-11-26 17:20:56 +00:00
Kubernetes Prow Robot 45b62d8aed
Merge pull request #48515 from jsafrane/selinux-1.32
Document SELinuxChangePolicy and SELinuxMount
2024-11-26 16:56:56 +00:00
Francesco Romani 96a2e1793d node: start moving resource management docs to concepts
We have reached a point where the existing CPU management task page is quite hard to follow.
Start moving the resource management concepts to the concept page.

We begin with the CPU management policies, the worst offender right now.
Over time, the plan is to move all the concepts from tasks in the
concepts page.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2024-11-26 12:47:39 +01:00
Shedrack akintayo de1e09dca1 Merge remote-tracking branch 'upstream/main' into dev-1.32 2024-11-25 22:34:15 +00:00
Kubernetes Prow Robot 64ac7c4098
Merge pull request #48469 from jsturtevant/win-mem-cpu-feautre
Docs: Windows CPU and Memory Affinity
2024-11-25 21:06:56 +00:00
Kubernetes Prow Robot fc73d7ba9a
Merge pull request #48356 from nokia/KEP-4540-strict-cpu-reservation-doc
KEP-4540: CPUManager strict-cpu-reservation policy option documentation
2024-11-25 21:02:57 +00:00
Jing Zhang 4e699779da
Update content/en/docs/tasks/administer-cluster/cpu-management-policies.md
Co-authored-by: Daniel Chan <danieljoshuachan@gmail.com>
2024-11-22 09:29:49 -05:00
James Sturtevant 7f411ed891
Update content/en/docs/tasks/administer-cluster/topology-manager.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-11-21 19:38:28 -08:00
James Sturtevant 0867522df3
Update content/en/docs/tasks/administer-cluster/memory-manager.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-11-21 19:38:17 -08:00
James Sturtevant 6ca0d52b5c
Update content/en/docs/tasks/administer-cluster/cpu-management-policies.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-11-21 19:37:56 -08:00
James Sturtevant bd84bba8ad
Update content/en/docs/tasks/administer-cluster/cpu-management-policies.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-11-21 15:03:28 -08:00
Kubernetes Prow Robot a9a82f3bf0
Merge pull request #48753 from sftim/20241118_node_autoprovisioning
Tweak node capacity overprovisioning task
2024-11-21 00:26:53 +00:00
Shedrack akintayo c6afb74d66 Merge main into dev-1.32 to keep in sync 2024-11-20 14:04:09 +00:00
James Hewitt 22030b43ef
Clarify image pull secret documentation (#48718)
* Clarify image pull secret documentation

The statement about missing pull secrets is incorrect, the kubelet will still attempt to pull the image if a pull secret is missing.

Added some information about how multiple pull secrets are handled.

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>

* Update content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md

Co-authored-by: Xander Grzywinski <xandergrzyw@gmail.com>

* Clarify what happens if no pull secret matches

---------

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
Co-authored-by: Xander Grzywinski <xandergrzyw@gmail.com>
2024-11-20 00:22:53 +00:00
James Sturtevant bdc9bef55d
Updates based on feedback
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
2024-11-19 14:25:27 -08:00
James Sturtevant ce1491d47e
Apply suggestions from code review
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Aravindh Puthiyaparambil <aravindhp@users.noreply.github.com>
2024-11-19 14:05:38 -08:00
Tim Allclair 6c3808ec10 In-Place Pod Resize Beta 2024-11-19 12:00:52 -08:00
Tim Bannister d34ee98252
Tweak node capacity overprovisioning task 2024-11-19 14:31:41 +00:00
Jan Safranek 8e17234d93 Mention MountOption as the default 2024-11-19 10:03:41 +01:00
Jan Safranek bf32989b93 Mention KCM configuration 2024-11-19 09:52:58 +01:00
Jan Safranek 2c4e08e43a Document SELinuxChangePolicy and SELinuxMount 2024-11-19 09:42:55 +01:00
James Sturtevant e2cccab126
Add docs for Windows CPU and Memory Managers
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
2024-11-18 14:58:23 -08:00
Afzal Ansari 6325a083dc
Document overprovisioning for node autoscaling (#46635)
* Documented overprovisioning for node autoscaling

* Migrate to task page and refactors the steps

* traverses to task path

* updates task for configuration

* adds the configs steps

* adds resources to examples dir and refactors the tasks

* updates the deployment with Pod Anti-Affinity rules

* fixes the indentation

* removed index, transformed the deployment priority class and changed the section

* reformated the docs act docs standard
2024-11-18 15:52:53 +00:00
Kubernetes Prow Robot 1332f3fbdd
Merge pull request #48693 from michellengnx/merged-main-dev-1.32
Merge main branch into dev-1.32
2024-11-18 14:48:53 +00:00
Keita Mochizuki 958ed3be02
Add description about custom profile (#48154)
* Add custom profile

* fix1

* fix2

* fix3

* fix4
2024-11-17 00:26:52 +00:00
Kubernetes Prow Robot f56f76f79b
Merge pull request #48494 from ffromani/memory-manager-1.32
kubelet memory manager GA graduation
2024-11-12 00:54:45 +00:00
michellengnx d021207741 Merge main into dev-1.32 to keep in sync 2024-11-11 17:40:26 -05:00
Kubernetes Prow Robot 90e49055e9
Merge pull request #48606 from mengjiao-liu/fg-ServiceAccount-1.32
Update ServiceAccountTokenJTI, ServiceAccountTokenPodNodeInfo, ServiceAccountTokenNodeBindingValidation to stable
2024-11-09 23:52:43 +00:00
Francesco Romani d6a0b39c20 node: memmgr: docs: Kubelet Memory Manager GA graduation
Docs update for the Kubelet Memory Manager GA graduation
Issue: https://github.com/kubernetes/enhancements/issues/1769

Signed-off-by: Francesco Romani <fromani@redhat.com>
2024-11-06 10:18:11 +01:00
Takudai Kawasaki 9a31b7420a
Delete an unnecessary backslash 2024-11-05 01:10:45 +09:00
Takudai Kawasaki tkawasaki 8dfd25adab fix: improve clarity and formatting in liveness, readiness, and startup probes documentation 2024-11-05 00:52:24 +09:00
Mengjiao Liu 2aca56ea10 Update ServiceAccountTokenJTI, ServiceAccountTokenPodNodeInfo, ServiceAccountTokenNodeBindingValidation to stable 2024-11-04 14:14:35 +08:00
Kubernetes Prow Robot 6236c20b58
Merge pull request #48339 from PiotrProkop/stable-topology-manager-policies
topology-manager: promoto TopologyManagerPolicyOptions to stable
2024-11-04 00:31:27 +00:00
Kubernetes Prow Robot 4aef52de26
Merge pull request #48089 from jpbetz/custom-resource-field-selectors-ga
KEP-4358: Custom resource field selectors GA
2024-10-31 15:51:26 +00:00
Joe Betz 2b996e4434 Remove field gate information for stable feature, add details to field selectors documentation 2024-10-31 11:42:21 -04:00
pprokop 013fa96f41 topology-manager: promoto TopologyManagerPolicyOptions to stable
Signed-off-by: pprokop <pprokop@nvidia.com>
2024-10-28 10:12:41 +01:00
Rodolfo Albuquerque 1de1753475 Merge main into dev-1.32 to keep in sync 2024-10-23 23:46:20 -03:00
Kubernetes Prow Robot d2b389f36c
Merge pull request #47688 from aroradaman/remove-conntrack-references
Remove conntrack references
2024-10-24 01:32:52 +01:00
Dan P. ae153723dd
Update audit.md (#46655)
* Update audit.md

Adjust phrasing of the metadata audit level description to provide consistency of terms between levels. Previously the metadata level was the only one referencing "request metadata" rather than "event metadata".

* Adjust wording per feedback thread
2024-10-22 08:28:52 +01:00
windsonsea 3eecc6eee7 Clean up topology-manager.md 2024-10-21 19:39:12 +08:00
Jing Zhang ccb272974a Update per sig-node comment. 2024-10-17 08:47:26 -04:00
Kubernetes Prow Robot 238feeadfd
Merge pull request #47504 from andreaskaris/probe-readiness-correction
Correct statement about Pod Ready condition in probe config section
2024-10-17 00:57:03 +01:00
Jing Zhang cf19e06429 KEP-4540: CPUManager strict-cpu-reservation policy option documentation
Signed-off-by: Jing Zhang <jing.c.zhang.ext@nokia.com>
2024-10-15 11:09:01 -04:00
michellengnx 6d8076a746 Merge remote-tracking branch 'upstream/main' into dev-1.32
Merged main into dev-1.32 to keep in sync
2024-10-14 14:52:37 -04:00
Mike Spreitzer 60ff42b3d8
Fix fragment in schema URL
Also switched to a particular tag in the spec repo.
Also called out the minor release number in the text of the reference.

Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
2024-10-14 12:45:20 -04:00
Kubernetes Prow Robot fd5505880e
Merge pull request #48008 from pacoxu/sysctl-1.32
Safe Sysctl 1.32 sync: net.ipv4.rmem and net.ipv4.wmem
2024-10-14 06:02:21 +01:00