Commit Graph

436 Commits (03ae214e8129b009b7a336dfa328e3eb2cb15dc2)

Author SHA1 Message Date
windsonsea 1a5f27ddaf Fix consistency issues and use code_sample for resource-quotas 2025-01-14 09:05:13 +08: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
Kubernetes Prow Robot 4585cc1886
Merge pull request #47967 from saschagrunert/seccomp
Add dedicated seccomp node reference
2024-10-09 00:28:22 +01: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
xin.li 9ecafa5678 improve yaml context for storage/storage-classes.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2024-09-25 22:13:59 +08:00
Tamilselvan 2ccaf064f8
Add envFrom details in docs (#47709)
* Add envFrom details in docs

* Add envFrom details in docs

* deleted command prompt

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* added shortcode

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Accept review comments

---------

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-09-11 14:07:12 +01:00
Tim Hockin c299e28877
Change dnsutils from jessie-dnsutils to agnhost 2024-08-30 20:57:02 -07:00
Qiming Teng 14f2970929 Fix examples test for v1.31
This PR updates the test case for manifest examples.
The test case is there to ensure all example manifests can pass the
API validation for v1.31.
2024-08-27 20:47:01 +08: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
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
Shingo Omura c5f020c0e4
KEP-3619: Fine-grained SupplementalGroups control 2024-07-10 22:16:44 +09:00
abhilasha2418 f784557584 [en] Reduce GracePeriod to 300 sec for deploying Cassandra with a StatefulSet 2024-07-04 14:55:03 +05:30
Kubernetes Prow Robot 86a76b43c1
Merge pull request #46761 from pegasas/issues/46546
Delete rewrite-target annotation in ingress example
2024-06-12 11:27:23 -07:00
pegasas 74b46cda84 Delete rewrite-target annotation in ingress example 2024-06-11 08:16:29 +08:00
shayan e9c7b069d5 Modify registry.k8s.io/nginx-slim version from 0.8 to 0.24 2024-06-04 11:10:02 +03:30
shayan d5b194da5b
Modify the image node-hello to hello-app (#46582) 2024-06-01 16:13:16 -07:00
Kubernetes Prow Robot 005a562f0c
Merge pull request #45878 from tomoaki-ii/revise-statefulset-tuto
Correcting scenario inconsistencies and output checks
2024-06-01 14:10:02 -07:00
Kubernetes Prow Robot 2791673562
Merge pull request #46568 from robert-cronin/fix/tutorial-image-deprecation-error
Update node-hello image to Google's newer image
2024-05-29 16:50:28 -07:00
Kubernetes Prow Robot 2ebd76e2f3
Merge pull request #46229 from 24online24/main
Add ingress class name to example-ingress.yaml
2024-05-29 08:37:43 -07:00
Robert Cronin 990c64b145
Update node-hello image to Google's newer image 2024-05-29 22:50:38 +10:00
Robert Cronin fa033cd15f
Update node-hello image to Google's newer image 2024-05-28 10:36:38 +10:00
Kubernetes Prow Robot 2edb736570
Merge pull request #46285 from tengqm/fix-examples-test
Fix examples test
2024-05-14 10:35:11 -07:00
tomoaki-ii b798f42d06
Update web.yaml
Change the container image of the Statefulset in the first document(application/web/web.yaml ) to registry.k8s.io/nginx-slim:0.7
2024-05-14 14:15:25 +09:00
Qiming Teng 5228bdb02d Fix a Job example which fails the manifest validation 2024-05-09 11:02:37 +08:00
Qiming Teng fb29fd8997 Update test case to cover newly added files 2024-05-09 11:02:17 +08:00
Aditya Samant cd6148bc97
Change the host for the ingress tutorial, to mitigate a security risk. 2024-05-07 13:50:32 +05:30
Rares Chiuzbaian 7b8e37f0cb
Add ingress class name to example-ingress.yaml 2024-05-06 22:40:57 +03:00
Kubernetes Prow Robot f7a1bfed88
Merge pull request #45819 from 7sunarni/main
Rename example pod-with-affinity-anti-affinity.yaml
2024-05-03 18:23:47 -07:00
Kubernetes Prow Robot 61f8737cbd
Merge pull request #44540 from adityasamant25/configmaps-secrets
Document updating configuration via a ConfigMap
2024-04-17 14:13:26 -07:00
drewhagen 4c6ba12390 Merge main into dev-1.30 to keep in sync 2024-04-16 15:55:38 -05:00
Jintao Zhang 5bd5f71287
update ValidatingAdmissionPolicy to v1
since v1.30 ValidatingAdmissionPolicy graduate to GA

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2024-04-14 07:09:07 +08:00
James Spurin 4aa2c8e081 switch liveness image to multi-arch agnhost 2024-04-11 17:08:46 +01:00
7sunarni 3054b8562d example(affinity): rename pod-with-affinity-anti-affinity.yaml => pod-with-affinity-preferred-weight.yaml
Signed-off-by: 7sunarni <710720732@qq.com>
2024-04-10 16:19:42 +08:00
Aditya Samant 3efc5cde2f
Updating Configuration via a Configmap
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-05 09:16:51 +05:30
Kubernetes Prow Robot deb1be8892
Merge pull request #45135 from tenzen-y/job-success-policy-doc
Add JobSuccessPolicy Doc
2024-03-25 20:09:19 -07:00
Akihiro Suda ca9e4725d1
KEP-3857: Recursive Read-only (RRO) mounts
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-03-26 03:59:26 +09:00
Yuki Iwai d79de0290a KEP-3998: Clarify the example
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:41:36 +09:00