Commit Graph

3890 Commits (dev-1.34)

Author SHA1 Message Date
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
André Letterer db70855a55
Update verify-signed-artifacts.md
Changing cosign sigstore URL
2024-09-17 13:06:41 +02:00
Aaina26 ed8f1d69de Remove deprecated sections from crictl doc 2024-09-17 11:57:51 +05:30
Kubernetes Prow Robot 555a445856
Merge pull request #47911 from sftim/20240913_remind_people_to_switch_shell_kubeadm
Emphasize that some kubeadm node setup commands run on control plane
2024-09-16 10:13:14 +01:00
Kundan Kumar 2161125a0b Changes outdated cosign link 2024-09-15 22:36:43 +05:30
Tim Bannister 08a178b414 Mark Windows node support as beta
Support for Windows nodes is beta; make that clearer.
2024-09-13 18:00:51 +01:00
Tim Bannister c8bb00db5d Reorganize kubeadm node tasks 2024-09-13 16:59:16 +01:00
Tim Bannister 5a9879ac6a Emphasize that some commands run on control plane
Our readers are often smart, but they are also in a hurry. Make it extra
clear that you need to run some commands in a different shell.
2024-09-13 13:39:42 +01:00
Kubernetes Prow Robot 4fc01b48d0
Merge pull request #47888 from neolit123/1.32-add-linux-windows-task-pages
kubeadm: add task pages for adding Linux and Windows worker nodes
2024-09-13 13:37:12 +01:00
Kubernetes Prow Robot 7dd4f54996
Merge pull request #47906 from tengqm/fix-links
Fix some hyperlinks in the markdown files
2024-09-13 09:59:12 +01:00
Qiming Teng e6855623c7 Fix some hyperlinks in the markdown files 2024-09-13 09:33:51 +08:00
Tony Le e81d037e6f
Update custom-resource-definitions.md 2024-09-12 12:18:36 -04:00
Lubomir I. Ivanov 65107c74cf kubeadm: add task pages for adding Linux and Windows worker nodes
Adjust the "create a kubeadm cluster" page to link to
two separate task pages for adding Linux / Windows worker nodes.

Base the Windows page on the existing document:
https://github.com/kubernetes-sigs/sig-windows-tools/blob/master/guides/guide-for-adding-windows-node.md
2024-09-12 09:29:52 +03:00
Zhecheng Li c91c8134be
Update storage-version-migration.md 2024-09-12 13:24:57 +08:00
nkoechling 21644e1c6f
Update web-ui-dashboard.md: Adopted new proxy command
As suggested by the helm chart when running "helm upgrade..."
2024-09-03 13:40:33 +02:00
steve-hardman d984d503ed
Update resource-metrics-pipeline.md 2024-08-31 20:50:43 +01:00
mochizuki875 2bd0f1e1af Add a statement regarding ReadinessProbe manual run 2024-08-30 04:40:10 +00:00
Daman Arora bc94badee7 remove conntrack ref from debug/debug-application/debug-service
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-08-27 22:27:13 +05:30
Kubernetes Prow Robot 4f41986968
Merge pull request #47363 from pacoxu/kernel-version-requirements
Document kernel version requirements for Linux
2024-08-27 16:54:58 +01:00
pegasas a41fc88cc5 Remove stale advice about Kubernetes versions and KMS 2024-08-26 10:50:17 +08:00
network-charles bf96dbe898 update kubectl download options 2024-08-25 08:53:10 +00:00
Kubernetes Prow Robot 493c8dbf7f
Merge pull request #47637 from windsonsea/imagevo
Revise step desc in image-volumes
2024-08-23 00:31:27 +01:00
Kubernetes Prow Robot 6bc8f405ac
Merge pull request #47067 from Ritikaa96/glossary-add-watch
Added watch to glossary
2024-08-22 15:54:11 +01:00
windsonsea 65ce82dd0b Revise step desc in image-volumes 2024-08-22 18:04:39 +08:00
Sean McGinnis 208ffe09d0
Update NVIDIA GPU scheduling link
The link to the NVIDIA GPU vendor implementation reference for the
scheduling-gpus page was pointing at their gpu-feature-discovery repo.
This repo is deprecated and the work has moved to the k8s-device-plugin
repo.

