Commit Graph

614 Commits

Author SHA1 Message Date
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
Kubernetes Prow Robot c4199a667d
Merge pull request #48503 from tallclair/ippr
Update In-Place Pod Resize docs for v1.32
2024-11-27 12:22:57 +00:00
Kubernetes Prow Robot 45b62d8aed
Merge pull request #48515 from jsafrane/selinux-1.32
Document SELinuxChangePolicy and SELinuxMount
2024-11-26 16:56:56 +00:00
Shedrack akintayo c6afb74d66 Merge main into dev-1.32 to keep in sync 2024-11-20 14:04:09 +00:00
James Hewitt 22030b43ef
Clarify image pull secret documentation (#48718)
* Clarify image pull secret documentation

The statement about missing pull secrets is incorrect, the kubelet will still attempt to pull the image if a pull secret is missing.

Added some information about how multiple pull secrets are handled.

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>

* Update content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md

Co-authored-by: Xander Grzywinski <xandergrzyw@gmail.com>

* Clarify what happens if no pull secret matches

---------

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
Co-authored-by: Xander Grzywinski <xandergrzyw@gmail.com>
2024-11-20 00:22:53 +00:00
Tim Allclair 6c3808ec10 In-Place Pod Resize Beta 2024-11-19 12:00:52 -08:00
Jan Safranek 8e17234d93 Mention MountOption as the default 2024-11-19 10:03:41 +01:00
Jan Safranek bf32989b93 Mention KCM configuration 2024-11-19 09:52:58 +01:00
Jan Safranek 2c4e08e43a Document SELinuxChangePolicy and SELinuxMount 2024-11-19 09:42:55 +01:00
michellengnx d021207741 Merge main into dev-1.32 to keep in sync 2024-11-11 17:40:26 -05:00
Takudai Kawasaki 9a31b7420a
Delete an unnecessary backslash 2024-11-05 01:10:45 +09:00
Takudai Kawasaki tkawasaki 8dfd25adab fix: improve clarity and formatting in liveness, readiness, and startup probes documentation 2024-11-05 00:52:24 +09:00
Mengjiao Liu 2aca56ea10 Update ServiceAccountTokenJTI, ServiceAccountTokenPodNodeInfo, ServiceAccountTokenNodeBindingValidation to stable 2024-11-04 14:14:35 +08:00
Kubernetes Prow Robot 238feeadfd
Merge pull request #47504 from andreaskaris/probe-readiness-correction
Correct statement about Pod Ready condition in probe config section
2024-10-17 00:57:03 +01:00
HITMAN 585c1c60c1
Changed the command for Attaching to the shell container 2024-10-09 23:18:56 +05:30
Kubernetes Prow Robot da68d36e1e
Merge pull request #44094 from 1000Delta/en_configmap
[en] config-pod-configmap add cleanup step and fix commands.
2024-10-08 14:52:22 +01:00
DeltaX 2d13865044 [en] config-pod-configmap add cleanup step.
Remove special-config before next step to create newer with different data.

Fix quotation mark of cleanup command.

Fix quotation mark in create a configmap section.

Add commands to remove used files.

Remove unnecessary files and directories

Fix nits

Apply suggestions from code review

Co-authored-by: Charles Uneze <charlesniklaus@gmail.com>
2024-10-08 18:25:34 +08:00
Andreas Karis 61ceae64a0 Correct statement about Pod Ready condition in probe config section
Signed-off-by: Andreas Karis <ak.karis@gmail.com>
Reported-at: https://github.com/kubernetes/website/issues/47503
2024-10-03 08:34:14 +02:00
mochizuki875 2bd0f1e1af Add a statement regarding ReadinessProbe manual run 2024-08-30 04:40:10 +00:00
windsonsea 65ce82dd0b Revise step desc in image-volumes 2024-08-22 18:04:39 +08:00
Kubernetes Prow Robot 5bc26c7ff3
Merge pull request #47404 from aleskandro/patch-1
Clarify expiration time for service accounts and tokens of pods pending deletion despite finalizers
2024-08-14 01:15:56 -07:00
Alessandro Di Stefano 1e09b33a4c
Update content/en/docs/tasks/configure-pod-container/configure-service-account.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-08-09 10:44:58 -04:00
Alessandro Di Stefano 45aa0d800a
Clarify expiration time for service accounts and tokens of pods pending deletion despite finalizers
Refers #47403

Signed-off-by: aleskandro <aleskandro@redhat.com>
2024-08-09 09:46:08 -04:00
Jordan Liggitt 0cdbbb512d
KEP-4193: clarify required kubectl version 2024-07-30 09:05:45 -04:00
Kubernetes Prow Robot 6c7b885047
Merge pull request #47304 from hacktivist123/merged-main-dev-1.31
Merged main dev 1.31
2024-07-30 05:03:16 -07:00
Kubernetes Prow Robot e17eed9ee4
Merge pull request #47283 from liggitt/4193-beta
KEP-4193: beta promotion of ServiceAccountTokenNodeBinding feature gate
2024-07-30 03:47:08 -07:00
Jordan Liggitt 1daf72a6f7
KEP-4193: Update for beta ServiceAccountTokenNodeBinding graduation 2024-07-29 22:55:42 -04:00
hacktivist123 e6d2e1499d Merge main into dev-1.31 to keep in sync 2024-07-29 18:03:33 +01: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
Sankalp Khare 78c0660152
Update configure-liveness-readiness-startup-probes.md (#47098)
* Update configure-liveness-readiness-startup-probes.md

Flip the order in which liveness and readiness probes are discussed in the TCP liveness probe section, because that makes more sense.

* Some updates

* More updates

Some more edits as I read through the page...
2024-07-26 16:58:45 -07:00
Shingo Omura 3fb2925b56
Apply suggestions for improvements from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-07-26 10:07:58 +09: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
Kubernetes Prow Robot 01a668bfb4
Merge pull request #47023 from vinayakankugoyal/armor2
KEP-24: Graduate Kubernetes' support for AppArmor to GA.
2024-07-24 18:19:18 -07:00
Vinayak Goyal 87a705579f KEP-24: Graduate Kubernetes' support for AppArmor to GA.
Signed-off-by: Vinayak Goyal <vinaygo@google.com>
2024-07-24 23:17:07 +00:00
Shingo Omura edd8ab30be
KEP-3619: addresses review feedbakcks 2024-07-23 09:51:57 +09:00
Shota Yoshimura 28e1d2a516
Add `/sys/devices/virtual/powercap` to Masked Paths in security-context.md
The document does not reflect the following:
ref https://github.com/kubernetes/kubernetes/pull/125970
2024-07-22 14:50:57 +09:00
Kundan Kumar b302bd2f5e updated default and min value 2024-07-16 23:06:50 +05:30
Kubernetes Prow Robot f9db454ee9
Merge pull request #47130 from avin3sh/avin3sh-fix-gmsa-credspec
Fix gMSA credspec definitions
2024-07-12 16:26:16 -07:00
Kubernetes Prow Robot 76e8a52292
Merge pull request #42376 from pegasas/probe
Add Liveness, Readiness, and Startup Probes concept
2024-07-12 16:08:16 -07:00
Shingo Omura c5f020c0e4
KEP-3619: Fine-grained SupplementalGroups control 2024-07-10 22:16:44 +09:00
Avinesh Singh 97bd20e5a9 Fix gMSA credspec definitions 2024-07-10 14:05:27 +05:30
Martin Velez 505b0c5a0b
Update configure-service-account.md
The word `omitted` is likely more appropriate than `elided` here.    `elided` refers more to speech than writing.
2024-06-27 14:43:13 -07:00
Katie Vargo cca76d50c1 fix failing image pull and update commands and ouput
update curl command to use version 33 for kompose and updated compose.yaml

update kubectl apply command and changed output of kompose and kubectl apply commands.

modified testing with minikube command and k decribe output and modified cleanup with k delete command.

updated v to 1.34 to removed committ markers

resolved nits
2024-06-25 12:12:13 -04:00
Kubernetes Prow Robot a2d0b70c97
Merge pull request #45350 from dshebib/podResourceInPlaceExampleFix
Add feature gate to pod vertical resource scaling example
2024-04-22 13:48:28 -07:00
Tim Bannister 7b6866063f Switch more feature-state shortcodes to be data driven
When the feature gates graduate (or get deprecated), the associated
shortcode will update automatically.
2024-04-22 13:02:28 +01: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
James Spurin 2a6ec81df0
Update configure-liveness-readiness-startup-probes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-13 19:27:21 +01:00