Michael
82dbefc100
Make layout prettier in /configure-volume-storage.md
2022-11-11 21:21:24 +08:00
Kubernetes Prow Robot
f3248058fd
Merge pull request #33654 from sftim/20190601_task_configure_service_account_reword
...
Reword tasks relating to ServiceAccounts
2022-11-09 13:50:56 -08:00
Tim Bannister
fc34399bdd
Add advice about PSP migration
...
You can't upgrade from PSA to PSA if you are already running a version
of Kubernetes that doesn't include PSP.
2022-11-05 18:29:57 +00:00
Tim Bannister
a4629cd19b
Update ServiceAccount tasks in light of TokenRequest
...
Now that TokenRequest is the default way to get a service account token
for a Pod, update the task pages that relate to this.
2022-10-22 02:56:43 +01:00
Tim Bannister
0fda59f8df
Reword “Configure Service Accounts for Pods”
2022-10-22 02:56:40 +01:00
bel-gacem
bb4dfd6fcd
Fix curl command in pull-image-private-registry.md
...
fix curl command
2022-10-09 17:11:03 +01:00
Kubernetes Prow Robot
5b084a3166
Merge pull request #37083 from jmcshane/service-account-update
...
Add callout for clearing `spec.serviceAccount` alias from workload templates
2022-10-06 08:35:53 -07:00
jmcshane
7adae8cda1
Add callout for clearing spec.serviceAccount alias from workload templates
2022-10-06 11:30:43 -04:00
Bob Furu
af02f58676
Make "Pod" uppercase for consistency in this file
...
Updates one lone instance of lowercase "pod" for consistency.
2022-10-05 17:07:50 -06:00
Kubernetes Prow Robot
a7b971f33b
Merge pull request #36978 from bernermic/patch-1
...
Make scope for `Configure Probes` more clear (add startupProbe)
2022-09-30 05:46:29 -07:00
Pro-Coder04
30b42602f0
Update content/en/docs/tasks/configure-pod-container/security-context.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-09-30 17:11:22 +05:30
Pro-Coder04
744a7b6c79
Removed Duplicated words in Security-Context
2022-09-30 16:58:06 +05:30
Kubernetes Prow Robot
affffee3fb
Merge pull request #37002 from WESTZERO115/en_usernamespaces
...
Fix Markdown Error in user-namespaces.md
2022-09-26 13:36:15 -07:00
Kubernetes Prow Robot
c8dd511e68
Merge pull request #36730 from akankshakumari393/secret_store
...
Add link to create secret directly if credentials stores are being used
2022-09-26 06:57:46 -07:00
Akanksha kumari
717dbf1f1d
Update content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md
...
Co-authored-by: Chris Negus <cnegus@redhat.com>
2022-09-25 10:14:41 +05:30
WESTZERO115
09fafef4f4
Fix Markdown Error in user-namespaces.md
...
Signed-off-by: WESTZERO115 <psy7361c@gmail.com>
2022-09-25 00:51:53 +09:00
Michael Berner
491036a847
Make scope for `Configure Probes` more clear
...
Configure Probes section does not mention startup probes.
I just tried to check, what the default options for a startupProbe are and stumbled upon this. I think it would help to make it clear, that these options also apply to the startupProbe.
2022-09-23 12:03:31 +02:00
Kubernetes Prow Robot
c051e11e84
Merge pull request #36604 from windsonsea/trcomen
...
Fix typos and layout: translate-compose-kubernetes.md
2022-09-22 17:50:38 -07:00
Sunny
4be5a30965
Link to Dynamic Provisioning doc instead of blog
2022-09-21 13:32:43 -04:00
Kubernetes Prow Robot
031f87ed5f
Merge pull request #36501 from liggitt/podsecurity-ga
...
Update pod security configuration docs for v1
2022-09-20 07:23:20 -07:00
Akanksha Kumari
3c19825f1a
Update link to point to storageClass reference
2022-09-15 19:53:35 +05:30
Akanksha Kumari
d4ab03eb41
Fix Broken link to storageClass on configure-persistent-volume-storage.md
2022-09-15 09:47:01 +05:30
Stanlee
fa4a73e1f3
typo corrected
...
if typo corrected
2022-09-11 21:07:51 +02:00
Akanksha Kumari
f03de27003
Minor refactor
2022-09-10 18:04:26 +05:30
Akanksha Kumari
c64d16f906
Add link to create secret directly if credentials stores are being used
...
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
2022-09-10 17:29:50 +05:30
Jordan Liggitt
79f26d5922
Update service account token documentation
...
* Make example service account output match 1.24+ output with auto-generated tokens omitted
* Prefer `kubectl create token` as token creation mechanism
2022-09-07 16:00:27 -04:00
Michael
610a11cfdd
Fix typos and layout: translate-compose-kubernetes.md
2022-09-05 21:16:02 +08:00
Jordan Liggitt
7eba57d4de
Update pod security configuration docs for v1
2022-09-01 17:29:53 -04:00
Arhell
100f074e0c
[en] fix typo assign-pods-nodes-using-node-affinity.md
2022-08-28 01:28:48 +03: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
Kubernetes Prow Robot
fae72f6cc0
Merge pull request #35235 from kinvolk/rata/userns
...
Add docs for user namespaces in pods - phase 1 (KEP-127)
2022-08-18 07:28:23 -07: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
Kubernetes Prow Robot
1582b3d88a
Merge pull request #34665 from psschwei/dev-1.25
...
[dev-1.25] Update feature gate docs for probe-level termination grace period
2022-08-16 12:24:49 -07:00
Kubernetes Prow Robot
e36b9f35d5
Merge pull request #35667 from jsafrane/selinux-alpha
...
Add docs for "Speed up SELinux volume relabeling using mounts"
2022-08-16 08:25:08 -07:00
Jan Safranek
77df8a9fb5
Add documentation for SELinuxMountReadWriteOncePod alpha feature
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-16 09:49:53 +02:00
Jordan Liggitt
b167938367
Scrub PSP docs for 1.25
2022-08-15 21:09:41 -04:00
Paul S. Schweigert
c6ff69558c
update feature gate docs for probe-level termination grace period
...
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-08-01 08:51:30 -04:00
Kubernetes Prow Robot
0b3e6d9459
Merge pull request #34403 from X723166587/patch-2
...
Update command addition and removal static pods
2022-08-01 00:22:28 -07:00
Kubernetes Prow Robot
a85cc47053
Merge pull request #33447 from varkey/patch-1
...
Fix text around liveness probe probe-level grace period behavior
2022-07-31 04:12:28 -07:00
Kubernetes Prow Robot
0c605ec532
Merge pull request #35079 from akankshakumari393/patch-1
...
Add clarity on restart behavior of Readiness and Liveness Probes
2022-07-28 22:15:10 -07:00
Kubernetes Prow Robot
fb8577ac4d
Merge pull request #35160 from tomkivlin/tomkivlin-issue9289
...
Edit and redo ConfigMap docs
2022-07-26 05:23:10 -07:00
Tom Kivlin
ad33b0c107
updates from Shannon feedback
2022-07-26 09:48:28 +01:00
Tom Kivlin
748d4a998d
Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
...
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2022-07-26 09:20:11 +01:00
Tom Kivlin
c3f86b7fc0
Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
...
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2022-07-26 09:19:15 +01:00
Garrit Franke
eb8aa3f642
Remove periods from headings
2022-07-25 11:24:58 +02:00
Tom Kivlin
7e16543b9d
Update configure-pod-configmap.md
2022-07-21 08:58:21 +01:00
Tom Kivlin
b0b5f5f264
Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-07-21 07:50:45 +01:00
Tom Kivlin
461f5c72e7
Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-07-21 07:50:36 +01:00
Tom Kivlin
a24f7c6feb
Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-07-21 07:50:27 +01:00