Commit Graph

474 Commits (dev-1.34)

Author SHA1 Message Date
Michelle Nguyen e65e744407 Documentation for KEP-3962 2025-08-06 18:42:37 -04:00
Taahir Ahmed f72ccf8d9b Pod Certificates: Narrow documentation of new feature
The "Certificates" page is creaking under its own weight, and is due to
be split up.  This is being pursued in a separate PR:

  https://github.com/kubernetes/website/pull/51487
2025-08-06 12:51:34 -07:00
Kubernetes Prow Robot f6f008a6a6
Merge pull request #51415 from HirazawaUi/add-doc-3721
Add documentation for the EnvFiles feature gate
2025-08-06 08:35:27 -07:00
HirazawaUi f83015e746 Add documentation for the EnvFiles Feature Gate 2025-08-05 22:28:13 +08:00
Kubernetes Prow Robot 61b49282b5
Merge pull request #51483 from pohly/dra-1.34
DRA: core update for 1.34
2025-07-30 02:06:28 -07:00
Patrick Ohly 36162b1107 DRA: core update for 1.34
The feature gate and API examples get updated.
Enabling it is now simpler, changes are only needed
for backward compatibility.
One particular troubleshooting step fits into the
existing user-facing "allocate-devices-dra.md".

Admin-facing troubleshooting and documentation of metrics which might be of
interest can follow separately.
2025-07-28 22:24:32 +02:00
Kubernetes Prow Robot 7d07894688
Merge pull request #51545 from tom1299/fix-capacity-reservation-deployment
Fix deployment with capacity reservation yaml
2025-07-21 08:44:28 -07:00
imShakil ae0125da2a
Updated fluentd image version in daemonset 2025-07-17 10:21:44 +06:00
Kubernetes Prow Robot a5bdf2ce2a
Merge pull request #51091 from shannonxtreme/dra-docs-improve
Add foundational docs improvements for DRA
2025-07-14 15:12:23 -07:00
Shannon Kularathna c05d82fa41 Add embeddable examples for DRA basics 2025-07-14 19:32:47 +00:00
tom1299 0ed3faf9eb Fix deployment with capacity reservation yaml
Co-authored-by: Tim Bannister <193443691+lmktfy@users.noreply.github.com>
2025-07-09 05:48:29 +02:00
Marko Filipovic 770e18af70 Update Redis version in redis-pod.yaml to 8.0.2 2025-07-03 13:00:04 +02:00
caesarsage fa665fdcfd Update TLS secret examples to use placeholder values for certificate and key to fix nelify build failure
Replaced existing base64-encoded certificate and key values in multiple language examples with placeholders ("REPLACE_WITH_BASE64_CERT" and "REPLACE_WITH_BASE64_KEY") to guide users in providing their own values. This change enhances clarity and usability across the documentation.
2025-06-26 18:38:30 +01: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
Saketh Kalaga 317de55ad0 Replace deprecated API version of `kubescheduler.config.k8s.io` in `my-scheduler.yaml`.
* Replace deprecated API version `kubescheduler.config.k8s.io/v1beta2`
  with `kubescheduler.config.k8s.io/v1` so the example can be directly
  run without modifications.

