Tim Bannister
2b4b4b4e66
Improve docs for Pods
...
- Add glossary entry for sidecar container
- Revise glossary entry for init container to match
- Revise the Pod concept overview
- Reorder pages in that section
2024-01-19 01:06:53 +00:00
Matthias Bertschy
8f7cfdbf9c
modifying docs for SidecarContainers beta graduation ( #43471 )
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
2023-11-15 08:21:56 +08:00
Mengjiao Liu
e8b136c3b3
Use code_sample shortcode instead of code shortcode
2023-09-05 17:10:14 +08:00
Kubernetes Prow Robot
eb9db45aa3
Merge pull request #41987 from sftim/20230712_revise_home_page
...
Revise docs home page
2023-08-15 21:22:27 -07:00
Kubernetes Prow Robot
6cd9b4e9cb
Merge pull request #42471 from sftim/dev-1.28-update-merge-main
...
Update dev-1.28 from main
2023-08-09 08:25:51 -07:00
Tim Bannister
9520b96a61
Revise docs home page
...
Reorder and replace cards to better (I hope!) serve our readers.
2023-08-09 11:49:12 +01:00
Tim Bannister
20b43d6095
Merge branch 'main' into 'dev-1.28'
2023-08-09 11:13:31 +01:00
Matthias Bertschy
de8c969241
nit edits for Sidecar containers
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
2023-08-09 11:36:37 +02:00
Matthias Bertschy
fde22b5031
adding Sidecar Containers alpha feature
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
2023-08-01 17:13:12 +02:00
Mengjiao Liu
68ba9633a2
Switch English to use code not codenew shortcode
2023-08-01 16:57:17 +08:00
TariqueNasrullah
d722028f4c
linked Static Pod Task page with Static Pod Concept
2023-07-27 01:09:33 +06:00
Andrey Goran
eb522c126f
Replace {{< codenew ... >}} with {{% codenew ... %}} in all English docs ( #42180 )
...
* Replaced {{< codenew ... >}} with {{% codenew ... %}} in all files
* Reverted changes in non-english localizations
2023-07-25 05:54:06 -07:00
Marcelo Giles
dcd3337cbc
Rewrite note on container runtimes
2023-07-07 18:28:36 -07:00
yanggang
67ec5feea2
fix typo words in pod describe.
...
Signed-off-by: yanggang <gang.yang@daocloud.io>
2023-07-03 10:07:37 +08:00
David Tesar
8f3790c3a9
clarify Windows privileged containers feature enablement
2023-04-07 10:50:25 -07:00
Paulo Gomes
c92f1d3a1c
Fix misspelling on Pods page
...
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
2023-02-27 19:28:48 +00:00
Rey Lejano
2916c34fdf
updated concepts pods index.html as followup to PR 38673
2023-02-07 22:10:53 -08:00
Daniel Shebib
ba37aa6ba7
document privileged containers as GC
2023-01-12 19:09:46 -06:00
Daniel Shebib
bc12666f68
document privileged containers as GC
2023-01-12 19:09:14 -06:00
Daniel Shebib
87537d3b5b
document privileged containers as GC
2023-01-12 18:52:21 -06:00
Daniel Shebib
b8883b84db
Update privileged pod documentation to reflect GA feature
2022-12-28 20:02:50 -06:00
Tim Hockin
d3c4fe6759
Recommend DNS Label for workload names
2022-12-16 09:53:32 -08:00
rogue-gamer-ryt
f7248fa427
grammar correction in pod overview
2022-09-01 23:27:39 +05:30
rogue-gamer-ryt
1b4a32ce6c
Updated usage of "docker"
2022-08-31 19:42:47 +05:30
Tim Bannister
84da6bb709
Fix broken shortcode
2022-08-22 17:26:27 +01:00
Ravi Gudimetla
5206c7f1d9
Include Pod OS field
...
Include Pod OS field in the pod concepts.
2022-08-22 09:21:02 -04:00
Tim Bannister
6700656cb4
Move Pod Topology Spread Constraints into scheduling
...
These constraints apply specifically to the mechanism for placing Pods
onto nodes (that is, scheduling).
2022-07-14 23:59:05 +01:00
Tim Bannister
672813f3e7
Move PSP into Security concepts section
...
The logical navigation definitely works better if Pod Security admission
and PodSecurityPolicy are pages in the same section. Make It So.
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-03-30 17:30:35 +01:00
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
Tim Bannister
dc84f0cb97
Mark figures' intended size
...
This commit activates Sass styling to make image sizes more responsive
on the rendered page.
2021-10-17 21:31:52 +01:00
Soumik Majumder
04a53b8ad0
Add Pod creation example in k8s.io/docs/concepts/workloads/pods/
2021-10-17 01:50:02 +05:30
Tim Bannister
5b373f5bb9
Update “What's next” section of Workloads concept pages ( #29730 )
...
* Update “What's next” section of Workloads concept pages
Co-authored-by: Jihoon Seo <jihoon.seo@etri.re.kr>
* Add missing trailing / characters
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Arsh Sharma <56963264+RinkiyaKeDad@users.noreply.github.com>
Co-authored-by: Jihoon Seo <jihoon.seo@etri.re.kr>
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Arsh Sharma <56963264+RinkiyaKeDad@users.noreply.github.com>
2021-09-27 17:16:43 -07:00
Kubernetes Prow Robot
7331e54c09
Merge pull request #28623 from chenxuc/staticPod
...
static pod not support configmap or secret
2021-08-10 03:23:17 -07:00
Victor Palade
3c95e6a96b
Merge master into dev-1.22 to keep in sync
2021-07-27 18:47:27 +03:00
Brandon Smith
af2f72ad59
Windows HostProcess Container Documentation ( #28413 )
...
* Rebasing HostProcess security changes.
* Incorporated initial round of feedback
* Minor wording updates
* Finished up remaining todo items
* Apply suggestions from code review
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
* Moved HostProcess security documentation into PSS and create-host-process-pod docs
* Updated with for James' review
* Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: James Sturtevant <jsturtevant@gmail.com>
* Minor edits
* Modifications for additional feedback
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: James Sturtevant <jsturtevant@gmail.com>
2021-07-27 00:50:45 -07:00
chenxuc
8c9c9c543c
static pod not support configmap or secret
2021-07-27 14:51:45 +08:00
Sachin
4aa2b6df61
docs: mention container probes ( #29085 )
...
* mention container probe
* fix style errors
* fix errors
2021-07-25 04:17:06 -07:00
Karen Bradshaw
0166a0b08e
add docs for version shortcodes
2021-01-12 17:20:33 -05:00
Qiming Teng
6f9a31a1fc
Update Pod overview
...
This PR adds some clarifications about Pod update and Pod replacement,
which can be pretty confusing to new users.
2020-12-28 08:34:18 +08:00
Kristin Martin
86d9492ccb
Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20
2020-12-03 11:58:44 -08:00
jlsong01
1b7708b975
rm podpresent
2020-11-25 23:38:13 +08:00
Kubernetes Prow Robot
cdd6e9a059
Merge pull request #24525 from sftim/20201012_explain_pod_template_updates
...
Improve explanation about pod template updates
2020-11-25 07:20:39 -08:00
Qiming Teng
070023b24a
Fix links in concepts section
2020-10-22 14:24:56 +08:00
Tim Bannister
08ef8f205c
Reinstate link to container concept via glossary
...
This reverts commit 74dee75144
.
2020-10-15 12:00:00 +01:00
Neha Viswanathan
74dee75144
update link to container concepts
2020-10-14 22:25:57 -07:00
Tim Bannister
225be5b8c8
Improve explanation about pod template updates
...
- (try to) imply that pod templates are part of an owning resource,
not part of the pod itself
- explain that the owning resource must replace Pods if the pod
template changes
2020-10-12 20:32:42 +01:00
Amos Chu
b8bc85f804
fix typo in content/en/docs/concepts/workloads/pods/_index.md
...
wrong spelling for comunicate, it should be communicate
2020-09-28 15:21:31 +08:00
cimes-isi
e0859fdc4b
Typo in 'What's next' section
2020-09-10 14:19:29 -04:00
Jerry Park
00a3e0ae4b
Fix issue with k8s.io/docs/concepts/workloads/pods/
2020-08-09 23:03:55 +09:00
Arhell
f65ffd7a95
fix typo
2020-08-05 00:23:24 +03:00