Commit Graph

5382 Commits (release-1.32)

Author SHA1 Message Date
Siyuan Zhang d49da7e886 Add doc for CompatibilityVersion.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-11-05 16:10:51 +00:00
AxeZhan 563032ef02 [KEP-3960] - update docs for GA 2024-11-05 10:53:02 +08:00
windsonsea 44a349ef86 Tweak application-security-checklist.md for cleanup 2024-11-05 09:56:57 +08:00
Kubernetes Prow Robot dc1279f5ed
Merge pull request #48616 from AkihiroSuda/rro-crio
RecursiveReadOnlyMounts: update the status about CRI-O
2024-11-05 00:33:29 +00:00
Shedrack akintayo db99d83333 Merge remote-tracking branch 'upstream/main' into dev-1.32 2024-11-04 20:21:10 +00: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
Hlieb Halunko 92cbf0d544
Update pod-lifecycle.md
Typo fix
2024-11-04 17:10:23 +02:00
pegasas 7195f5feaa [SidecarContainer] provide sidecar implementation best practices hints
Update content/en/docs/concepts/workloads/pods/sidecar-containers.md

Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>

Update content/en/docs/tutorials/configuration/pod-sidecar-containers.md

Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
2024-11-02 14:08:13 +08:00
Akihiro Suda 2e7b2b38dd
RecursiveReadOnlyMounts: update the status about CRI-O
CRI-O v1.30 added the support for this feature.
(cri-o/cri-o PR 7962)

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-11-02 03:01:30 +09:00
Peter Hunt 0666011822 clarify CPU and memory limit enforcement differences
Clairify the container runtime and kubelet do not enforece memory limits, the kernel does.
Also clarify that workloads won't always be OOM killed, and more clearly spell out the differences
between memory and CPU limits

