mochizuki875
79da44942a
fix custom profile stable
2024-12-27 02:12:31 +00:00
Kubernetes Prow Robot
c8ecc085d0
Merge pull request #48805 from iheartNathan/48782-Update-deprecated-fields-in-kustomization-documentation
...
update deprecated fields in kustomization documentation
2024-12-20 13:18:08 +01:00
Andrei Ivantsov
90839206ba
Merge branch 'kubernetes:main' into patch-1
2024-12-17 13:51:31 +01:00
Andrei Ivantsov
edc4dc7e49
Restart CoreDNS deployment to reflect configuration changes
2024-12-17 13:45:05 +01:00
John.C
5635d49033
Move 'Namespaces Walkthrough' to tutorials section
2024-12-17 01:25:24 +00:00
Daniel Chan
7295018042
Merge pull request #48159 from kubernetes/dev-1.32
...
Official 1.32 Release Docs
2024-12-11 16:40:28 -05:00
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
Andrei Ivantsov
b0e6a7927e
Simplify reflecting the CoreDNS changes after updating the CoreDNS Deployment and Service
2024-12-10 16:20:17 +01:00
michellengnx
baba5e4c35
Merge main into dev-1.32 to keep in sync
2024-12-09 23:11:06 -05:00
Andrei Ivantsov
672c2a70ff
Simplify kube-proxy refresh once the `kube-proxy` ConfigMap is updated
2024-12-08 17:49:15 +01: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
iheartNathan
5bd679026e
update deprecated fields in kustomization documentation
2024-12-03 16:45:00 +01: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
saifeddine Rajhi
21b6e349da
Change attach by debug CLI command in user namespace example
2024-11-11 07:23:43 +00: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
Robert Matuszewski
73a4126d4f
Correction
2024-10-31 16:01:11 +01:00
Matuszewski Robert Jan
05f862d67b
Comment move as per suggestion
2024-10-31 15:44:26 +01:00
Matuszewski Robert Jan
1bbff5c01e
Punctuation changes
...
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2024-10-31 15:18:59 +01:00
Matuszewski Robert Jan
7d7a3913a2
Update kubeadm-upgrade.md
2024-10-31 15:01:22 +01: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
Dr. Stefan Schimanski
2e1763d1d8
kubectl: document create plugins ( #48265 )
...
* kubectl: document create plugins
* Update kubectl-plugins.md
---------
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-10-10 06:50:22 +01:00
HITMAN
585c1c60c1
Changed the command for Attaching to the shell container
2024-10-09 23:18:56 +05:30
Kubernetes Prow Robot
01336d1351
Merge pull request #48253 from ayushpatil2122/patch-15
...
added AMD64 CPU as a requirement
2024-10-09 01:06:22 +01:00
Kubernetes Prow Robot
4585cc1886
Merge pull request #47967 from saschagrunert/seccomp
...
Add dedicated seccomp node reference
2024-10-09 00:28:22 +01:00
HITMAN
7b8fd10630
Update content/en/docs/tasks/run-application/run-replicated-stateful-application.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-10-08 22:10:03 +05:30
HITMAN
1380ddf668
added AMD64 CPU as a requirement
2024-10-08 20:21:33 +05:30
Kubernetes Prow Robot
da68d36e1e
Merge pull request #44094 from 1000Delta/en_configmap
...
[en] config-pod-configmap add cleanup step and fix commands.
2024-10-08 14:52:22 +01:00
DeltaX
2d13865044
[en] config-pod-configmap add cleanup step.
...
Remove special-config before next step to create newer with different data.
Fix quotation mark of cleanup command.
Fix quotation mark in create a configmap section.
Add commands to remove used files.
Remove unnecessary files and directories
Fix nits
Apply suggestions from code review
Co-authored-by: Charles Uneze <charlesniklaus@gmail.com>
2024-10-08 18:25:34 +08:00
Sascha Grunert
c2b49fee37
Add dedicated seccomp node reference
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-10-08 11:03:19 +02:00
Jason Butz
39b49dfbf0
Update horizontal-pod-autoscale.md with additional keywords
...
Add additional keywords to the "Migrating Deployments and StatefulSets to horizontal autoscaling" section to aid users in troubleshooting
2024-10-03 07:54:46 -04:00
Dhriti Shikhar
05c1f011d4
Removes repeated information
2024-10-03 16:50:08 +05:30
Andreas Karis
61ceae64a0
Correct statement about Pod Ready condition in probe config section
...
Signed-off-by: Andreas Karis <ak.karis@gmail.com>
Reported-at: https://github.com/kubernetes/website/issues/47503
2024-10-03 08:34:14 +02:00
Tim Bannister
e3c1c5b8b8
Redo advice about cluster upgrades
...
Use one consistent phrase about the advice around upgrading a cluster.
2024-09-27 10:28:41 +01:00
Tim Bannister
2b2973562a
Revise callouts for kubeadm cert page
...
Use fewer note and warning blocks, to keep the important messages
focused.
2024-09-27 10:28:29 +01:00
Joe Betz
75a8ee23e2
Update feature gate / stability notes in documentation
2024-09-26 11:47:17 -04:00
Lubomir I. Ivanov
fa074af98e
kubeadm-certs: fix wrong info about admin.conf
...
While the super-admin.conf change was introduced, looks like
we forgot to update this particular section of the kubeadm-certs.md.
https://kubernetes.io/docs/reference/setup-tools/kubeadm/implementation-details/#generate-kubeconfig-files-for-control-plane-components
The above section already has the right info.
2024-09-26 15:32:52 +03:00
Philip Sabri
8f2d5571cc
Update links for AMD GPU device plugin
2024-09-20 20:33:05 +00:00
Paco Xu
de6ead9316
sync safe sysctl ipv4.rmen and ipv4.wmem for v1.32
2024-09-20 11:36:39 +08:00
Kubernetes Prow Robot
c6bb21edee
Merge pull request #47972 from ayushpatil2122/patch-7
...
Update customize-hosts-file-for-pods.md
2024-09-20 00:59:05 +01:00
HITMAN
4564e7580b
Update content/en/docs/tasks/network/customize-hosts-file-for-pods.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-09-18 22:01:42 +05:30
Kubernetes Prow Robot
add3958c32
Merge pull request #47915 from sftim/20240913_kubeadm_task_reorganize
...
Reorganize task pages relevant to nodes and kubeadm
2024-09-17 20:48:44 +01:00
Kubernetes Prow Robot
0eff9e72a4
Merge pull request #47964 from Aaina26/remove_deprecated_sections
...
Remove deprecated sections from crictl doc
2024-09-17 20:42:45 +01:00
Kubernetes Prow Robot
530904c873
Merge pull request #47968 from 111andre111/patch-1
...
Update verify-signed-artifacts.md
2024-09-17 20:40:44 +01:00
Kubernetes Prow Robot
5cade116cd
Merge pull request #47727 from mochizuki875/add_readinessprobe_manual_run
...
Add statement regarding ReadinessProbe manual run
2024-09-17 20:20:46 +01:00
HITMAN
6be79614a3
Update customize-hosts-file-for-pods.md
2024-09-17 20:31:16 +05:30