Commit Graph

3860 Commits (issues-48002)

Author SHA1 Message Date
Wayne Khan 89af6edbbf
Fix trivial "emptydir" typo 2025-06-30 14:00:15 +08:00
Kubernetes Prow Robot a2145d1257
Merge pull request #51077 from lmktfy/20250526_tweak_hpa_good_practise
Revise best practice for autoscaling
2025-06-26 03:34:29 -07:00
Kubernetes Prow Robot c2da7e5e86
Merge pull request #51152 from Mujib-Ahasan/fix-link-kubectl-macos
Fix: Replace external paywall link in macOS kubectl autocompletion instructions
2025-06-10 13:46:56 -07:00
Kubernetes Prow Robot ee05e9ee12
Merge pull request #50913 from ardaguclu/kuberc-docs
Add documents for kuberc
2025-06-08 14:24:22 -07:00
Mujib Ahasan 4db4b43816 Fix link to be followed bash upgrade for macos 2025-06-01 23:09:17 +05:30
Tim Bannister cfb84597c4
Revise best practice for autoscaling
- Don't assume that solution developers can reconfigure the cluster
- Consider a startup probe
2025-05-26 16:34:33 +01:00
Kubernetes Prow Robot 05db117851
Merge pull request #50558 from jayeshmahajan/patch-6
Add more clarity for horizontal-pod-autoscaler-cpu-initialization-period
2025-05-26 07:32:16 -07:00
lmieulet 1ea9ecf3ad Upgrade mysql image version used by Single-Instance Stateful tutorial
fix yml

fox version
2025-05-20 15:12:28 +02:00
Arda Güçlü edac5dbf0e Add kuberc dedicated page 2025-05-20 09:18:41 +03:00
Kubernetes Prow Robot 2ec82a73fa
Merge pull request #50876 from dastrobu/patch-2
mark yaml examples as such to get syntax highlighting
2025-05-14 04:33:21 -07:00
Daniel Strobusch 365e6495ea mark yaml examples as such to get syntax highlighting 2025-05-14 12:52:20 +02:00
Devarsh 7edfd2dfbc
Fix incorrect usage of listNamespacedPod in JavaScript client example 2025-05-13 11:27:34 +05:30
Kubernetes Prow Robot de863f1264
Merge pull request #49809 from MohammadAlavi1986/patch-3
Specify the default batch mode for each backend type.
2025-05-12 08:49:15 -07:00
Anish Ramasekar 4e42436cf9
Sync encryption docs reviewers with kubernetes sig-auth-encryption-at-rest-reviewers
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2025-05-09 12:28:29 -07:00
Arhell 1d83783462 [en] update kompose link 2025-05-07 03:00:49 +03:00
Antonio Ojea d8462fb84a Update content/en/docs/tasks/network/extend-service-ip-ranges.md
Co-authored-by: Dan Winship <danwinship@redhat.com>
2025-04-30 14:39:16 +00:00
Antonio Ojea c15ff39f26 Update content/en/docs/tasks/network/extend-service-ip-ranges.md
Co-authored-by: Dan Winship <danwinship@redhat.com>
2025-04-30 14:39:16 +00:00
Antonio Ojea c582aa194e ServiceCIDR documentation
Add documentation about the new ServiceCIDR feature
and how to handle cluster updates of the default
ServiceCIDR
2025-04-30 14:39:16 +00:00
Jayesh Mahajan b1af1252a3 Update horizontal-pod-autoscale.md with horizontal-pod-autoscaler-cpu-initialization-period
Adding more xf by decoding the issue discussion and implementation https://github.com/kubernetes/website/issues/12657

Update horizontal-pod-autoscale.md

Update horizontal-pod-autoscale.md
2025-04-22 20:46:31 -04:00
Rayan Das d19ad54c5a Merge remote-tracking branch 'upstream/main' into dev-1.33 2025-04-21 21:53:02 +05:30
windsonsea cb8a9faf6a Fix an api extension typo to x-kubernetes-list-map-keys 2025-04-18 15:05:25 +08:00
UrvashiChoubey 81d68903fc
Merge main into dev-1.33 to keep in sync 2025-04-16 16:57:50 +05:30
Kubernetes Prow Robot 3e659faa68
Merge pull request #50348 from porridge/patch-2
fix: escape pipe symbol in a table
2025-04-16 01:23:07 -07:00
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
John.C af9c4c83f4 Move 'Namespaces Walkthrough' to tutorials section 2025-04-11 04:24:40 -04: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
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
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
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
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
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 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
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
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
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 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
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
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
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
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
Jean-Marc François 4ce48b6567 Add documentation for configurable autoscaling tolerance. 2025-03-25 14:28:43 -04:00
Jan Safranek 753ccb6c1e Add placeholder docs for 1710: Speed up SELinux volume relabeling 2025-03-25 16:11:14 +01: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