Signed-off-by: Peter Hunt <pehunt@redhat.com>
2024-10-31 12:25:29 -04:00
Kubernetes Prow Robot 4aef52de26
Merge pull request #48089 from jpbetz/custom-resource-field-selectors-ga
KEP-4358: Custom resource field selectors GA
2024-10-31 15:51:26 +00:00
Joe Betz 2b996e4434 Remove field gate information for stable feature, add details to field selectors documentation 2024-10-31 11:42:21 -04:00
Kubernetes Prow Robot 58b1e7df56
Merge pull request #48254 from kannon92/size-memory-backed-volumes-ga
[KEP-1967] - update docs for GA
2024-10-31 02:33:26 +00:00
Flamur Gogolli dbc57ad602
Fix typos and text in manage-resources-containers.md
Fix typos and text in manage-resources-containers.md
2024-10-30 17:02:04 +01:00
Kevin Hannon eaadea56a6 [KEP-1967] - update docs for GA 2024-10-30 09:02:28 -04:00
James Spurin 520173ec84 resolved conflict: ours contains same conflicted line and release example updates 2024-10-29 15:32:41 +00:00
Patrick Ohly b181560772
DRA: review feedback
Co-authored-by: Kevin Klues <klueska@gmail.com>
2024-10-29 10:49:59 +01:00
Flamur Gogolli cc8f40e51f
Update cluster-autoscaling.md 2024-10-29 08:35:55 +01:00
RfieWang faed678f63 fix wrong image-gc-period in doc 2024-10-28 19:10:38 +08:00
Kubernetes Prow Robot e2c64d55cd
Merge pull request #48540 from tariq1890/add-nv-k8s-dp
add NVIDIA's k8s-device-plugin to the list of device plugin examples
2024-10-26 01:48:52 +01:00
Kubernetes Prow Robot 739b4e4ce1
Merge pull request #46326 from AnshumanTripathi/anshuman/app_sec_checklist
Creating application security checklist
2024-10-25 16:06:53 +01:00
Tariq Ibrahim 3fcd2f327a
add NVIDIA's k8s-device-plugin to the list of device plugin examples
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
2024-10-24 16:54:02 -07:00
Hemant Kumar 51e5feaa1c Change feature gate 2024-10-24 16:06:13 -04:00
Matthew Cary 8fe1231306 kep-1847 v1.32 stable changes 2024-10-24 09:41:52 -07:00
Charles Uneze e57546d9a1
Update cluster-ip-allocation.md 2024-10-24 17:03:08 +01:00
Rodolfo Albuquerque 1de1753475 Merge main into dev-1.32 to keep in sync 2024-10-23 23:46:20 -03:00
Kubernetes Prow Robot a1ef093767
Merge pull request #48241 from sftim/20241007_duration_glossary_tweak
Tweak and use glossary entry for duration
2024-10-23 00:30:52 +01:00
Kubernetes Prow Robot 4cf394bb1a
Merge pull request #48447 from sftim/20241020_cluster_diagram_details
Redo cluster diagram details on architecture page
2024-10-22 06:14:51 +01:00
shubham82 0345ed852a Fix hyperlinks in Cluster Autoscaling docs. 2024-10-21 18:17:31 +05:30
Aliaksei f014a97893
Fixed URL 2024-10-20 20:52:17 -04:00
Aliaksei ba04b3bacb
Mention that tcpSocket is deprecated 2024-10-20 20:51:02 -04:00
Tim Bannister 43b5c46f2a
Redo cluster architecture diagram explanation
Use a <details> element so that the main flow of the explanation is
still about cluster architecture, and not about the caveats around which
components might be optional.
2024-10-20 14:20:45 +01:00
Tim Bannister 255394310e
Tweak and use glossary entry for duration
- Revise wording
- Use the glossary entry where appropriate

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-10-19 21:59:10 +01:00
Michal Wozniak 2c93c92a5d Update docs as JobManagedBy graduates to Beta 2024-10-19 11:37:19 +02:00
Xing Yang 5e5f909d24 Add document link for volume group snapshots 2024-10-18 11:51:22 -04:00
John.C 6b70c3e234
Link to PVC API reference from "Persistent Volumes" concept page (#48391)
* Update persistent-volumes.md

* Update persistent-volumes.md

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-10-18 01:15:04 +01:00
Kubernetes Prow Robot 77a414ee5c
Merge pull request #48283 from yongruilin/metrics-doc
fix: update the doc for metrics cardinality enforcement
2024-10-15 00:42:20 +01:00
yongruilin 96e4198127 Fix: use correct metric allow list manifest format
According to c15581b277/staging/src/k8s.io/component-base/metrics/opts.go (L365) , the manifest content should be a map.
2024-10-14 16:00:40 -07:00
Chris McDonnell 4d9b8d0c8c Fix typo of selector-selector 2024-10-14 15:24:16 -04:00
michellengnx 6d8076a746 Merge remote-tracking branch 'upstream/main' into dev-1.32
Merged main into dev-1.32 to keep in sync
2024-10-14 14:52:37 -04:00
Patrick Ohly 03d880c161 DRA: remove "classic DRA" (DRAControlPlaneController)
This matches https://github.com/kubernetes/kubernetes/pull/128003
2024-10-14 16:31:15 +02:00
Qiming Teng 48fd764097
Update sidecar-containers.md 2024-10-13 09:55:12 +08:00
Alexander Grass bfade87b76 adding docs and link for sidecar termination behaviour 2024-10-12 20:12:53 +02:00
Mahdi Azarboon 91ad67cbfa
Update _index.md
Added an introductory sentence.
2024-10-12 20:17:27 +08:00
Mahdi Azarboon 7919d29c9c
Update _index.md
Changed it according to the feedback to follow the guidelines
2024-10-12 20:09:05 +08:00
Mahdi Azarboon 735d7bcbc9
Update _index.md 2024-10-12 14:43:44 +08:00
Kubernetes Prow Robot 5e7170cdf4
Merge pull request #48178 from raesene/patch-1
Update the multi tenancy docs to remove reference to archived project
2024-10-12 04:18:20 +01:00
Aliaksei af9eb1cd8d
Update container-lifecycle-hooks.md 2024-10-11 19:59:36 -04:00
Kubernetes Prow Robot 0ec5a9475e
Merge pull request #47938 from RyanAoh/lbipmode
Promote LoadBalancerIPMode to GA
2024-10-11 06:40:20 +01:00
yongruilin 257cd687a2 fix: use the correct flag name for allow metric label
It should match the flag definition c15581b277/staging/src/k8s.io/component-base/metrics/options.go (L81)
2024-10-10 15:41:40 -07:00
Kubernetes Prow Robot 0deb5a5d98
Merge pull request #48238 from mikejoh/patch-1
Update multi-tenancy.md
2024-10-10 06:54:22 +01:00
Tushar Bansod c17ec5bf52
Update cloud-native-security.md (#48266)
* Update cloud-native-security.md

* Update content/en/docs/concepts/security/cloud-native-security.md

Co-authored-by: Utkarsh Singh <96516301+utkarsh-singh1@users.noreply.github.com>

* Update cloud-native-security.md

---------

Co-authored-by: Utkarsh Singh <96516301+utkarsh-singh1@users.noreply.github.com>
2024-10-09 19:28:23 +01:00
Kubernetes Prow Robot 4585cc1886
Merge pull request #47967 from saschagrunert/seccomp
Add dedicated seccomp node reference
2024-10-09 00:28:22 +01:00
Rodolfo Albuquerque ae1af38c53 Merge main into dev-1.32 to keep in sync 2024-10-08 09:34:16 -03:00
Sascha Grunert c2b49fee37
Add dedicated seccomp node reference
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-10-08 11:03:19 +02:00
Kubernetes Prow Robot e132a42384
Merge pull request #47770 from jpbetz/retry-generate-name-ga
Promote RetryGenerateName to GA in 1.32
2024-10-08 00:22:21 +01:00
Mikael Johansson 2f908f6cb7
Update multi-tenancy.md
Write out numbers from zero through ten in words
2024-10-07 13:46:08 +02:00
Rory McCune 5b032718cc
Update multi-tenancy.md
remove the kiosk project from the page as it has been archived by its owner.
2024-10-03 14:26:33 +01:00
Dipesh Rawat ebefdbbefc
Signpost to API reference for StorageClass 2024-10-02 01:00:35 +01:00
Anshuman Tripathi c28e8b8368
Merge remote-tracking branch 'upstream/main' into dev-1.32 2024-10-01 13:37:04 -07:00
Kubernetes Prow Robot d190cc5651
Merge pull request #48077 from liggitt/foreground
Clarify foreground deletion behavior of the GC controller in race and sync error conditions
2024-09-30 15:42:03 +01:00
Kubernetes Prow Robot daf8a33cab
Merge pull request #48124 from mikejoh/patch-4
Update cloud-native-security.md
2024-09-30 14:54:04 +01:00
steve-hardman b9a0eb6110
Remove duplicate description paragraph 2024-09-30 00:20:37 +01:00
Anshuman Tripathi 86c48ee42d
Application security checklist
Signed-off-by: Anshuman Tripathi <anshuman.tripathi305@gmail.com>

Update based on feedback

Signed-off-by: Anshuman Tripathi <anshuman.tripathi305@gmail.com>

Update based on feedback

Signed-off-by: Anshuman Tripathi <anshuman.tripathi305@gmail.com>

Update checklist reading guide

Signed-off-by: Anshuman Tripathi <anshuman.tripathi305@gmail.com>

Update checklist structure based on feedback

Signed-off-by: Anshuman Tripathi <anshuman.tripathi305@gmail.com>

Apply suggestions from code review

Adding the suggestions from the last review.

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

Fix style

Signed-off-by: Anshuman Tripathi <anshuman.tripathi305@gmail.com>
2024-09-29 14:05:42 -07:00
Mikael Johansson 92b64712bf
Update cloud-native-security.md
Match links to subsections with subsection order
2024-09-29 14:45:53 +02:00
Kubernetes Prow Robot db816e5490
Merge pull request #48054 from my-git9/pp-10288
improve yaml context for storage/storage-classes.md
2024-09-27 00:40:01 +01:00
Joe Betz a44421f26a
Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-09-26 01:08:43 +00:00
xin.li 9ecafa5678 improve yaml context for storage/storage-classes.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2024-09-25 22:13:59 +08:00
Jordan Liggitt 444abaa003
Update content/en/docs/concepts/architecture/garbage-collection.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-09-25 00:21:25 -04:00
Jordan Liggitt 4820730ba1
Clarify foreground deletion behavior of the GC controller in race and sync error conditions 2024-09-24 22:11:35 -04:00
Daniel Chan 46f78dd0d4 Merge main into dev-1.32 to keep in sync 2024-09-24 12:40:01 -04:00
Kubernetes Prow Robot 0eab13f312
Merge pull request #47947 from scheduler-tester/patch-3
Fix ambiguous sentence about topologySpreadConstraints
2024-09-24 01:06:00 +01:00
Joe Betz 9eb3006897 describe generateName in concepts page 2024-09-23 14:35:22 -04:00
Muneeb Ahmad db2865b5f3
Fix Content Got Mixed btw EBS & EFS 2024-09-23 15:43:47 +05:00
Kubernetes Prow Robot 29d3fe699c
Merge pull request #47946 from vishnuswmech/feature/38271-init-container-concepts
Clarify init container concept
2024-09-23 09:30:00 +01:00
Aohan Yang 338c7b1347 Promote LoadBalancerIPMode to GA
Ref - https://github.com/kubernetes/kubernetes/pull/127348
2024-09-23 11:07:05 +08:00
Kubernetes Prow Robot efe1283d2a
Merge pull request #47894 from imuneeeb/patch-1
Update AWS EBS Storage Class Example
2024-09-23 03:15:59 +01:00
Kubernetes Prow Robot abb48e387d
Merge pull request #47977 from network-charles/network-charles-patch-2
Clarify Finalizer Usage and Controller Types in Background Cascading Deletion
2024-09-22 00:43:57 +01:00
Charles Uneze 0707636907 Update garbage-collection.md 2024-09-21 07:30:59 +00:00
Kubernetes Prow Robot f9610cd94d
Merge pull request #47986 from chanieljdan/merged-main-dev-1.32
Merge main branch into dev 1.32
2024-09-19 09:38:45 +01:00
windsonsea 810f856ca9 Clean up services-networking/_index.md 2024-09-19 10:57:22 +08:00
Kubernetes Prow Robot 831e8a9e8d
Merge pull request #47729 from carlory/fg-NodeOutOfServiceVolumeDetach
mark feature-gate NodeOutOfServiceVolumeDetach as removed
2024-09-19 01:06:44 +01:00
Muneeb Ahmad fd6ee71dae
Update storage-classes.md 2024-09-18 22:16:12 +05:00
Daniel Chan f005d8cd8b Merge main into dev-1.32 to keep in sync 2024-09-18 10:44:33 -04:00
Kubernetes Prow Robot 719e87a452
Merge pull request #47903 from danwinship/rewrite-network-model
Rewrite "The Kubernetes network model"
2024-09-18 10:10:44 +01:00
Sri 27779ce888 38271 - Init Container concept clarity 2024-09-18 08:41:15 +05:30
Kubernetes Prow Robot bcaf5a0a8c
Merge pull request #47930 from scheduler-tester/patch-2
Fix wrong info about empty toleration key (#47929)
2024-09-17 20:50:44 +01:00
Muneeb Ahmad 95903365a6
Add AWS EFS To storage-classes.md (#47928)
* Update storage-classes.md

* Update storage-classes.md
2024-09-17 00:43:14 +01:00
Dan Winship 5c9bb882e7 Rewrite "The Kubernetes network model"
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-09-16 18:13:23 -04:00
scheduler-tester 04b6fdf80c
Fix the ambiguous sentence in topologySpreadConstraints 2024-09-15 20:58:21 -05:00
Kubernetes Prow Robot 46d6da1579
Merge pull request #47923 from eroldan/patch-2
Removed Weave Scope link
2024-09-16 00:25:13 +01:00
Muneeb Ahmad 421a81ec12
Update content/en/docs/concepts/storage/storage-classes.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-09-15 11:39:19 +05:00
scheduler-tester dd46be9118
Fix wrong info about empty toleration key (#47929)
* Update taint-and-toleration.md
2024-09-15 00:23:41 -05:00
Kubernetes Prow Robot 05ba1a7025
Merge pull request #47907 from ayushpatil2122/patch-2
Update garbage-collection.md
2024-09-15 00:41:13 +01:00
Muneeb Ahmad dc75625cf3
Update storage-classes.md 2024-09-14 23:57:00 +05:00
Muneeb Ahmad c0f83f22df
Update storage-classes.md 2024-09-14 23:30:23 +05:00
Muneeb Ahmad 96dedca894
Update storage-classes.md 2024-09-14 23:24:47 +05:00
Eduardo Roldan f9c3b74510
Removed Weave Scope link
Weave Scope is not mantained anymore. The link target is a website without valid TLS certificate and a generic hosting landing page (netlify). 


More information:
(https://github.com/weaveworks/scope
2024-09-14 01:07:22 -03:00
saireddyb f04a552825
Update ephemeral-volumes.md 2024-09-14 00:01:02 +05:30
saireddyb 053a529db7
added image volume type in ephemeral volumes
Image volume type falls under ephemeral volumes.
2024-09-13 23:41:59 +05:30
Kubernetes Prow Robot 7dd4f54996
Merge pull request #47906 from tengqm/fix-links
Fix some hyperlinks in the markdown files
2024-09-13 09:59:12 +01:00
ayushpatil2122 5680361583
Update garbage-collection.md 2024-09-13 11:46:20 +05:30
Qiming Teng e6855623c7 Fix some hyperlinks in the markdown files 2024-09-13 09:33:51 +08:00
Muneeb Ahmad 97e543ba28
Update storage-classes.md 2024-09-12 14:33:13 +05:00
Muneeb Ahmad 88747bfc87
Update storage-classes.md 2024-09-12 13:45:17 +05:00
Muneeb Ahmad 673009e18e
Update storage-classes.md 2024-09-12 13:38:47 +05:00
carlory 5c17387106 mark feature-gate MinDomainsInPodTopologySpread as removed 2024-09-11 23:53:22 +08:00
Kubernetes Prow Robot ad95201c9f
Merge pull request #47885 from olgalehm/patch-1
Removed duplicated paragraph
2024-09-11 16:21:12 +01:00
Tamilselvan 2ccaf064f8
Add envFrom details in docs (#47709)
* Add envFrom details in docs

* Add envFrom details in docs

* deleted command prompt

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* added shortcode

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Update content/en/docs/concepts/configuration/configmap.md

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

* Accept review comments

---------

Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-09-11 14:07:12 +01:00
olgalehm 7e71096044
Removed duplicated paragraph 2024-09-11 15:17:51 +03:00
Kubernetes Prow Robot ab9491ff77
Merge pull request #47868 from tengqm/fix-filemode
Drop executable permission for files
2024-09-10 21:08:09 +01:00
Kubernetes Prow Robot 572bc5e57d
Merge pull request #47826 from olu-folarin/patch-1
Update kubernetes-api.md: correct tenses and add punctuation
2024-09-10 07:35:14 +01:00
olu-fola b1cc8f7b3d
Update kubernetes-api.md
Revert changes made to some words' tenses on lines 49 to 52
2024-09-10 07:15:45 +01:00
Qiming Teng 52cb6e5784 Drop executable permission for files
There are a few files that has the executable permission set.
This PR fixes it.
2024-09-10 11:37:15 +08:00
Alex Tierney 347c3753a9
Fix grammatical error in Network plugins segment
Fixing a grammatical error in the Network plugins
paragraph. I chose to maintain consistency with
the preceding section, Device plugins.
2024-09-09 15:33:54 -05:00
olu-fola bc11525894
Update kubernetes-api.md: tenses and punctuation
## What Change is Proposed?
The tenses of the changed words and a punctuation mark **a comma**

## Why the Change?
To improve readability and tense structure.
2024-09-07 15:18:27 +01:00
Christopher Desiniotis 744d7d6f4a
Fix typo in dynamic-resource-allocation.md
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
2024-09-04 16:00:58 -07:00
Alex Tierney f6ddca16f9
Update namespaces.md to remove monospace formatting in Note block
Note block advising against the use of `kube-` prefixes
was formatted as a mono space code block which stopped
word wrapping.
2024-09-03 20:30:01 -05:00
Kubernetes Prow Robot 8baaba40dd
Merge pull request #47645 from mattcary/patch-2
Update mount propagation documentation
2024-09-03 19:22:38 +01:00
Alexander Stefurishin 7e64c2db82
Fix broken links from "overview/components/#..." to "architecture/#..." (#47724)
* replace "docs/concepts/overview/components/#" with "docs/concepts/architecture/#" in "content/en/**/*.*"

* revert changes in old blog posts
2024-08-31 23:54:45 +01:00
carlory 72678a16ea mark feature-gate NodeOutOfServiceVolumeDetach as removed 2024-08-30 15:44:40 +08:00
Matt Cary 3872831bf1 Update mount propagation documentation
Mount propagation only works consistently on hostPath and in-memory emptyDir.
2024-08-29 08:26:54 -07:00
Vaibhav Goel 98861dd726
Update the apiserver-aggregation.md (#47165)
* Update the apiserver-aggregation.md

* updated the apiserver-aggregation.md
2024-08-29 00:58:29 +01:00
Kubernetes Prow Robot b5a114ebd7
Merge pull request #47651 from vaibhav2107/security-update
Fixed the security white-paper link in cloud-native-security.md
2024-08-28 15:22:57 +01:00
vaibhav2107 52e5a5b0f9 Updated the whitepaper link in cloud-native-security.md 2024-08-28 02:36:43 +05:30
Linto Paul 62b3266dc9
fixed cron job interpretation in the example (#47652)
* fixed cron job interpretation in the example

the cron job in this example runs on the intersection of 13th of every month and Friday, not the union of these conditions. If the 13th falls on any other day of the week, the job will not run.

* Update cron-jobs.md

new cron example that is more realistic

* Update cron-jobs.md

replaced cron example with a simple one

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

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

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-08-27 16:36:57 +01:00
Tamilselvan a062c701b8
Fixes misspelled Plug-in 2024-08-27 10:24:54 +05:30
Kubernetes Prow Robot be8b8dec3e
Merge pull request #47674 from sftim/20240825_revise_k8s_overview
Reorder content in Kubernetes overview section
2024-08-27 00:48:43 +01:00
windsonsea 70dafafca5 Tweak long lines in cluster architecture and components 2024-08-26 09:44:32 +08:00
Qiming Teng f79eee0d92
Update _index.md 2024-08-26 06:58:06 +08:00
Tim Bannister b1448ecf24 Reorder sections of Overview page
The history behind Kubernetes is less important now that "cloud native" is
a recognized concept. Reorganize the page accordingly.
2024-08-25 20:25:34 +01:00
Tim Bannister 42da717f16 Reorder overview pages
Within the overview pages, make the Kubernetes Components page come
first.
2024-08-25 20:24:58 +01:00
SLahiruC | Lahiru Chandima 68d2de72bd
Update liveness-readiness-startup-probes.md 2024-08-26 00:01:25 +05:30
SLahiruC | Lahiru Chandima d3585a204f
Update liveness-readiness-startup-probes.md (#47657)
* Update liveness-readiness-startup-probes.md

* Update content/en/docs/concepts/configuration/liveness-readiness-startup-probes.md

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

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-08-25 09:20:09 +01:00
Kubernetes Prow Robot 5f6a0eb0ec
Merge pull request #47593 from babugeet/babugeet-patch-3
Updated Notes for DNS for Services and Pods
2024-08-25 09:16:08 +01:00
Kubernetes Prow Robot cada0a9c15
Merge pull request #46825 from SergeyKanzhelev/sidecarsTrobleshooting
Add tutorial about running Pods with sidecar containers
2024-08-25 02:02:08 +01:00
Robbie Cronin af0e08c038
Clarify cluster diagram as one possible reference architecture (#47164)
* Clarify cluster diagram as one possible reference architecture

* Update content/en/docs/concepts/architecture/_index.md

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

* Update content/en/docs/concepts/architecture/_index.md

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

* Update content/en/docs/concepts/architecture/_index.md

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

* Improve organization of cluster architecture content

* Architecture concepts: fix grammar and improve clarity

Co-authored-by: Charles Uneze <charlesniklaus@gmail.com>

* Architecture concepts and overview pages refactor

Improves clarity and consistency with existing documentation

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

* Improve organization of cluster architecture content

* Improve organization of cluster architecture content

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

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Charles Uneze <charlesniklaus@gmail.com>
2024-08-24 01:50:35 +01:00
Artsiom Kaval e694639ae2
Fix a typo in controllers/job.md
A correct name for a framework is Horovod
2024-08-23 22:23:39 +02:00
vaibhav2107 493ef1ba1c Fixed the security white-paper link in cloud-native-security.md 2024-08-23 15:14:04 +05:30
Kubernetes Prow Robot 6bc8f405ac
Merge pull request #47067 from Ritikaa96/glossary-add-watch
Added watch to glossary
2024-08-22 15:54:11 +01:00
babugeet d4812b0d50
Update content/en/docs/concepts/services-networking/dns-pod-service.md
Co-authored-by: Charles Uneze <charlesniklaus@gmail.com>
2024-08-22 08:11:38 +05:30
Darian Culver f4f6990dcc Amend upstream contribution and resource management documentation
This commit introduces one typo change and one clarity change.

These changes are also required for the zh-cn localizations - I'll submit
these as a subsequent MR per the localization contribution docs.
2024-08-21 13:26:41 +12:00
babugeet 90d76b2151 Updated Notes for DNS pod
Signed-off-by: babugeet abhinandhbg@gmail.com
2024-08-20 17:45:19 +00:00
alegueri 38fc6a86dd
Disambiguate Pod Phase from kubectl status
This PR extends https://github.com/kubernetes/website/pull/46299, which disambiguates pod "Phase" from the "Status" field that occurs in certain  kubectl commands.
2024-08-19 22:54:42 -07:00
Drew Sirenko d29ccb8319
Fix volume-attributes-classes.md feature gate requirements 2024-08-19 12:08:42 -04:00
Michael eb90de86d3 Clean up storage/volume-attributes-classes.md 2024-08-18 20:35:51 +08:00
Michael a62fc74742 Clean up dynamic-resource-allocation.md 2024-08-14 22:18:49 +08:00
Craig Ringer 4aa44ee8d6 kube_pod_resource_request metric is now stable
There's no longer any need to specify the --show-hidden-metrics-for-version
option to the scheduler to see the kube_pod_resource_request metric, it in the
stable set now.

Also mention that authorization must be for /metrics/resources. Simply having
/metrics is not enough.
2024-08-13 15:02:42 +12:00
Daniel Chan 7eef38ea41 Merge main into dev-1.31 to keep in sync 2024-08-12 08:50:21 +02:00
Kubernetes Prow Robot 8295dfd39d
Merge pull request #47378 from mimowo/pod-disruptions-add-note
Add note that scenarios for DisruptionTarget must be retriable
2024-08-09 14:18:07 -07:00
Sergey Kanzhelev 4bc6afb68c sidecar containers 2024-08-08 20:38:54 +00:00
Michal Wozniak a68cedecee Add note that scenarios for DisruptionTarget must be retriable 2024-08-07 13:06:37 +02:00
Daniel Chan c2ab3112f1 Merge main into dev-1.31 to keep in sync 2024-08-05 11:47:31 -04:00
Kubernetes Prow Robot b20cb2bfe6
Merge pull request #47306 from marosset/windows-memory-eviction-1-31
Updating Windows node eviction signals docs
2024-08-03 04:50:37 -07:00
Mark Rossetti 6fbfd77f3b
Update content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-08-01 08:55:50 -07:00
Michal Wozniak 370622fbbb Update the documentation for Pod Disruption Conditions 2024-08-01 12:07:06 +02:00
Mark Rossett b3ce13edaf
Updating Windows node eviction signals docs 2024-07-31 15:31:53 -07:00
Kubernetes Prow Robot 8290b5bee4
Merge pull request #47026 from orsenthil/patch-1
Revise advice about network plugin compatibility
2024-07-30 13:23:02 -07:00
Tim Bannister 44d591d782 Link to docs about LeaseCandidate 2024-07-30 21:14:28 +01:00
Senthil Kumaran 99d077cd74
Update content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-07-30 13:08:44 -07:00
Kubernetes Prow Robot ace0f356a1
Merge pull request #46982 from Jefftree/cle
[KEP-4355] Coordinated Leader Election alpha documentation
2024-07-30 12:59:15 -07:00
Jefftree 80e240983f Comments 2024-07-30 19:44:37 +00:00
Kubernetes Prow Robot 856df61cb3
Merge pull request #44311 from apeabody/patch-1
consistency updates for pod security standards documentation
2024-07-30 12:34:26 -07:00
Jefftree dfde96c9b6 Address comments 2024-07-30 18:08:28 +00:00
Kundan Kumar bbb4553bb0 corrected label for accelerator 2024-07-30 23:13:48 +05:30
Sergey Kanzhelev cdd0f612b3
device plugin failures (#47029) 2024-07-30 10:37:14 -07:00
Kubernetes Prow Robot d879656b87
Merge pull request #46967 from PannagaRao/promote-xfsQuota-to-beta
Promote ephemeral storage quota to beta(1.31)
2024-07-30 06:48:12 -07:00
Jefftree 7297621087 use convention for links to docs 2024-07-30 13:07:06 +00:00
Jefftree 89632ae975 address comments 2024-07-30 13:04:47 +00: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
Jefftree 0b16a923ca Add CLE documentation 2024-07-30 03:50:02 +00:00
Kubernetes Prow Robot 3c7cbd910e
Merge pull request #46808 from mimowo/managed-by-docs-update
Update the docs for JobManagedBy and JobPodReplacementPolicy related to pod termination
2024-07-29 15:25:50 -07:00
Michał Woźniak 45a47d170f
Graduate Job Pod Failure Policy to stable (#46807)
* Graduate Job Pod Failure Policy to stable

* Update content/en/docs/concepts/workloads/controllers/job.md

Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>

* Break the line after link

---------

Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2024-07-29 11:56:08 -07:00
PannagaRamamanohara 97899e0511 update LocalStorageCapacityIsolationFSQuotaMonitoring to beta
Signed-off-by: PannagaRamamanohara <pbhojara@redhat.com>
2024-07-29 13:54:32 -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 6c6ced2239
Merge pull request #46785 from AndrewSirenko/patch-1
KEP-3751 VolumeAttributeClass Beta Promotion
2024-07-29 09:18:47 -07:00
Kubernetes Prow Robot a8f156b2f7
Merge pull request #46816 from pohly/dra-1.31
DRA documentation for 1.31
2024-07-29 09:13:54 -07:00
Michał Woźniak f2b9799061 Review remarks 2 2024-07-29 18:13:34 +02:00
sjong13 493c0169ed
Update _index.md - fixed grammar for a malformed sentence 2024-07-29 10:20:41 -05:00
Drew Sirenko 8c25433782 Add instructions to enable API group to VolumeAttributesClass 2024-07-29 09:52:21 -04:00
Drew Sirenko ffeb6beab0 KEP-3751 Beta promotion for VolumeAttributeClass 2024-07-29 09:52:21 -04:00
Michal Wozniak 7bf346a1f6 Address review remarks
Co-authored-by: Filip Křepinský <fkrepins@redhat.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-07-29 15:29:15 +02:00
Kubernetes Prow Robot 1b47e81c5f
Merge pull request #46263 from MikeSpreitzer/fix-46262
Clarify remark about object names wrt CRD
2024-07-28 13:19:32 -07:00
Kubernetes Prow Robot a8b167a470
Merge pull request #47282 from deepakkinni/doc_update_v3
Doc update for Persistent Volumes
2024-07-27 04:40:59 -07:00
Deepak Kinni 3b9ca420db Doc update for Persistent Volumes
Signed-off-by: Deepak Kinni <deepak.kinni@broadcom.com>
2024-07-26 17:01:29 -07:00
Kubernetes Prow Robot ff474bcfb2
Merge pull request #46951 from kwilczynski/feature/documentation-for-4191
KEP-4191: Split Image Filesystem add documentation
2024-07-26 16:56:22 -07:00
Joe Betz 8f1e148864
KEP-4358: Custom Resource Field Selectors: Promote to Beta (#46980)
* KEP-4358: Custom Resource Field Selectors: Promote to Beta

* Update content/en/docs/reference/command-line-tools-reference/feature-gates/custom-resource-field-selectors.md

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>

* Remove alpha level notes about enabling the feature

* Update content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md

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

* Update content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md

Co-authored-by: lakshmi prasuna <56723673+T-Lakshmi@users.noreply.github.com>

* Update content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md

Co-authored-by: lakshmi prasuna <56723673+T-Lakshmi@users.noreply.github.com>

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: lakshmi prasuna <56723673+T-Lakshmi@users.noreply.github.com>
2024-07-26 16:53:58 -07:00
Krzysztof Wilczyński 086bbc8a37
KEP-4191: Split Image Filesystem add documentation
Signed-off-by: Krzysztof Wilczyński <kwilczynski@redhat.com>
2024-07-27 03:08:35 +09:00
Kubernetes Prow Robot df9b7f1169
Merge pull request #46970 from tenzen-y/beta-graduate-job-success-policy
Update JobSuccessPolicy documentations for the beta graduation
2024-07-25 18:36:06 -07:00
Kensei Nakada 108e2a9f0f
graduate MatchLabelKeysInPodAffinity to beta (#45181)
* graduate MatchLabelKeysInPodAffinity to beta

* update feature-state

* Correct the grammar

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

* add comments

* Update version appropriately

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-07-25 13:03:11 -07:00
Michal Wozniak 67fe8ed862 Update the docs for JobManagedBy and JobPodReplacementPolicy related to pod termination 2024-07-25 19:07:39 +02:00
Yuki Iwai f6be581921 Update JobSuccessPolicy documentations for the beta graduation
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-07-25 22:14:00 +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
windsonsea 61b67bc9d1 Fix a link text in secret.md 2024-07-24 17:00:45 +08:00
Mike Spreitzer 279c81eb26
Clarify remark about object names wrt CRD
Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
2024-07-24 00:44:51 -04:00
Kubernetes Prow Robot 22b1bd067f
Merge pull request #46719 from pwschuurman/kep-3335-stable-docs
Remove StatefulSetStartOrdinal feature gate to target stable in 1.31
2024-07-23 19:44:44 -07:00
Kubernetes Prow Robot 7e90855773
Merge pull request #47246 from haircommander/container_engine_t-1.31
PSS: add container_engine_t to allowed list of selinux types
2024-07-23 16:14:17 -07:00
Kubernetes Prow Robot 7093f2c54d
Merge pull request #46731 from network-charles/network-charles-patch-4
Clarify What a PostStart Hook Does
2024-07-23 10:50:57 -07:00
Peter Hunt 06aff012a2 PSS: add container_engine_t to allowed list of selinux types
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2024-07-23 12:19:14 -04:00
Ritikaa96 53dc63aec8 editing as per the reviews.
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2024-07-23 15:13:25 +05:30
Ritikaa96 5053a95f53 Adding glossary tooltip for watch in k/docs
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2024-07-23 15:08:24 +05:30
steve-hardman b74f4f2701
Coorect kube-scheduler text 2024-07-23 00:27:40 +01:00
Kubernetes Prow Robot c079d3a7cd
Merge pull request #47184 from salaxander/merged-main-dev-1.31
Merged main dev 1.31
2024-07-18 00:06:01 -07:00
Patrick Ohly 5b40c51031 DRA: update for 1.31
The concepts are mostly the same as before. Support for parameters in a CRD was
removed in favor of storing selection and configuration parameters directly in
ResourceClaim and DeviceClass.
2024-07-16 17:14:41 +02:00
Kubernetes Prow Robot 6786d24ee3
Merge pull request #46463 from RomanBednar/pv-last-phase-transition-time-ga
graduate PersistentVolumeLastPhaseTransitionTime to GA in v1.31
2024-07-16 07:42:59 -07:00
Xin Hao 3c7af1e126
Update the GitHub repo url of Java Operator SDK 2024-07-16 14:32:47 +08:00
Kubernetes Prow Robot be3a417261
Merge pull request #46991 from ahg-g/elastic
Graduate ElasticIndexedJob to GA
2024-07-14 07:01:10 -07:00
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
Maryam Tavakkoli a5fcf3cc44 Merge remote-tracking branch 'upstream/main' into dev-1.31 2024-07-09 20:13:21 +03:00
Tasos Tsournos b33fe00fce
Update assign-pod-node.md
Typos
2024-07-09 10:18:51 +03:00
Peter Schuurman c5205da717 Remove StatefulSetStartOrdinal feature gate to target stable in 1.31 2024-07-08 18:23:20 -07: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
Charles Uneze 16e3ad4bae Update container-lifecycle-hooks.md
Co-authored-by: Ricardo Amaro <ricardoamaro@users.noreply.github.com>

Co-authored-by: Ritika <52399571+Ritikaa96@users.noreply.github.com>
2024-07-03 07:30:02 +00:00
Dhriti Shikhar 856c384387 fixes typo 2024-07-02 13:35:50 +05:30
Daniel Chan f9aaed4fde Merge main into dev-1.31 to keep in sync 2024-06-29 11:20:03 -04:00
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
Senthil Kumaran 0e78a858fa
Update network-plugins.md
Add a clarification that CNI has been supported from earliest version, not just the current version.
2024-06-28 16:22:49 -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
ahg-g cbea62f4c1 Graduate ElasticIndexedJob to GA 2024-06-27 16:22:09 +00: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
Daniel Chan 0568df9a06 Merge main into dev-1.31 to keep in sync 2024-06-25 08:44:40 -04: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
杨朱 · Kiki 0fc04db4de
update portworxVolume doc (#46506)
* update portworxVolume doc

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

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

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

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

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

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-06-20 16:17:21 -07:00
Kubernetes Prow Robot 037a4194fe
Merge pull request #46794 from carlory/kep-2644
promote HonorPVReclaimPolicy to beta
2024-06-19 16:39:20 -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
MinpengJin 76ec4489c1 Add documentation for LogarithmicScaleDown featuregate 2024-06-19 10:01:41 +08:00
Maryam Tavakkoli 9214b06216 Merge remote-tracking branch 'upstream/main' into dev-1.31 2024-06-17 11:03:57 +03: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
Kubernetes Prow Robot 56d3c640f8
Merge pull request #46809 from hacktivist123/merged-main-dev-1.31
Merged main dev 1.31
2024-06-13 22:43:26 -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