Luckily the old repo has a migration notice that leads folks to the new
location, so they ultimately are able to get the information they are
looking for. This updates the link to take out the extra step of visting
the old repo first.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2024-08-16 20:01:55 +00:00
Kubernetes Prow Robot 5bc26c7ff3
Merge pull request #47404 from aleskandro/patch-1
Clarify expiration time for service accounts and tokens of pods pending deletion despite finalizers
2024-08-14 01:15:56 -07:00
Kubernetes Prow Robot 1a23d13de7
Merge pull request #47407 from fcsgehrke/patch-1
Update SUSE install-kubectl-linux.md
2024-08-13 16:34:42 -07:00
Drew Hagen ad850cd58a
Merge pull request #47461 from salaxander/merged-main-dev-1.31
Merged main dev 1.31
2024-08-12 18:01:50 -04:00
Kubernetes Prow Robot d902b65ea2
Merge pull request #45127 from wushka00/patch-1
Fix advice about checking certificate expiry
2024-08-12 04:30:25 -07:00
Alessandro Di Stefano 1e09b33a4c
Update content/en/docs/tasks/configure-pod-container/configure-service-account.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-08-09 10:44:58 -04:00
Alessandro Di Stefano 45aa0d800a
Clarify expiration time for service accounts and tokens of pods pending deletion despite finalizers
Refers #47403

