Fernando Ripoll
8a58d35c10
Update pod-topology-spread-constraints.md
2022-04-01 07:57:04 +02:00
Fernando Ripoll
eb33931ae3
Update pod-topology-spread-constraints.md
2022-03-31 22:30:06 +02:00
Kubernetes Prow Robot
e047c71b9b
Merge pull request #31276 from sftim/20220110_move_pod_security_policy
...
Move PSP into Security concepts section
2022-03-30 11:46:20 -07: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
Mitesh Jain
f0e4a10636
Remove note for unsupported version.
2022-03-30 21:24:51 +05:30
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
ea6bbbda6f
Merge pull request #32044 from alghe-global/fix/concepts/workloads/pods/pod-lifecycle/preStop-hook-wording
...
Reword preStop hook usage regarding container's Terminated state
2022-03-16 15:58:09 -07:00
Alexandru Gheorghe
99ce89a035
Reword preStop hook usage regarding container's Terminated state
2022-03-04 15:51:48 +00:00
Qiming Teng
b76366329d
Update scheduler configuration sample version
...
This PR updates the scheduler configuration YAML snippets to use the 'v1beta3' version API. 'v1beta1' is gone and not recommended. We don't have config API reference for 'v1beta1' now.
2022-03-03 20:08:38 +08: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
GuyTempleton
80e2f669a0
Docs - EN - Concepts - Correct Pod-Conditions Anchor Link
2022-01-14 10:30:44 +00: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
8efdd0c9c1
Merge pull request #29716 from Nordix/pod-topology-spread
...
Updates in pod-topology-spread-constraints.md
2021-12-05 18:00:32 -08:00
Kubernetes Prow Robot
8abfbc924e
Merge pull request #30210 from voor/pod-topology-spread-constraints-fix-formatting-example
...
Pod Topology Spread Constraints: Resolve formatting issue and add example for node affinity example.
2021-12-05 16:36:32 -08:00
Kubernetes Prow Robot
4f193feffe
Merge pull request #30710 from sftim/20211201_improve_probe_documentation
...
Improve documentation for container probes
2021-12-03 06:08:27 -08:00
Tim Bannister
8a0f330654
Improve documentation for container probes
...
- mention gRPC probes in concept page
- revise explanation of gRPC probes in task page
- general tidying
2021-12-03 00:26:22 +00:00
Jesse Butler
018f9d05a2
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-01 12:23:10 -05:00
gbarceloPIB
6cb934ba19
Update pod-lifecycle.md
2021-11-29 13:59:13 +01:00
wiggitywhitney
97495989fc
Clarify PDB line in disruptions concept page
2021-11-21 18:39:54 -06:00
Kubernetes Prow Robot
6e45595d3a
Merge pull request #29871 from verb/1.23-ec-beta
...
Promote EphemeralContainers to beta in website
2021-11-20 17:10:59 -08:00
Lee Verberne
771ee157a9
Promote EphemeralContainers to beta
2021-11-16 07:51:28 -05:00
Kubernetes Prow Robot
1e090d8f1a
Merge pull request #29868 from RA489/activedeadlinesec
...
explanation of the role of activeDeadlineSeconds in initContainers be…
2021-11-08 06:43:00 -08:00
Björn Svensson
f160db17d6
PodTopology: add notes of possible changed default behavior
...
Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
2021-11-01 08:34:50 +01:00
Aldo Culquicondor
1061e7ff22
Fix whitespace in pod topology spread constraints page
2021-10-28 08:46:17 -04:00
Robert Van Voorhees
489e938f1c
Resolve formatting issue and add example for node affinity example.
2021-10-25 10:29:57 -04:00
RinkiyaKeDad
95d9f0c19f
fixing whitespace for pod topology spread constraints page
...
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
2021-10-25 15:36:11 +05:30
RA489
cbc8ad69f5
explanation of the role of activeDeadlineSeconds in initContainers behaviour
2021-10-18 10:40:44 +05:30
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
Arsh Sharma
69be6060ca
explaining the interactions of topology spread constraints and node affinity/selector ( #29632 )
...
* explaining the interactions of topology spread constraints and node affinity/selector
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
* udpates from code review
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
* more updated from code reviews
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
2021-09-09 06:48:10 -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
Kubernetes Prow Robot
302743eb9d
Merge pull request #28363 from RA489/update_init
...
Update activeDeadlineSeconds with Pod page
2021-08-09 07:01:31 -07:00
Kubernetes Prow Robot
c0612021dd
Merge pull request #29233 from sftim/20210804_update_link_to_api_reference_init_containers
...
Update init containers concept to link to new API reference
2021-08-05 13:29:20 -07:00
Tim Bannister
c1feea756f
Update init containers concept to link to new API reference
2021-08-04 22:58:42 +01:00
RA489
7f9d3e3f90
Update activeDeadlineSeconds with Pod page
2021-07-30 16:11:31 +05:30
Victor Palade
252c44c53d
Merge master into dev-1.22 to keep in sync
2021-07-29 15:40:32 +03:00
Kubernetes Prow Robot
728b13d7fd
Merge pull request #27668 from vshn/improve-init-containers
...
Improve resource section of init containers
2021-07-27 18:03:35 -07:00
Kubernetes Prow Robot
583bc39de7
Merge pull request #28782 from niteshseram/fix/link-issue
...
fixing #hook-details doesn't exist in /docs/concepts/containers/container-lifecycle-hooks/
2021-07-27 10:36:47 -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
Vijay
626b101340
Update pod-lifecycle.md
...
I think there is a typo, `readiness problem` needs to be `readiness probe`.
2021-07-23 17:09:19 +12:00
Kubernetes Prow Robot
5f8fdc6abb
Merge pull request #28797 from jihoon-seo/210705_Update_links
...
Update links
2021-07-16 20:12:50 -07:00
Kubernetes Prow Robot
2ba49ba415
Merge pull request #28406 from sftim/20210614_tweak_readiness_probe_explanation
...
Revise explanation for when to use readiness probes
2021-07-15 05:20:48 -07:00
Christopher Negus
548ba073da
Merge main into dev-1.22 to keep in sync
2021-07-09 18:19:13 +00:00
Jihoon Seo
374bb0547a
Update links (2)
2021-07-09 11:02:29 +09:00
Nitesh Seram
f0bc1f3ef7
fix link issue
2021-07-04 10:40:12 +05:30
Tim Bannister
7045fc791d
Revise explanation for when to use readiness probes
...
Some cases in the existing text were better served by startup probes.
Reword to make the distinction more clear.
2021-06-29 18:12:32 +01:00