Commit Graph

14629 Commits (issues-48002)

Author SHA1 Message Date
Kubernetes Prow Robot 51588d5f21
Merge pull request #49130 from network-charles/network-charles-patch-2
Improve PV Storage Task
2025-04-15 19:57:05 -07:00
Tim Bannister 7ae43e791c
Add note for localization teams 2025-04-15 18:03:35 +01:00
Tim Bannister 350a056f25
Move where landing page self-healing refers to 2025-04-15 18:03:35 +01:00
Kubernetes Prow Robot 9664e0d479
Merge pull request #50461 from mimowo/job-improve-backoff-docs
Improve Job docs by clarifying defaulting of backoffLimit field
2025-04-15 02:11:07 -07:00
Michal Wozniak 7883cba788 Improve the BackoffLimitPerIndex docs 2025-04-14 10:21:06 +02:00
Qiming Teng 9e578ee7ae Rework CEL page to use HTML table rather than Markdown table 2025-04-14 10:56:40 +08:00
Kubernetes Prow Robot fc1fea418a
Merge pull request #50452 from tengqm/improve-kubeadm-ref
Update the kubeadm config v1beta4 for readability
2025-04-13 16:10:42 -07:00
Arya Soni f39d3972ea
fix: remove duplicate section and improve content organization in assign-pod-node.md 2025-04-14 04:30:13 +05:30
Arya Soni 9369f36dda
Merge branch 'main' of github.com:aryasoni98/website-kubernetes into issue-47922
# Conflicts:
#	content/en/docs/concepts/scheduling-eviction/assign-pod-node.md
2025-04-14 04:27:25 +05:30
Kubernetes Prow Robot 7af045ca3c
Merge pull request #50445 from tengqm/apiref-132
Update API reference docs for v1.32
2025-04-11 03:44:41 -07:00
John.C af9c4c83f4 Move 'Namespaces Walkthrough' to tutorials section 2025-04-11 04:24:40 -04:00
Tim Bannister 815a75d025 Add guide to blog contributions
Add a dedicated section about contributing to the Kubernetes official
blogs.

Co-authored-by: Graziano Casto <graziano.casto@outlook.com>
Co-authored-by: Natali Vlatko <natalivlatko@gmail.com>
Co-authored-by: Ryota <rytswd@gmail.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2025-04-11 04:24:40 -04:00
sdarwin 709cdcd319 JSONPath example 2025-04-11 04:24:40 -04:00
Marcelo Giles b9ee7dbcba Add images css and alert boxes 2025-04-11 04:24:40 -04:00
Marcelo Giles 8715a3b7f4 Add update-your-app tutorial
Add bulleted lists to whatsnext section

Fix typos/tags

Use numbered list for index.md

Fix index page format

blue boxes test > cluster-intro

fix blue boxes test > cluster-intro

Add animations to scale and update

fix index indentations

tidy up index format

fix indentation

