Commit Graph

3733 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 426f5e2a30
Merge pull request #48408 from neolit123/1.32-kubeadm-docs
kubeadm: add 1.32 documentation
2024-12-10 17:26:03 +00:00
michellengnx baba5e4c35 Merge main into dev-1.32 to keep in sync 2024-12-09 23:11:06 -05:00
Ivan Tsekov f1d5525f85
Update controller-manager-leader-migration.md
The example of `LeaderMigrationConfiguration` is missing the `resourceLock`, which is required according to the documentation. [1]

[1] https://kubernetes.io/docs/reference/config-api/kube-controller-manager-config.v1alpha1/#controllermanager-config-k8s-io-v1alpha1-LeaderMigrationConfiguration
2024-12-04 11:27:17 +02:00
hacktivist123 9a29b3790b Merge main into dev-1.32 to keep in sync 2024-12-03 16:54:26 +00:00
Kubernetes Prow Robot 594e67e9a7
Merge pull request #48709 from Nordix/lentzi90/fix-encryption-config-indent
Fix EncryptionConfiguration indentation
2024-12-02 01:44:58 +00:00
vijay08101990 96935b6d75
Update content/en/docs/tasks/network/extend-service-ip-ranges.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-11-30 07:15:05 +05:30
vijay08101990 39e20d6eea
Update content/en/docs/tasks/network/extend-service-ip-ranges.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-11-30 07:07:44 +05:30
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
vijay08101990 55f13b463c
Update extend-service-ip-ranges.md 2024-11-29 13:23:38 +05:30
vijay08101990 1a40cd2b15
Update extend-service-ip-ranges.md
Since we are enabling below beta API's 

networking.k8s.io/v1beta1/ipaddresses
networking.k8s.io/v1beta1/servicecidrs

Edited the manifest to use v1beta1
2024-11-29 10:21:34 +05:30
ndixita 0374213f57 KEP 2837: Pod Level Resources Alpha 2024-11-29 00:01:55 +00:00
Lubomir I. Ivanov bbdb8dd9f3 kubeadm: update authored docs for 1.32 2024-11-28 11:27:39 +02: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
Lennart Jern d9298ddb3f
Fix EncryptionConfiguration indentation
There was a mistake in the indentation of the EncryptionConfiguation. This commit fixes that.
The correct indentation level for the "keys" can be seen in the reference docs here:
https://kubernetes.io/docs/reference/config-api/apiserver-config.v1/#apiserver-config-k8s-io-v1-EncryptionConfiguration

Signed-off-by: Lennart Jern <lennart.jern@est.tech>
2024-11-13 11:50:57 +02: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