Chris Henzie
988991b4fe
Update pause with Docker Schema 2 image
2024-12-19 13:11:05 -08:00
ndixita
0374213f57
KEP 2837: Pod Level Resources Alpha
2024-11-29 00:01:55 +00: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
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
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
shayan
d5b194da5b
Modify the image node-hello to hello-app ( #46582 )
2024-06-01 16:13:16 -07: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
drewhagen
4c6ba12390
Merge main into dev-1.30 to keep in sync
2024-04-16 15:55:38 -05: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
Tim Allclair
4f11f83a45
AppArmor v1.30 docs update
2024-03-19 14:25:06 -07:00
Kubernetes Prow Robot
291e3bf7cf
Merge pull request #45460 from HarkuLi/fix/tutorial-seccomp
...
Add missing syscalls in fine-grained profile of seccomp tutorial
2024-03-13 04:10:54 -07:00
Tim Allclair
49ace75b78
Refresh AppArmor documentation
2024-03-07 16:05:43 -08:00
HarkuLi
b189e2087e
Add missing syscalls in fine-grained profile of seccomp tutorial
2024-03-07 17:38:52 +08:00
Qiming Teng
fa637e4d58
Fix an error about volume name identified by test case
2023-12-25 15:30:42 +08:00
Taahir Ahmed
6dd3091e55
ClusterTrustBundles: Document projected volumes
2023-11-21 09:22:39 -08:00
dancer1325
5f3b2c023a
fix(en.examples.pods.security.seccomp): update hashicorp/http-echo version
2023-10-29 12:31:38 +01:00
Mohammed Affan
9d9b06845e
Fix initialDelaySeconds of container lifecycle
2023-10-02 16:18:43 +05:30
twelcon
54be184f07
Added 'command' block for some busybox pods script
2023-06-21 22:00:38 +05:30
Vinay Kulkarni
a4eca1afc6
Documentation for in-place pod resize feature ( #39845 )
...
* Documentation for in-place pod resize feature
Fix issues from review feedback
Update content/en/docs/tasks/configure-pod-container/resize-container-resources.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Better wording and formatting of overview section
Add descriptions about allocatedResources, resources, and resize fields
Update content/en/docs/tasks/configure-pod-container/resize-container-resources.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Update content/en/docs/tasks/configure-pod-container/resize-container-resources.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Simplify the changes by using bullet points
* Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
---------
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-03-30 19:59:48 -07:00
Wei Huang
fc019615ab
Doc for Beta feature PodSchedulingReadiness
2023-03-06 09:02:48 -08:00
Kubernetes Prow Robot
831f795747
Merge pull request #38083 from shannonxtreme/using-secrets
...
Improve wording around Secrets as environment variables
2023-02-06 19:52:58 -08:00
Shannon Kularathna
b592215c13
Move mounted Secrets sections verbatim to task page
2022-11-25 20:22:39 +00:00
Wei Huang
21a7c4cc7e
Doc for Alpha feature PodSchedulingReadiness
2022-11-18 10:41:53 -08:00
Kubernetes Prow Robot
ba191c2011
Merge pull request #35803 from ameukam/1-25-registry-k8s-io
...
Update docs to reference new container image registry
2022-08-18 08:26:22 -07:00
Arnaud Meukam
a180cd6853
Update docs to reference new container image registry
...
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.
Ref: https://github.com/kubernetes/k8s.io/issues/3411
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-08-18 16:35:26 +02:00
Rodrigo Campos
501cde25c7
Add doc for user namespaces in stateless pods
...
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2022-08-18 11:13:00 +02:00
Anna Kapuscinska
f4a62ba2e6
Fix regressions in node affinity docs
2022-07-03 07:45:46 +01:00
Remo Andreoli
3132fbe4f0
Fix wrong label key in scheduling example ( #32646 )
...
* Fixed deprecated comment in scheduling-eviction/assign-pod-node.md regarding example pods/pod-with-affinity-anti-affinity.yaml
* Changed the example to a more appropriate one
2022-06-23 18:11:19 -07:00
Kubernetes Prow Robot
f57b6a42a9
Merge pull request #32221 from amitech/patch-1
...
Updated configure-liveness-readiness-startup-probes.md
2022-04-30 10:07:12 -07:00
Kubernetes Prow Robot
39fd63ba12
Merge pull request #31989 from guettli/31930__fix_busybox_image_1.28
...
fix busybox image to version 1.28
2022-03-25 15:45:59 -07:00
Kubernetes Prow Robot
b2097006f0
Merge pull request #29385 from shannonxtreme/assign-pods-nodes
...
Refactor Assigning Pods to Nodes
2022-03-23 01:01:59 -07:00
dirc
56067a41c8
fixed order for resources: requests and limits
2022-03-18 16:35:44 +01:00
Amit Sharma
a60e9203e0
Update exec-liveness.yaml
2022-03-12 14:42:48 +05:30
Thomas Guettler
7122a4498a
fix busybox image to 1.28 (issues with `nslookup`).
...
Changes where done with these commands:
reprec 'image: busybox(?!:)' 'image: busybox:1.28' */docs */examples
reprec -- '--image=busybox(?!:)' '--image=busybox:1.28' */docs */examples
Related issues:
https://github.com/docker-library/busybox/issues/48
https://github.com/kubernetes/kubernetes/issues/66924
2022-03-02 20:48:26 +01:00
Shannon Kularathna
4650e1df61
Refactor Assign Pods to Nodes
2022-01-21 15:27:20 +00:00
Qiming Teng
5f8e58a2c0
Fix errors detected by the test case
...
The service account token one must have `serviceAccountName` specified
in order to be successfully validated.
The PV duplicate example can only refer to an existing volume.
2021-12-15 12:50:30 +08:00
Jesse Butler
584421fe11
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-06 08:55:54 -05:00
Kubernetes Prow Robot
d2d722ae30
Merge pull request #30223 from slayer321/add-volume-example
...
docs: add PV duplicate example
2021-12-05 15:12:32 -08:00
Sergey Kanzhelev
3797c338a7
grpc field name consistency
2021-12-01 18:57:07 +00:00
Sergey Kanzhelev
ef6668539c
gRPC probes
2021-11-30 23:35:27 +00:00
Kubernetes Prow Robot
66c07ae9ad
Merge pull request #30109 from sftim/20211016_revise_seccomp_tutorial
...
Revise seccomp tutorial
2021-11-20 10:36:59 -08:00
Aravindh Puthiyaparambil
c0dd24a8ba
storage: create new file for projected volumes
...
Move inline examples into the examples folder
2021-11-08 16:07:33 -08:00
slayer321
d283c1f545
docs: add PV duplicate example
2021-10-25 09:52:46 -04:00
Tim Bannister
97a7bbcea8
Expand on runtime default part of seccomp tutorial
2021-10-16 13:02:04 +01:00
Jai Govindani
b407a0103b
docs(configure-redis-using-configmap): update for clarity ( #25712 )
...
* docs(configure-redis-using-configmap): update for clarity
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(configure-redis-using-configmap): incorrect volumeMount index
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(configure-redis-using-configmap): show Pod status as Running, separate commands from output
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(configure-redis-using-configmap): typo
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(configure-redis-using-configmap): configmap name
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-03-17 13:13:19 -07:00
Sylvain COULOMBEL
1ec78b1f28
Improve configmap usage as pod command and args
2020-11-17 21:54:25 +01:00
Tim Hockin
300c2e8545
Better docs for standard topology labels
...
As per KEP 1659, topology labels are now more formalized. Move away
from the older `failure-domain.beta` names ands use `topology` names
instead.
2020-11-03 11:27:58 -08:00
Tej-Singh-Rana
856ea6292e
replaced URL
2020-10-15 10:12:25 +05:30