Signed-off-by: aleskandro <aleskandro@redhat.com>
2024-08-09 09:46:08 -04:00
Felipe Cassenote Gehrke 0299ca8f34
Update SUSE install-kubectl-linux.md 2024-08-08 16:34:14 -03:00
Paco Xu afc8fd9c94 sysctl is moved to namespaced in 4.6
-  12ed8244ed
2024-08-05 15:36:34 +08:00
Tim Bannister cca6aaf6aa Reword guidance about topology manager policy options 2024-07-30 17:09:21 +01:00
Tim Bannister 2deb95c701 Tweak capitalization 2024-07-30 16:11:26 +01:00
Tim Bannister 2b71e63c05 Write headings in sentence case 2024-07-30 16:11:26 +01:00
Tim Bannister 41487af533 Drop mention of kubelet command line arguments
Configuring the topology manager via the kubelet command line is
deprecated. Explain the recommended approach.
2024-07-30 15:52:04 +01:00
Kubernetes Prow Robot 99b801c715
Merge pull request #46870 from LaurentGoderre/kep-4622
KEP-4622: Add docs for TopologyManager policy option for MaxAllowableNUMANodes
2024-07-30 07:25:14 -07:00
Laurent Goderre fdc8e3ed7f KEP-4622: Add docs for TopologyManager policy option for MaxAllowableNUMANodes 2024-07-30 10:10:03 -04:00
Jordan Liggitt 0cdbbb512d
KEP-4193: clarify required kubectl version 2024-07-30 09:05:45 -04:00
Kubernetes Prow Robot 6c7b885047
Merge pull request #47304 from hacktivist123/merged-main-dev-1.31
Merged main dev 1.31
2024-07-30 05:03:16 -07:00
Kubernetes Prow Robot e17eed9ee4
Merge pull request #47283 from liggitt/4193-beta
KEP-4193: beta promotion of ServiceAccountTokenNodeBinding feature gate
2024-07-30 03:47:08 -07:00
Jordan Liggitt 1daf72a6f7
KEP-4193: Update for beta ServiceAccountTokenNodeBinding graduation 2024-07-29 22:55:42 -04:00
Kubernetes Prow Robot 3c7cbd910e
Merge pull request #46808 from mimowo/managed-by-docs-update
Update the docs for JobManagedBy and JobPodReplacementPolicy related to pod termination
2024-07-29 15:25:50 -07:00
Michał Woźniak 45a47d170f
Graduate Job Pod Failure Policy to stable (#46807)
* Graduate Job Pod Failure Policy to stable

* Update content/en/docs/concepts/workloads/controllers/job.md

Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>

* Break the line after link

---------

Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2024-07-29 11:56:08 -07:00
hacktivist123 e6d2e1499d Merge main into dev-1.31 to keep in sync 2024-07-29 18:03:33 +01:00
Michal Wozniak 7bf346a1f6 Address review remarks
Co-authored-by: Filip Křepinský <fkrepins@redhat.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-07-29 15:29:15 +02:00
Kubernetes Prow Robot 6156fd9e40
Merge pull request #46920 from everpeace/dev-1.31-KEP-3619-SupplementalGroupsPolicy
[dev-1.31] KEP-3619: Fine-grained SupplementalGroups control
2024-07-27 04:38:44 -07:00
Sankalp Khare 78c0660152
Update configure-liveness-readiness-startup-probes.md (#47098)
* Update configure-liveness-readiness-startup-probes.md

Flip the order in which liveness and readiness probes are discussed in the TCP liveness probe section, because that makes more sense.

* Some updates

* More updates

Some more edits as I read through the page...
2024-07-26 16:58:45 -07:00
Joe Betz 8f1e148864
KEP-4358: Custom Resource Field Selectors: Promote to Beta (#46980)
* KEP-4358: Custom Resource Field Selectors: Promote to Beta

* Update content/en/docs/reference/command-line-tools-reference/feature-gates/custom-resource-field-selectors.md

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>

* Remove alpha level notes about enabling the feature

* Update content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md

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

* Update content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md

Co-authored-by: lakshmi prasuna <56723673+T-Lakshmi@users.noreply.github.com>

* Update content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md

Co-authored-by: lakshmi prasuna <56723673+T-Lakshmi@users.noreply.github.com>

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: lakshmi prasuna <56723673+T-Lakshmi@users.noreply.github.com>
2024-07-26 16:53:58 -07:00
Adam Baso 0e551120a2
Specify likely etcd restart steps for etcdctl-based restore. (#47167)
* Specify likely etcd restart steps for etcdctl-based restore.

* Specify likely etcd restart steps for etcdctl-based restore.

* Update configure-upgrade-etcd.md
2024-07-26 11:31:32 -07:00
Kubernetes Prow Robot 40d97230ab
Merge pull request #47229 from yosshi825/patch-2
Add /sys/devices/virtual/powercap to Masked Paths
2024-07-26 11:22:14 -07:00
Shingo Omura 3fb2925b56
Apply suggestions for improvements from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-07-26 10:07:58 +09:00
Kubernetes Prow Robot 5076bc76d2
Merge pull request #47019 from sbueringer/pr-fix-error
Fix CRD CEL transition rule error message example
2024-07-25 15:00:51 -07:00
Kubernetes Prow Robot 8b087913bd
Merge pull request #45263 from atiratree/UnhealthyPodEvictionPolicy-GA
[KEP-3017]: promote PDBUnhealthyPodEvictionPolicy to GA
2024-07-25 05:56:09 -07:00
Kubernetes Prow Robot a6ac7264d8
Merge pull request #46946 from saschagrunert/oci-volumesource-docs
Document OCI volume sources / KEP-4639
2024-07-25 04:32:21 -07:00
Sascha Grunert a12454f2dc
Add ImageVolume documentation
Add a basic task how to use image volumes in pods.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-07-25 13:17:33 +02:00
Kubernetes Prow Robot 01a668bfb4
Merge pull request #47023 from vinayakankugoyal/armor2
KEP-24: Graduate Kubernetes' support for AppArmor to GA.
2024-07-24 18:19:18 -07:00
Vinayak Goyal 87a705579f KEP-24: Graduate Kubernetes' support for AppArmor to GA.
Signed-off-by: Vinayak Goyal <vinaygo@google.com>
2024-07-24 23:17:07 +00:00
Ritikaa96 5053a95f53 Adding glossary tooltip for watch in k/docs
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2024-07-23 15:08:24 +05:30
Shingo Omura edd8ab30be
KEP-3619: addresses review feedbakcks 2024-07-23 09:51:57 +09:00
Kubernetes Prow Robot ebd7ff0b64
Merge pull request #47234 from salaxander/merged-main-dev-1.31
Merged main dev 1.31
2024-07-22 16:20:03 -07:00
Shota Yoshimura 28e1d2a516
Add `/sys/devices/virtual/powercap` to Masked Paths in security-context.md
The document does not reflect the following:
ref https://github.com/kubernetes/kubernetes/pull/125970
2024-07-22 14:50:57 +09:00
Kubernetes Prow Robot 9f29cf91c8
Merge pull request #47205 from sbueringer/pr-fix-crd-doc
Disentangle CRD additional printer columns & field selector sections
2024-07-19 17:15:01 -07:00
Kubernetes Prow Robot ca0fdf24fa
Merge pull request #47014 from Jeffwan/jiaxin/kep-4176
Add docs for KEP-4176 new static policy DistributeCPUsAcrossCores
2024-07-19 10:20:48 -07:00
Jayden Lee 9ba0a81361
fix: link typo in crd docs 2024-07-19 23:25:58 +09:00
Kubernetes Prow Robot 2ac912a107
Merge pull request #46694 from JoeyC-Dev/patch-1
Increase readability by refining the wording
2024-07-19 05:43:09 -07:00
Filip Křepinský f364b4c247 promote PDBUnhealthyPodEvictionPolicy to GA 2024-07-19 13:24:25 +02:00
Stefan Bueringer 4521fe7e49
Disentangle CRD additional printer columns & field selector sectiosn
Signed-off-by: Stefan Büringer buringerst@vmware.com
2024-07-19 13:12:28 +02:00
windsonsea 61746adc09 Fix typos in managing-secret-using-kustomize.md 2024-07-19 09:39:55 +08:00
Kubernetes Prow Robot c079d3a7cd
Merge pull request #47184 from salaxander/merged-main-dev-1.31
Merged main dev 1.31
2024-07-18 00:06:01 -07:00
Mason Chen d2e1d3c632
miss matched secret as shown in setup 2024-07-18 14:04:17 +12:00
Kundan Kumar b302bd2f5e updated default and min value 2024-07-16 23:06:50 +05:30
Jiaxin Shan d4fd891288 Add docs for KEP-4176:Add a new static policy DistributeCPUsAcrossCores 2024-07-15 23:47:47 -07:00
Kubernetes Prow Robot f9db454ee9
Merge pull request #47130 from avin3sh/avin3sh-fix-gmsa-credspec
Fix gMSA credspec definitions
2024-07-12 16:26:16 -07:00
Kubernetes Prow Robot 76e8a52292
Merge pull request #42376 from pegasas/probe
Add Liveness, Readiness, and Startup Probes concept
2024-07-12 16:08:16 -07:00
changmin fbae400c87
Update limit-storage-consumption.md
StorageQuota --> ResourceQuota
2024-07-12 15:08:41 +08:00
Shingo Omura c5f020c0e4
KEP-3619: Fine-grained SupplementalGroups control 2024-07-10 22:16:44 +09:00
Avinesh Singh 97bd20e5a9 Fix gMSA credspec definitions 2024-07-10 14:05:27 +05:30
Maryam Tavakkoli a5fcf3cc44 Merge remote-tracking branch 'upstream/main' into dev-1.31 2024-07-09 20:13:21 +03:00
network-charles 39e0fd6023 Clarify sentence 2024-07-06 11:31:08 +00:00
Lubomir I. Ivanov efc1133fa4 kubeadm: use v1beta4 in all docs examples 2024-07-05 16:24:31 +03:00
Lubomir I. Ivanov 45aa96c9e1 kubeadm: update notes about upgrade and --config 2024-07-05 16:15:53 +03:00
Richard Sufliarsky b56a4f4e43
fix typo: extraMounts -> extraVolumes 2024-07-03 16:31:42 +02:00
Kubernetes Prow Robot 58c8f401b9
Merge pull request #47051 from salaxander/merged-main-dev-1.31
Merged main dev 1.31
2024-07-01 18:45:42 -07:00
Kubernetes Prow Robot f837f72b4d
Merge pull request #46993 from mochizuki875/add_debugging_profile
Add description about debugging profile
2024-07-01 04:31:14 -07:00
mochizuki875 0c8a63f4a2 add description about debugging profile 2024-07-01 08:10:14 +00:00
Dipesh Rawat 46ecfd46f1
Removed duplicate feature state shortcode 2024-07-01 00:28:36 +01:00
Daniel Chan f9aaed4fde Merge main into dev-1.31 to keep in sync 2024-06-29 11:20:03 -04:00
Stefan Bueringer 3f7873e873
Fix CRD CEL transition rule error message example
Signed-off-by: Stefan Büringer buringerst@vmware.com
2024-06-28 15:29:00 +02:00
Adam Baso 71312e1642
Update horizontal-pod-autoscale-walkthrough.md
Provide an example of `memory`.
2024-06-28 07:42:37 -05:00
Kubernetes Prow Robot 5ea6ba08e7
Merge pull request #46758 from sftim/20240610_improve_etcd_intro
Improve etcd task introduction
2024-06-28 02:01:41 -07:00
Martin Velez 505b0c5a0b
Update configure-service-account.md
The word `omitted` is likely more appropriate than `elided` here.    `elided` refers more to speech than writing.
2024-06-27 14:43:13 -07:00
Kubernetes Prow Robot e7a843fa03
Merge pull request #46987 from nilekhc/update-svm-docs
[Storage Version Migrator] docs: adds feature gates and runtime config information
2024-06-27 02:53:01 -07:00
Nilekh Chaudhari 4f6129ef0c
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
docs: adds feature gates and runtime config information
2024-06-26 13:45:19 -07:00
Katie Vargo cca76d50c1 fix failing image pull and update commands and ouput
update curl command to use version 33 for kompose and updated compose.yaml

update kubectl apply command and changed output of kompose and kubectl apply commands.

modified testing with minikube command and k decribe output and modified cleanup with k delete command.

updated v to 1.34 to removed committ markers

resolved nits
2024-06-25 12:12:13 -04:00
Daniel Chan 0568df9a06 Merge main into dev-1.31 to keep in sync 2024-06-25 08:44:40 -04:00
Prasad Katti 1dca66b534
Fix misnamed field in CRD documentation (#46863)
* Fix a couple of mistakes in custom-resource-definition-versioning.md

* revert one change
2024-06-19 16:41:20 -07:00
Kubernetes Prow Robot 56d3c640f8
Merge pull request #46809 from hacktivist123/merged-main-dev-1.31
Merged main dev 1.31
2024-06-13 22:43:26 -07:00
Tim Bannister 3b7d420a94 Improve etcd task introduction
- Only have one prerequisites heading
- Actually list prerequisites
- Don't list a cluster as a prerequisite (they might not have one)
- Mention that etcd can run as static Pods
2024-06-12 11:05:29 +01:00
Tim Bannister f1a709eb6c Reorganize some callouts in etcd admin task
Aim to reduce the large number of note callouts; promote one to a
caution.
2024-06-12 10:57:29 +01:00
Kubernetes Prow Robot ab46c51717
Merge pull request #46778 from robert-cronin/update-etcd-commands
Add clarification on the usage of etcdutl vs etcdctl
2024-06-12 01:12:09 -07:00
Robbie Cronin 364f5bb958
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
Co-authored-by: Shubham <shubham.kuchhal@india.nec.com>
2024-06-12 17:47:48 +10:00
Robbie Cronin 53d76474c0
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
Co-authored-by: Shubham <shubham.kuchhal@india.nec.com>
2024-06-12 17:47:38 +10:00
Robert Cronin de17a03105
Add clarification on the usage of etcdutl vs etcdctl 2024-06-12 10:42:44 +10:00
Tamilselvan ebb553a599
Note for to clear backup files (#46773)
* Note for clear backup files

* Update content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>

---------

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2024-06-11 04:28:47 -07:00
hacktivist123 aecc20f0ad Merge main into dev-1.31 to keep in sync 2024-06-10 10:28:02 +01:00
steve-hardman f5360ceeeb
Add tab layout for "etcdutl" and "etcdctl" restore options (#46748)
* Update configure-upgrade-etcd.md

* Update configure-upgrade-etcd.md

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>

* Update configure-upgrade-etcd.md

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-06-09 21:25:20 -07:00
Joey Chen 6bba180fe7
Increase readability by refining the wording in cpu-management-policies.md 2024-06-06 14:40:40 +08:00