Signed-off-by: Saketh Kalaga <51327242+renormalize@users.noreply.github.com>
2025-05-14 22:57:43 +05:30
Kubernetes Prow Robot eb4d3f5344
Merge pull request #50695 from ianatha/patch-1
Fix incorrect apiGroup for pods in MutatingAdmissionPolicy example
2025-05-10 10:47:15 -07:00
Kubernetes Prow Robot c0ae18dc43
Merge pull request #48734 from Lahoussine-Bouhmou/patch-1
Include parameterNotFoundAction in Validating Admission Policy documentation
2025-05-02 23:33:55 -07:00
Ian Atha 963da4eef6
Fix incorrect apiGroup for pods in MutatingAdmissionPolicy example 2025-04-27 02:12:16 +03:00
Rayan Das 75b1f4a484
Merge pull request #50082 from carlory/resource-quota-per-volumeattributesclass
Resource Quota Per VolumeAttributesClass
2025-04-23 22:54:59 +05:30
Sascha Grunert d872738d0e
Update image volume example to use `v2`
Use the `v2` version of the artifact to allow compatibility with
containerd.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2025-04-22 15:50:51 +02:00
Kubernetes Prow Robot 9c7ceb16a1
Merge pull request #50501 from rayandas/add-example
Add service-cluster-cidr-address-range.yaml as an example to simplify 1.33 release note
2025-04-18 21:47:07 -07:00
Rayan Das 709be117f7 Added an example service-cluster-cidr-address-range.yaml
Signed-off-by: Rayan Das <rayandas91@gmail.com>
Co-authored-by: Tim Bannister <193443691+lmktfy@users.noreply.github.com>
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2025-04-17 15:23:11 +05:30
UrvashiChoubey 81d68903fc
Merge main into dev-1.33 to keep in sync 2025-04-16 16:57:50 +05:30
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 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 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
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
carlory f26e212868 Resource Quota Per VolumeAttributesClass 2025-03-21 11:17:45 +08: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 91182b73fb
Merge pull request #49474 from iheartNathan/49406-update-busybox-image-tag
update image tag in manifest
2025-02-12 20:58:20 -08:00
Naresh Koduru 8b78fb8239 enable copying rolebinding examples directly 2025-02-12 13:36:26 +05:30
Naresh Koduru 4ae01a8a13 Remove extra whiteline at the end of the file 2025-02-12 09:48:51 +05:30
Naresh Koduru 6c6165d5e2 Enable copying role and clusterRole snippets 2025-01-29 10:15:16 +05:30
Naresh Koduru cac12e0ee1 Enable copying service content 2025-01-28 20:41:45 +05:30
iheartNathan 7b5ca4d7a5 update image tag in manifest 2025-01-17 13:48:07 +00:00
windsonsea 1a5f27ddaf Fix consistency issues and use code_sample for resource-quotas 2025-01-14 09:05:13 +08:00
network-charles f31a75226e improve pv storage task
Co-authored-by: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Gulcan Topcu <96833570+colossus06@users.noreply.github.com>
2025-01-12 13:28:05 +01:00
Kubernetes Prow Robot bac18a59ef
Merge pull request #48655 from abhilasha2418/daemonSet
Create new task for building basic daemon set
2025-01-06 22:18:31 +01:00
abhilasha2418 b2a315ffd0 feature: Create new task for building basic daemon set 2025-01-02 14:15:02 +05:30
Qiming Teng 5a2f3ff8cb Update test cases for examples
This PR updates the Go module dependency and revise the test case
for checking example manifests. This check ensures that all manifests
we use as examples are still valid under v1.32.
2024-12-22 09:45:10 +08:00
Chris Henzie 988991b4fe Update pause with Docker Schema 2 image 2024-12-19 13:11:05 -08:00
hacktivist123 9a29b3790b Merge main into dev-1.32 to keep in sync 2024-12-03 16:54:26 +00:00
Kubernetes Prow Robot e81cbfe15f
Merge pull request #48405 from knight42/feat/split-stdout-stderr-doc
Update docs for split stdout / stderr Pod logging
2024-11-29 16:24:57 +00:00
Jian Zeng 387153787a
doc: document the usage of the PodLogsQuerySplitStreams feature
Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
2024-11-30 00:22:25 +08:00
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
ndixita 0374213f57 KEP 2837: Pod Level Resources Alpha 2024-11-29 00:01:55 +00:00
Jeffrey Ying cb8e5a7ce5
KEP-3962: Mutating admission policy documentation (#48646)
* Introduce concept page for mutating admission policy

* add example and documentation for MAP

* fix MAP feature gate documentation

* address comments

* Apply suggestions from code review

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

---------

Co-authored-by: Joe Betz <jpbetz@google.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-11-26 18:20:56 +00:00
Muneeb Ahmad b13e3aab77
Move misplaced comment outside YAML block in storageclass-aws-ebs.yaml (#48809)
* Update storage-classes.md

* Update storageclass-aws-ebs.yaml

* Update storageclass-aws-ebs.yaml
2024-11-26 01:24:56 +00:00
Tim Bannister d34ee98252
Tweak node capacity overprovisioning task 2024-11-19 14:31:41 +00: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