fix img src paths
2025-04-11 04:24:40 -04:00
Marcelo Giles 55e12cb851 Add scale-your-app tutorial
Minor edits to expose-your-app-publicly
2025-04-11 04:24:40 -04:00
Marcelo Giles e36e401711 Add expose-your-app-publicly tutorial 2025-04-11 04:24:35 -04:00
Marcelo Giles 1bbf3c9441 Add explore-your-app tutorial 2025-04-11 04:16:36 -04:00
Marcelo Giles fc54e124b2 Add deploy-an-app tutorial
Minor edits to create-cluster
2025-04-11 04:16:36 -04:00
Marcelo Giles 278ca8504a Add create-cluster tutorial 2025-04-11 04:16:36 -04:00
steve-hardman 3239aaf75a Fix broken link 2025-04-11 04:16:36 -04:00
Ho Kim e7cdebf74e
Remove undefined feature gate PreferAlignCpusByUncoreCache
Signed-off-by: Ho Kim <ho.kim@ulagbulag.io>
2025-04-11 03:13:10 +00:00
Kubernetes Prow Robot 598c25992c
Merge pull request #49313 from carlory/JobPodFailurePolicy
mark JobPodFailurePolicy as removed
2025-04-10 02:08:51 -07:00
Qiming Teng a9a4591618 Update the kubeadm config v1beta4 for readability
This PR updates the code snippet to be YAML, using updated config file
source code and generator.
2025-04-10 13:15:54 +08:00
Daniel Lipovetsky 6e8297ea91
Add links to Kubernetes docs about Linux and Windows requirements, and update text.
Signed-off-by: Daniel Lipovetsky <daniel.lipovetsky@gmail.com>
2025-04-09 09:58:40 -07:00
Kubernetes Prow Robot 5b6c49064d
Merge pull request #49311 from carlory/AppArmor
mark AppArmor as removed
2025-04-09 06:16:41 -07:00
Kubernetes Prow Robot 8832b94fef
Merge pull request #49822 from pohly/dra-admin-attributes-and-taints
DRA: device taints and tolerations
2025-04-09 03:40:45 -07:00
Qiming Teng a3b579d035 Update API reference docs for v1.32 2025-04-09 18:36:39 +08:00
Patrick Ohly 779aeebb8a DRA: document v1beta2
v1beta2 was added in 1.33. We want users to migrate to it, so document it and
update the example YAMLs.
2025-04-09 12:29:52 +02:00
Kubernetes Prow Robot e72c176f5e
Merge pull request #49937 from maheshrijal/patch-1
chore: Update busybox image fixing issue with `wget --spider`
2025-04-09 02:10:41 -07:00
Dan Winship 649bda2cbd
Update docs for deprecation of Endpoints API (#49831)
* KEP-4974: Update documentation for Endpoints deprecation

* Bring EndpointSlice docs up to date

- FQDN is not a supported AddressType

- Update documentation around `serving` vs `ready` to just explain how
  it works now, without the historical context. (In particular,
  describe `serving` first, and then explain `ready` as being almost
  the same thing as `serving` rather than vice versa).

- Fix feature-state version macro for `terminating`

- Remove a note about some deprecated v1beta1 EndpointSlice fields
  that is just confusing if you didn't know that v1beta1 had a
  different topology API.

- Remove the "Comparison with Endpoints"/"Motivation" section.

* Fix up examples that still used `kubectl get endpoints`

* Replace various passing references to Endpoints with EndpointSlices

* Update main headings for Endpoints and Endpoint Slice Mirroring

* Update glossary for Endpoints deprecation
2025-04-09 02:08:41 -07:00
Patrick Ohly 6c3b9a7fb1 DRA: device taints and tolerations
Initial documentation of this new feature in Kubernetes 1.33.
2025-04-09 09:46:39 +02:00
Mark Rossetti 9e160e87b4
Removing docs for Windows hostNetwork support for v1.33 (#49905)
* Removing docs for Windows hostNetwork support for v1.33

* Update content/en/docs/concepts/windows/intro.md

Co-authored-by: Tim Bannister <22591623+sftim@users.noreply.github.com>

---------

Co-authored-by: Tim Bannister <22591623+sftim@users.noreply.github.com>
2025-04-08 23:32:40 -07:00
Kubernetes Prow Robot ee24cc050a
Merge pull request #50439 from roycaihw/psi
Add cgroup v2 to PSI requirements
2025-04-08 23:16:39 -07:00
Kubernetes Prow Robot 333209c89f
Merge pull request #49868 from mortent/dev-133-dra-partitionable-devices
Document DRA partitionable devices
2025-04-08 22:46:40 -07:00
Daniel Lipovetsky ecd9a51ee4
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Tim Bannister <193443691+lmktfy@users.noreply.github.com>
2025-04-08 17:30:32 -07:00
Daniel Lipovetsky e74ff6b9c3
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Tim Bannister <193443691+lmktfy@users.noreply.github.com>
2025-04-08 17:24:37 -07:00
Daniel Lipovetsky 987d138486
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Tim Bannister <193443691+lmktfy@users.noreply.github.com>
2025-04-08 17:23:39 -07:00
Kubernetes Prow Robot 6aef005036
Merge pull request #49996 from sanposhiho/async-preemption
KEP-4832: graduate the async preemption feature to beta
2025-04-08 12:02:50 -07:00
Kubernetes Prow Robot 7829637fb4
Merge pull request #50065 from lauralorenz/ReduceDefaultCrashLoopBackoffDecay-docs
KEP-4603: Docs for feature behind ReduceDefaultCrashLoopBackoffDecay feature gate
2025-04-08 11:58:41 -07:00
Laura Lorenz a9286d5e45 Docs for feature behind ReduceDefaultCrashLoopBackoffDecay feature gate
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2025-04-08 10:13:09 -07:00
Haowei Cai fd68ed8909 Add cgroup v2 to PSI requirements 2025-04-08 15:42:52 +00:00
Jeffrey Ying a368f553c7
KEP 4355 - CoordinatedLeaderElection to Beta Docs (#49950)
* CLE to beta

* Update content/en/docs/reference/command-line-tools-reference/feature-gates/CoordinatedLeaderElection.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2025-04-08 07:54:41 -07:00
Kubernetes Prow Robot 74406c8972
Merge pull request #49904 from marosset/5100-winsdr-winoverlay-beta-website-updates
Website updates for WinDSR / WinOverlay v1.33 beta
2025-04-08 07:38:40 -07:00
Kubernetes Prow Robot dd4c0a033f
Merge pull request #49895 from haircommander/psi-1.33
KEP-4205: update for alpha release in 1.33
2025-04-08 07:36:39 -07:00
Kubernetes Prow Robot f08ea3a5a8
Merge pull request #49125 from dev-johnn/issue-48437
Move 'Namespaces Walkthrough' to tutorials section
2025-04-08 05:58:49 -07:00
Kubernetes Prow Robot ca5952686f
Merge pull request #49840 from macsko/add_pop_from_backoffq_feature_gate_docs_1_33
KEP-5142: Add SchedulerPopFromBackoffQ feature gate docs
2025-04-08 02:18:47 -07:00
Kubernetes Prow Robot ccd2edde3d
Merge pull request #49928 from dshebib/4742-node-labels-downward-api
4742 Expose Node Labels in Downward API Docs
2025-04-08 00:50:39 -07:00
Sreeram Venkitesh fea3a58caf
KEP 4960: Container Stop Signals (#49857)
* Placeholder docs PR for KEP 4960: Container Stop Signals

* Added note in pod termination page

* Added stop signal section in pod termination docs

* Update pod-lifecycle.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2025-04-08 00:26:40 -07:00
Kubernetes Prow Robot eca7cd38cf
Merge pull request #49942 from danwinship/kep-4858-alpha
KEP-4858: Add StrictIPCIDRValidation feature gate file
2025-04-08 00:16:42 -07:00
Morten Torkildsen 490f3bb2b1 Documentation for the DRA Partitionable Devices feature 2025-04-08 02:38:12 +00:00
Kubernetes Prow Robot 23f39cdd4b
Merge pull request #49801 from cupnes/add-storage-capacity-scoring
KEP-4049: Add StorageCapacityScoring feature gate documents
2025-04-07 18:00:53 -07:00
Kubernetes Prow Robot 60a4df7d99
Merge pull request #50092 from sftim/20250313_blog_contribution
Add guide to blog contributions
2025-04-07 17:42:48 -07:00
Kubernetes Prow Robot 398fb53000
Merge pull request #49918 from torredil/dev-1.33
Add docs for KEP-4876: Mutable CSINode Allocatable Property
2025-04-07 17:34:53 -07:00
Kubernetes Prow Robot 9fea4edf73
Merge pull request #50034 from cici37/nsDel
KEP-5080: OrderedNamespaceDeletion
2025-04-07 17:27:04 -07:00
Kubernetes Prow Robot b17ec65c1e
Merge pull request #49941 from serathius/kep-4988
KEP-4988 documentation changes
2025-04-07 17:24:58 -07:00
Morten Torkildsen 574bf6fcb7
Document DRA prioritized list(s) (#49869)
* Add placeholder for DRA Prioritized List

* First draft of documentation of the Prioritized List feature

* Addressed feedback
2025-04-07 17:23:08 -07:00
Dan Winship 3e00afab17
KEP-3015 PreferSameNode TrafficDistribution 1.33 (#49943)
* Update TrafficDistribution docs for 1.33

* Update TrafficDistribution/TopologyAwareHints docs for GA

* Update for PreferSameTrafficDistribution
2025-04-07 13:16:39 -07:00
Rita Zhang ce16fbdf8b
5018 dra admin access (#49929)
* update DRA adminAccess docs for 1.33

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>

* address comments

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>

* address comments

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>

---------

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2025-04-07 11:56:44 -07:00
Rey Lejano 930294a0f4
Merge pull request #50366 from hacktivist123/merged-main-dev-1.33
Merged main branch into dev-1.33
2025-04-07 11:26:00 -07:00
Kubernetes Prow Robot 7131dc0e1b
Merge pull request #50420 from stlaz/ctb_projvlm_beta-1.33
fix: projected volumes: clustertrustbundle API is beta in 1.33+
2025-04-07 11:00:38 -07:00
Tim Allclair c014f72fbb
Update InPlacePodVerticalScaling docs for v1.33 beta (#50290)
* Update InPlacePodVerticalScaling docs for v1.33 beta

* Add reference to subresources for updating pods in pods doc

* Document allocation_manager checkpoint files

* Cross-reference resource resizing from CPU & memory assignment tasks

* Add note about resizing to the downward API reference

* Update VPA in-place resizing section

* Update _index.md

* Update downward-api.md

* Update InPlacePodVerticalScaling.md

* Update kubelet-files.md

* Update resize-container-resources.md

* Update autoscaling.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2025-04-07 09:46:39 -07:00
Haowei Cai f9ff985f41 Kubelet PSI metrics documentation 2025-04-07 16:00:40 +00:00
Stanislav Láznička 79763df5a5
projected volumes: clustertrustbundle API is beta in 1.33+ 2025-04-07 17:38:06 +02:00
Dan Winship c35e485d37 Add StrictIPCIDRValidation feature gate file 2025-04-07 09:26:55 -04:00
Kubernetes Prow Robot 88bb575dfa
Merge pull request #50287 from atiratree/pod-replacement-policy-docs
[KEP-3973]: update the DeploymentPodReplacementPolicy FG references to DeploymentReplicaSetTerminatingReplicas
2025-04-07 03:06:39 -07:00
Kubernetes Prow Robot faa24f73b2
Merge pull request #49826 from jm-franc/kep-4951-autoscaling-configurable-tolerance
Add documentation for configurable autoscaling tolerance.
2025-04-07 03:04:41 -07:00
Yuma Ogami 9ef3b68238 Add StorageCapacityScoring feature gate documents
The VolumeCapacityPriority feature gate is replaced by the
StorageCapacityScoring feature gate.
2025-04-07 01:55:44 +00:00
Kubernetes Prow Robot 8fc54795d8
Merge pull request #49886 from dshebib/2535-secret-pulled-images-alpha
KEP 2535: Ensure Secret Pulled Images
2025-04-06 15:38:38 -07:00
Daniel Shebib 207c91401d add documentation for KEP 4742 2025-04-06 16:41:06 -05:00
Daniel Shebib 5a1b532179 add documentation for 2535
Co-authored-by: Standa Láznička <stlaz@users.noreply.github.com>
2025-04-06 16:36:21 -05:00
sdarwin 0866416fd5 JSONPath example 2025-04-06 07:02:13 -06:00
Kubernetes Prow Robot 9cd79f4f63
Merge pull request #49897 from ffromani/node-cpumanager-full-pcpus-only-GA
KEP-2625: cpumanager full-pcpus-only becomes GA
2025-04-05 17:24:37 -07:00
Kubernetes Prow Robot 8cd43fb092
Merge pull request #48592 from mrgiles/41625_html_tutorials_html_to_md
Rewrite tutorials in Markdown
2025-04-05 17:24:37 -07:00
Kante Yin 6437ca9370
[Scheduler] Graduate NodeInclusionPolicy to GA (#49927)
* Graduate NodeInclusionPolicyInPodTopologySpread to GA

Signed-off-by: kerthcet <kerthcet@gmail.com>

* Graduate NodeInclusionPolicyInPodTopologySpread to GA

Signed-off-by: kerthcet <kerthcet@gmail.com>

* Add toVersion for beta level

Signed-off-by: kerthcet <kerthcet@gmail.com>

---------

Signed-off-by: kerthcet <kerthcet@gmail.com>
2025-04-05 17:18:37 -07:00
Kubernetes Prow Robot 3b2872f443
Merge pull request #49955 from stlaz/ctb_beta
bump ClusterTrustBundle FGs to beta
2025-04-05 03:16:37 -07:00
Kubernetes Prow Robot 67503b6fa2
Merge pull request #49413 from liggitt/4193-ga
KEP-4193: 1.33 updates for ServiceAccountTokenNodeBinding GA
2025-04-05 03:00:46 -07:00
Kubernetes Prow Robot 53b7bf94b8
Merge pull request #49884 from aramase/aramase/d/kep_4412_alpha_docs
Add docs for PSAT for Kubelet Image Credential Providers alpha
2025-04-05 02:54:57 -07:00
Kubernetes Prow Robot 49dd49510e
Merge pull request #49732 from aaron-prindle/kep-5073-add-feature-gate-pr
docs: add necessary feature gate information for KEP-5073 - Declarative Validation of K8s Native Types With validation-gen
2025-04-05 02:22:42 -07:00
Antonio Ojea 8d1d570808
[KEP-4817] DRAResourceClaimDeviceStatus to Beta (#49933)
* DRAResourceClaimDeviceStatus to beta

* Update content/en/docs/reference/command-line-tools-reference/feature-gates/DRAResourceClaimDeviceStatus.md

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

* Update content/en/docs/reference/command-line-tools-reference/feature-gates/DRAResourceClaimDeviceStatus.md

Co-authored-by: Lionel Jouin <LionelJouin@users.noreply.github.com>

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
Co-authored-by: Lionel Jouin <LionelJouin@users.noreply.github.com>
2025-04-05 02:16:43 -07:00
Paco Xu ab27c52ee5
update SidecarContainers to stable in v1.33 (#49685)
* update SidecarContainers to stable in v1.33

* Update content/en/docs/reference/command-line-tools-reference/feature-gates/SidecarContainers.md

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

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2025-04-05 01:32:37 -07:00
Sreeram Venkitesh cf40ef0bf8
KEP 4818: PodLifecycleSleepActionAllowZero beta graduation (#49858)
* Docs PR for KEP 4818: Pod Lifecycle Sleep action allow zero value

* Update container-lifecycle-hooks.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2025-04-05 01:30:37 -07:00
Qiming Teng 6708fcd387
Update windows-networking.md 2025-04-05 14:57:59 +08:00
Kubernetes Prow Robot afd8051fb3
Merge pull request #49749 from AkihiroSuda/userns-65536
user-namespaces: add idsPerPod configuration
2025-04-04 23:54:44 -07:00
Antonio Ojea 4df1db994c
Multiple Service CIDRs - KEP 1880 (#49746)
* ServiceCIDR - Kep 1880 GA

* Update content/en/docs/reference/command-line-tools-reference/feature-gates/DisableAllocatorDualWrite.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/reference/command-line-tools-reference/feature-gates/MultiCIDRServiceAllocator.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/reference/networking/virtual-ips.md

* Update content/en/docs/reference/networking/virtual-ips.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2025-04-04 21:34:43 -07:00
steve-hardman fc42330997
Fix broken link 2025-04-04 18:35:42 +01:00
Daniel Lipovetsky 66b032bdbd
fixup! Document kubeadm OS version requirement
Address feedback
2025-04-03 09:43:53 -07:00
Francesco Romani 0a80c0544a KEP-2625: cpumanager full-pcpus-inly becomes GA
Declare the `full-pcpus-only` option is now GA.
There are no functional changes or user actions needed,
so we just update the relevant versions.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-04-03 15:46:06 +02:00
Kubernetes Prow Robot 726d06f1b7
Merge pull request #49936 from saschagrunert/dev-1.33-image-volume-beta
[KEP-4639] Graduate image volume source to beta
2025-04-03 04:06:38 -07:00
Daniel Lipovetsky 01b2d11b09
fixup! Document kubeadm OS version requirement
Make note only about preflight check
2025-04-02 16:11:54 -07:00
Daniel Lipovetsky 7ba18ac796
Document kubeadm OS version requirement 2025-04-02 16:08:14 -07:00
Kubernetes Prow Robot df81e6bed3
Merge pull request #49906 from natasha41575/pod-generation-docs
add pod generation to docs for v1.33
2025-04-02 06:30:38 -07:00
hacktivist123 13ee197e44 Merge remote-tracking branch 'upstream/main' into dev-1.33 2025-04-01 18:26:56 +01:00
Marcin Owsiany bcb07a04da
fix: escape pipe symbol in a table 2025-04-01 08:19:07 +02:00
Natasha Sarkar dd082cda12 add pod generation to docs 2025-03-31 14:14:57 +00:00
Kubernetes Prow Robot f9be9a248c
Merge pull request #50145 from tengqm/kubelet-authz
Mention the builtin clusterrole in kubelet authorization
2025-03-30 10:24:35 -07:00
Kubernetes Prow Robot e5bc848393
Merge pull request #49578 from vinayakankugoyal/kep2862beta
KEP-2862: KubeletFineGrainedAuthz Graduate to BETA
2025-03-29 03:24:39 -07:00
Kubernetes Prow Robot 925d878994
Merge pull request #49919 from jsafrane/selinux-beta2
Announce improved SELinux volume relabelling beta
2025-03-28 22:56:39 -07:00
Kubernetes Prow Robot c914dbb669
Merge pull request #50265 from aaron-prindle/declarative-validation-new-doc
docs: add new declarative validation doc page and link to it
2025-03-28 01:58:45 -07:00
Kubernetes Prow Robot 403201535a
Merge pull request #50171 from sreeram-venkitesh/merged-main-dev-1.33
Merge main branch into dev-1.33
2025-03-28 00:48:39 -07:00
Filip Křepinský e4e928f827 update the DeploymentPodReplacementPolicy FG references to DeploymentReplicaSetTerminatingReplicas 2025-03-27 20:36:07 +01:00
Aaron Prindle 210060f584 Update content/en/docs/concepts/extend-kubernetes/api-extension/declarative-validation.md
Co-authored-by: Tim Bannister <22591623+sftim@users.noreply.github.com>
2025-03-27 17:39:14 +00:00
Aaron Prindle 5001db2d96 docs: add new declarative validation doc page and link to it 2025-03-27 17:07:20 +00:00
Michał Woźniak 0d639b9629
Docs update as we promote JobBackoffLimitPerIndex to stable (#49811)
* Update docs as JobBackoffLimitPerIndex graduates to stable

* Add an example for PodFailurePolicy with FailIndex

* Review remarks

Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <22591623+sftim@users.noreply.github.com>

* Review remark - new section and aligning the sections

* Update content/en/docs/tasks/job/pod-failure-policy.md

Co-authored-by: Tim Bannister <22591623+sftim@users.noreply.github.com>

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <22591623+sftim@users.noreply.github.com>
2025-03-27 06:06:35 -07:00
Kubernetes Prow Robot a5f09a0673
Merge pull request #50215 from rata/rata/userns-clarify-volumes-usage
userns: Clarify volume usage
2025-03-27 04:54:39 -07:00
Kubernetes Prow Robot 38f74cfc5c
Merge pull request #49807 from tenzen-y/success-policy-ga
KEP-3998: Graduate JobSuccessPolicy to Stable
2025-03-27 04:18:39 -07:00
Kubernetes Prow Robot 0fe29ac3d6
Merge pull request #49896 from atiratree/pod-replacement-policy-docs
[KEP-3973]: document .status.terminatingReplicas enabled by DeploymentPodReplacementPolicy feature
2025-03-26 19:08:39 -07:00
Anish Ramasekar 29dd7e642f
Add docs for PSAT for Kubelet Image Credential Providers alpha
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2025-03-26 18:16:04 -07:00
Kubernetes Prow Robot c3c36c7e7a
Merge pull request #50241 from JoeyC-Dev/kubeschedulerApiUpdate
Update API version from `kubescheduler.config.k8s.io/v1beta3` to `kubescheduler.config.k8s.io/v1`
2025-03-26 16:28:33 -07:00
Kubernetes Prow Robot a9143b2989
Merge pull request #50212 from abhilasha2418/self-healing
Add new page for self-healing
2025-03-26 09:20:39 -07:00
Filip Křepinský def6c590ad Document .status.terminatingReplicas enabled by DeploymentPodReplacementPolicy feature 2025-03-26 17:02:17 +01:00
abhilasha2418 e23a8ba300 fix: remove extra ` 2025-03-26 21:17:15 +05:30
abhilasha2418 1a9eb49662 feat: add new page for self-healing
fix: remove node controller

fix: nit comments

fix: modify replica replacement

Update content/en/docs/concepts/architecture/self-healing.md

Co-authored-by: Tim Bannister <22591623+sftim@users.noreply.github.com>

fix: remove extra line
2025-03-26 21:13:34 +05:30
jm-franc 2964572998
Apply suggestions from code review
Fix nits following code-review.

Co-authored-by: Tim Bannister <22591623+sftim@users.noreply.github.com>
2025-03-26 09:37:51 -04:00
Tim Bannister aa361ddcd1
Add guide to blog contributions
Add a dedicated section about contributing to the Kubernetes official
blogs.

Co-authored-by: Graziano Casto <graziano.casto@outlook.com>
Co-authored-by: Natali Vlatko <natalivlatko@gmail.com>
Co-authored-by: Ryota <rytswd@gmail.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2025-03-26 12:48:12 +00:00
Marcin Owsiany 53670f386f
Clarify pruning of defaults 2025-03-26 13:43:52 +01:00
Jan Šafránek 5d6fb08b15
Update content/en/docs/tasks/configure-pod-container/security-context.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2025-03-26 12:58:21 +01:00
Jan Šafránek c525452384
Update content/en/docs/tasks/configure-pod-container/security-context.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2025-03-26 12:58:07 +01:00
Jan Šafránek 1005e070e5
Update content/en/docs/tasks/configure-pod-container/security-context.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2025-03-26 12:58:00 +01:00
Jan Šafránek e71aaf5649
Update content/en/docs/tasks/configure-pod-container/security-context.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2025-03-26 12:57:49 +01:00
Kubernetes Prow Robot a8f49e5249
Merge pull request #50049 from SayakMukhopadhyay/search-placeholder-name
Replace `ui_search_placeholder` with docsy provided `ui_search`
2025-03-25 22:42:33 -07:00
Joey Chen ce341fb7cd
Update api version 2025-03-26 11:43:04 +08:00
Joey Chen 86cc349538
Update api version 2025-03-26 11:37:26 +08:00
Jean-Marc François 4ce48b6567 Add documentation for configurable autoscaling tolerance. 2025-03-25 14:28:43 -04:00
Mark Rossetti 3434a09c56
Website updates for WinDSR / WinOverlay beta support
Signed-off-by: Mark Rossetti <marosset@microsoft.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2025-03-25 11:09:01 -07:00
Jan Safranek 753ccb6c1e Add placeholder docs for 1710: Speed up SELinux volume relabeling 2025-03-25 16:11:14 +01:00
torredil 178ce422ec
Add documentation for Alpha feature: MutableCSINodeAllocatableCount 2025-03-25 14:22:02 +00:00
Kubernetes Prow Robot cb01c2c63a
Merge pull request #50146 from akalenyu/filesystem-outer-volume-size
Add a note about filesystem overhead for PVC size request
2025-03-25 02:48:33 -07:00
Stanislav Láznička ef2f657be0
bump ClusterTrustBundle{,Projection} to beta 2025-03-25 10:38:54 +01:00
Marek Siarkowicz aef810e31d Update list semantics to cover ListFromCacheSnapshot introduced in KEP-4988 2025-03-25 10:29:38 +01:00
Aaron Prindle fc8270addd docs: add necessary feature gate information for KEP-5073 - Declarative Validation of K8s Native Types With validation-gen 2025-03-24 18:09:51 +00:00
Rodrigo Campos bcd9d3b51d userns: Clarify volume usage
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2025-03-24 15:54:51 +01:00
Kubernetes Prow Robot e63cc33fb6
Merge pull request #49453 from danwinship/nftables-ga
KEP-3866 nftables kube-proxy to GA
2025-03-24 03:24:32 -07:00
Qiming Teng 5917b08dad
Update persistent-volumes.md 2025-03-24 08:43:53 +08:00
Kubernetes Prow Robot 3efd47b58f
Merge pull request #49901 from swatisehgal/docs-distribute-cpus-across-numa-to-beta
node: KEP- 2902: Docs update for Beta graduation
2025-03-23 17:26:32 -07:00
Kubernetes Prow Robot 685cbffc71
Merge pull request #49310 from carlory/CPUManager
mark CPUManager as removed
2025-03-23 17:24:31 -07:00
Sayak Mukhopadhyay 4df04ed775
feat: replace `ui_search_placeholder` with docsy provided `ui_search` 2025-03-23 17:54:44 +05:30
Kubernetes Prow Robot 7a9e33eb51
Merge pull request #49880 from everpeace/KEP-3619-beta
[dev-1.33] KEP-3619: Promote Fine-grained SupplementalGroups control to Beta
2025-03-23 04:28:31 -07:00
Kubernetes Prow Robot f5eee4f11f
Merge pull request #50116 from MohammadAlavi1986/ssa_fix
SSA request bodies can include either JSON or YAML
2025-03-22 16:16:31 -07:00
Mohammad Alavi 5b9d14d80d
Update content/en/docs/reference/using-api/server-side-apply.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2025-03-22 22:57:39 +03:30
Kubernetes Prow Robot 8558bc3561
Merge pull request #49626 from shannonxtreme/mutating-webhook-good-practices
Add a good practices page for mutating webhook design
2025-03-22 07:06:31 -07:00
Shingo Omura 1ade2e071b
Update content/en/docs/tasks/configure-pod-container/security-context.md 2025-03-22 09:06:26 +09:00
Shingo Omura eb40b1b53b
Update content/en/docs/tasks/configure-pod-container/security-context.md 2025-03-22 08:42:13 +09:00
Shannon Kularathna fc27b949e2 Add dependency loop advice.
Source PR: https://github.com/kubernetes/website/pull/46798

Co-authored-by: Shaun Crampton <shaun@tigera.io>
Co-authored-by: Kat Cosgrove <kat.cosgrove@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2025-03-21 20:04:09 +00:00
Shannon Kularathna 136525cb37 Update with style suggestions and to include validating webhooks 2025-03-21 20:04:09 +00:00
Shannon Kularathna 12db5707f2 Modify migrated content to match current style and word wrap
- Remove h4 section headers for idempotence
- Wrap lines at 80 chars
- Update pod to Pod, deployment to Deployment
- Move the outcome of idempotency examples to the correct list item
- Update links to go to the correct places
2025-03-21 20:04:09 +00:00
Shannon Kularathna 14220821d1 Move best practices from dynamic admission control page to best practices page
Moved content as-is (no text changes) for a more readable diff between commits.

The following sections werent moved:

* Idempotence main section (better content in new page)
* Intercepting all versions of an object (better content in new page)
* Guaranteeing the final state of an object is seen
* Avoiding operating in the kube-system namespace
2025-03-21 20:04:03 +00:00
Shannon Kularathna bf971d28d3 Add a new page for mutating webhook good practices.
- Link to new page from dynamic admission control page
- Retain TODOs for info that'll be migration from existing page
2025-03-21 20:00:38 +00:00
Shingo Omura c0980ea6bb
KEP-3619: Promote SupplementalGroupsPolicy to Beta in feature gate file 2025-03-22 00:18:35 +09:00
Shingo Omura 03209fac5f
KEP-3619: add a note about a pod rejection which starts from its Beta level 2025-03-22 00:18:34 +09:00
Sreeram d1ac26f439 Merge main into dev-1.33 to keep in sync 2025-03-21 19:58:06 +05:30
Swati Sehgal cb2ca13bad node: KEP-2902: Docs update for Beta graduation
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2025-03-21 12:03:10 +00:00
Yuki Iwai 5870bf3071 KEP-3998: Graduate JobSuccessPolicy to Stable
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2025-03-21 19:59:21 +09:00
carlory f26e212868 Resource Quota Per VolumeAttributesClass 2025-03-21 11:17:45 +08:00
Keita Mochizuki 9120e0c7d2
Revert "Update the description of TopologySpreadConstraints's matchLabelKeys to align with the design change" 2025-03-21 10:59:18 +09:00
Jordan Liggitt 1eae76928b
KEP-4193: 1.33 updates for ServiceAccountTokenNodeBinding GA 2025-03-20 16:06:46 -04:00
Akihiro Suda f39cd36122
user-namespaces: add idsPerPod configuration
Kubernetes v1.33 will support setting `userNamespaces.idsPerPod`
in `KubeletConfiguration`.

Depends on k/k PR 130028

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2025-03-21 01:06:08 +09:00
Kubernetes Prow Robot 09234f3680
Merge pull request #49926 from sanposhiho/ga-mlk
KEP-3633: graduate MatchLabelKeys (PodAffinity) to GA
2025-03-19 18:06:31 -07:00
Kubernetes Prow Robot c5120d9bbb
Merge pull request #49902 from nokia/KEP-4540-strict-cpu-reservation-beta
Mark strict-cpu-reservation as beta
2025-03-19 18:04:30 -07:00
Qiming Teng 5bfcf81227 Mention the builtin clusterrole in kubelet authorization
This PR updates the description about the kubelet fine-grained API
authorization.
2025-03-20 08:15:34 +08:00
Kubernetes Prow Robot a1c493fe8d
Merge pull request #50098 from michellengnx/merged-main-dev-1.33
Merge main branch into dev-1.33
2025-03-19 17:14:31 -07:00
Kubernetes Prow Robot 4b5ed9fb94
Merge pull request #49921 from yongruilin/4008-ga
KEP-4008: promote CRDValidationRatcheting to GA for 1.33
2025-03-19 16:00:31 -07:00
Kubernetes Prow Robot 5ccef8015d
Merge pull request #48911 from vaibhav2107/inherit-eviction
Document MergeDefaultEvictionSettings Kubelet Config
2025-03-19 05:32:31 -07:00
Alex Kalenyuk 375896f207 Add a note about filesystem overhead for PVC size request
Though this is not explicitly stated, it seems acceptable that
once a provider builds a filesystem on top of a block device,
some writeable capacity is lost:
https://github.com/container-storage-interface/spec/issues/338

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
2025-03-19 11:32:31 +02:00
Qiming Teng aafc50882f Clarify how to config maximum loopback off delay 2025-03-19 15:36:11 +08:00
Kubernetes Prow Robot d15b36a899
Merge pull request #50134 from msau42/deprecations
Delete removed volume types from feature support list
2025-03-18 17:15:48 -07:00
Kubernetes Prow Robot 2d366ba555
Merge pull request #49341 from tengqm/fg-daemonsetupdate
Fix feature gate DaemonSetUpdateSurge status
2025-03-18 15:29:49 -07:00
Michelle Au dd9a3cad07 Delete removed volume types from feature support list 2025-03-18 21:16:15 +00:00
yongruilin 128e877412 Promote CRDValidationRatcheting to GA for 1.33 2025-03-18 19:37:29 +00:00
Anish Ramasekar 4888dbe086
fix doc for email_verified requirement when username contains claims.email
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2025-03-17 17:08:26 -07:00
Mohammad Alavi 057e98b14c SSA request bodies can include either JSON or YAML 2025-03-17 21:14:27 +03:30
Kubernetes Prow Robot 8472f99bde
Merge pull request #49963 from aivantsov/patch-2
Update security-checklist.md
2025-03-17 09:45:49 -07:00
Kubernetes Prow Robot e8b4ff16ed
Merge pull request #49966 from Mab879/patch-1
Remove Fedora and CentOS packages for kompose
2025-03-17 09:43:50 -07:00
Renan Magagnin ee4fe759e9
Fix typo in volumes.md 2025-03-17 14:18:03 +00:00
Kubernetes Prow Robot 40c3c7f367
Merge pull request #49309 from carlory/PersistentVolumeLastPhaseTransitionTime
mark PersistentVolumeLastPhaseTransitionTime as removed
2025-03-16 20:41:47 -07:00
Mohammad Alavi 06f578a27d swap json and yaml 2025-03-16 17:31:32 +03:30
Mohammad Alavi cc8fd8152a use tabs to list flags specific to each backend in a separate tab. 2025-03-16 17:03:11 +03:30
Mohammad Alavi c8426e545d
Merge branch 'kubernetes:main' into patch-3 2025-03-16 15:13:03 +03:30
Vaibhav Goel 578c4579aa Updated some grammar text 2025-03-16 15:26:58 +05:30
michellengnx 5dead83b55 Merge main into dev-1.33 to keep in sync 2025-03-14 14:24:18 -04:00
Kubernetes Prow Robot 86aa360cd6
Merge pull request #49866 from AkihiroSuda/rro-1.33
KEP-3857: Recursive Read-only (RRO) mounts: promote to GA
2025-03-14 04:29:52 -07:00
Sascha Grunert eab681370c
[KEP-4639] Graduate image volume source to beta
Update the documentation to reflect the graduated feature.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2025-03-13 09:57:44 +01:00
Kubernetes Prow Robot 552cfa23d8
Merge pull request #50044 from aivantsov/patch-4
Update high-availability.md
2025-03-12 10:13:47 -07:00
Kubernetes Prow Robot 810280b75f
Merge pull request #50043 from aivantsov/patch-3
Update the check for open port in install-kubeadm.md
2025-03-12 04:35:46 -07:00
Rayan Das c74a403c26 Merge remote-tracking branch 'upstream/main' into dev-1.33 2025-03-11 23:13:55 +05:30
Andrei Ivantsov 358fef3e0a
Update high-availability.md
Improve connectivity check from thr control plane node to the load balancer
2025-03-08 15:13:51 +01:00
Andrei Ivantsov 7086544485 Update the check for open port in install-kubeadm.md
Tell `nc` to report open ports instead of initiating a connection by
using the `-z` flag, and report connection failure after a timeout of 2
seconds.
2025-03-08 14:17:09 +01:00
Cici Huang 4ce7a61ebd Placeholder PR for KEP 5080 2025-03-06 21:59:07 +00:00
Kubernetes Prow Robot 2c5cb62757
Merge pull request #49327 from soltysh/tz_validation
Update information about CronJob's unsupported time zone field
2025-03-05 09:43:46 -08:00
Tim Bannister 2a3a72e16c
Move CSR for client certificate to tasks section
The moved documentation describes a task, so move it to the
documentation section that describes tasks.
2025-03-04 20:22:32 +00:00
Kubernetes Prow Robot 3b63b36b26
Merge pull request #49946 from vinayakankugoyal/gitRepo
KEP-5040: Disable git_repo volume driver.
2025-03-04 11:33:44 -08:00
Kensei Nakada 5b556cd5ee KEP-4832: graduate the async preemption feature to beta 2025-03-04 14:08:58 +09:00
Vinayak Goyal 941773d2ca KEP-5040: Disable git_repo volume driver. 2025-03-04 00:03:15 +00:00
shubham82 d6520fa6ca Removed Map_docker_CLI_commands_to_crictl link 2025-03-03 14:41:57 +05:30
michellengnx 660d6fd407 Merge main into dev-1.33 to keep in sync 2025-03-01 09:09:37 -05:00
Kubernetes Prow Robot c042dcd1a0
Merge pull request #49733 from paulopiriquito/main
Update node-shutdown docs: typo in word 'administrators'
2025-03-01 02:20:55 -08:00
Matthew Burket 52bd40a393
Remove Fedora and CentOS packages for kompose
These packages have been orphaned for over 2 years. See 8afab6b001?branch=rawhide for more details.
2025-02-28 19:30:27 -06:00
Andrei Ivantsov 7adba34538 Update security-checklist.md
Correct grammar, improve wording.
2025-02-28 18:03:59 +01:00
Kubernetes Prow Robot 8afdfb45fe
Merge pull request #49535 from sunnylovestiramisu/dev-1.33-ga
Mark AnyVolumeDataSource as stable
2025-02-28 07:52:56 -08:00
Kubernetes Prow Robot ce5c1100f4
Merge pull request #49334 from UMMAN2005/add-component-sli-metrics-description
Add description for Kubernetes Component SLI Metrics and z-pages
2025-02-28 01:26:23 -08:00