Commit Graph

4949 Commits

Author SHA1 Message Date
Shu Muto 2c45e1ae28
Add caution for using memory-backed emptydir (#44949)
* Add caution for using memory-backed emptydir

To use default size of memory-backed emptydir,
some risks exist. So this adds cautions for the risks.

* Fix sub section title

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Move conciderations for memory backed emptyDir into
Resource Management for Pods and Container page.

* Revirt removing spaces on volumes.md

* Revirt removing spaces on manage-resources-containers.md

* Fixed to make it more readable and concise

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-07-12 16:36:55 -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
JohnHuang 3588b949aa
add warning about hostPath volumes (#47129)
* add warning about hostPath volumes

* Update content/en/docs/concepts/storage/volumes.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-07-10 16:28:06 -07:00
Tasos Tsournos b33fe00fce
Update assign-pod-node.md
Typos
2024-07-09 10:18:51 +03:00
Kubernetes Prow Robot b6ca1841de
Merge pull request #47083 from Adarsh-verma-14/fix-file-path
fix the broken link for discovery document
2024-07-04 19:58:09 -07:00
Kubernetes Prow Robot cfc5ea3a3b
Merge pull request #46529 from sftim/20240524_improve_pod_lifecycle
Improve pod lifecycle concept page
2024-07-04 17:28:27 -07:00
abhilasha2418 320e29ee0e nit: add new line 2024-07-04 16:17:43 +05:30
abhilasha2418 c9a373c32c refactor: update k8s network model section 2024-07-04 15:08:28 +05:30
Adarsh-verma-14 2b1ea305be fix the broken link for discovery document 2024-07-04 09:15:02 +05:30
Dhriti Shikhar 856c384387 fixes typo 2024-07-02 13:35:50 +05:30
Kubernetes Prow Robot edd590e063
Merge pull request #46994 from ebiiim/patch-1
Fixed minimum feasible nodes value (50->100)
2024-06-28 16:48:29 -07:00
Kubernetes Prow Robot 2a5b85829b
Merge pull request #46974 from Zeeshan50522/patch-1
internal-load-balancer section indentation alignment fix
2024-06-28 01:12:24 -07:00
Shunsuke Ise 44460b3ee3 fix: minimum feasible nodes 50->100
That the current `minFeasibleNodesToFind` is 100 instead of 50 (in docs). See `kubernetes/pkg/scheduler/schedule_one.go`.
2024-06-27 18:06:56 +09:00
Kubernetes Prow Robot 79cf2687cb
Merge pull request #46717 from pegasas/issues/46622
Fix incorrect statement about Basic auth Secrets
2024-06-26 11:54:31 -07:00
Zeeshan50522 6108b78fa9 alignment annotation 2024-06-25 23:14:21 +00:00
Zeeshan50522 96f1911c5b
aws-internal-load-balancer-spaces-alignment 2024-06-26 00:45:52 +02:00
Adarsh-verma-14 0f25d68a3f updated the wrong link in default storage classes 2024-06-24 13:39:37 +05:30
Kubernetes Prow Robot 220835e2c3
Merge pull request #46525 from sftim/20240524_revise_pod_lifecycle
Revise termination section in pod lifecycle concept
2024-06-21 16:42:54 -07:00
Kubernetes Prow Robot 8cb9c268a4
Merge pull request #46667 from chrono/patch-1
Fix broken link in topology-aware-routing.md
2024-06-20 16:21:24 -07:00
Tim Bannister 77407a728a Minor tidying 2024-06-19 18:28:21 +01:00
Tim Bannister 5c983f8664 Give sidecars and Pod termination a subheading
That way, the docs can link to it.
2024-06-19 18:28:21 +01:00
Tim Bannister 6fd7caedc8 Reword to fix formatting of note shortcode 2024-06-19 18:28:20 +01:00
Tim Bannister 2e638c35c4 Fix stale info about Pod scheduling readiness
This is now a stable part of the Pod API.
2024-06-19 18:27:34 +01:00
Tim Bannister 8633dda5d7 Improve explanation of Pod lifetime
- Explain that Pods do restart containers, but that's the only kind of
  self-healing inherent in Pods.
- Reword the page introduction for clarity
2024-06-19 18:27:33 +01:00
Tim Bannister 32be09bea1 Revise caption for multi-container example
What's being illustrated here is a volume that has the same lifecycle as
a Pod, so:
- don't use a PersistentVolume as the example
- highlight that the file puller is a sidecar

and give this aspect of the page its own heading.
2024-06-19 18:27:33 +01:00
Kubernetes Prow Robot b69812ea4a
Merge pull request #46810 from chillje/patch-1
Update garbage-collection.md for misleading "ImageMaximumGCAge" configuration option
2024-06-16 15:59:41 -07:00
Gary Miguel 3cd095d948
fix Gt, Lt behavior documentation
Tested empirically. Also matches the operator names.
2024-06-14 13:24:37 -07:00
chillje 97682374d5
Update garbage-collection.md
The documentation about the feature gate  and option field "ImageMaximumGCAge" is misleading.
The option field for the kubelet configuration is camelCase and needs to start with a lowercase "i" instead of an uppercase "I" (like for the feature gate option).
2024-06-13 16:41:41 +02:00
Kubernetes Prow Robot 450e6198fe
Merge pull request #44861 from suhasadhav/patch-1
Mention how requests are inferred from limits
2024-06-13 05:34:26 -07:00
Chinemerem c1d218e4d5
Fix broken link to node heartbeats
Previously, the `heartbeats` link in the `namespaces` page pointed to the outdated `heartbeats` section. Now, it correctly points to the `node-heartbeats` section.
2024-06-12 11:05:41 -04:00
Aaina26 5ead326713 Fix references in IPv4/IPv6 dual-stack 2024-06-12 10:06:52 +05:30
JohnHuang 5dab5f859f
Update content/en/docs/concepts/configuration/liveness-readiness-startup-probes.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2024-06-12 07:29:32 +08:00
Kubernetes Prow Robot cb7706612a
Merge pull request #44099 from ahmedavid/correction_port-forward
Service without selectors, command correction issue
2024-06-11 09:51:22 -07:00
Mike Spreitzer eeca4ac53d
Add section to APF page about recursive scenarios
Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
2024-06-11 10:12:01 -04:00
Kubernetes Prow Robot 731cb6731d
Merge pull request #46745 from network-charles/network-charles-patch-5
Clarify the Pod Phase "Failed" Explanation
2024-06-10 02:01:25 -07:00
Kubernetes Prow Robot 085eb09c37
Merge pull request #45379 from liuqi-sun/patch-1
Update ingress-controllers.md
2024-06-09 19:05:10 -07:00
Charles Uneze 2925e8b50e Update pod-lifecycle.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-06-09 09:15:28 +00:00
pegasas 619dedc111 kubernetes.io/basic-auth: The Kubernetes API does not verify that the required keys are set for a Secret of this type 2024-06-07 09:10:53 +08:00
Martin Ringehahn b0b5779581
Fix broken link in topology-aware-routing.md 2024-06-04 11:40:05 -07:00
shayan e9c7b069d5 Modify registry.k8s.io/nginx-slim version from 0.8 to 0.24 2024-06-04 11:10:02 +03:30
Charlie Le 712686dcbd
Update custom-resources.md
Removes extraneous 'with'.
2024-06-01 20:48:20 -07:00
Kubernetes Prow Robot c47f47b656
Merge pull request #46587 from robert-cronin/improve-dual-stack-docs
Clarify PreferDualStack and RequireDualStack in dual-stack documentation
2024-05-30 16:59:10 -07:00
Robert Cronin b075163ca9
Clarify PreferDualStack and RequireDualStack in dual-stack documentation 2024-05-31 09:54:00 +10:00
Kubernetes Prow Robot 47dd59a9dd
Merge pull request #46588 from mengjiao-liu/fix-garbage-collection
Fixed kubelet option ImageMaximumGCAge example for garbage-collection page
2024-05-30 16:42:00 -07:00
yashsingh74 c87b19193d
Updated the ResourceQuota doc for NodePort and LoadBalancer 2024-05-30 18:46:53 +05:30
Mengjiao Liu f5d7f925fc Fixed kubelet option ImageMaximumGCAge example for garbage-collection page 2024-05-30 16:47:39 +08:00
Aaina26 d501dbe174 Updated and added links in 'Networking on Windows' doc 2024-05-29 16:41:07 +05:30
Itai Leshem 58c857e74c
Grammar fixes 2024-05-28 17:43:43 +03:00
Kubernetes Prow Robot 9e5f66b351
Merge pull request #46530 from sftim/20240524_improve_pod_container_restart_policy
Tweak heading level in Pod lifecycle concept page
2024-05-24 16:51:10 -07:00
Tim Bannister 347bd6a6ea Tweak heading level
Make “Container restart policy” fit within the topic of how Pods handle
container problems; it belongs there.
2024-05-24 21:55:04 +01:00