Commit Graph

5382 Commits (release-1.32)

Author SHA1 Message Date
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
carlory 24b51c287f promote HonorPVReclaimPolicy to beta 2024-06-12 14:44:32 +08:00
Aaina26 5ead326713 Fix references in IPv4/IPv6 dual-stack 2024-06-12 10:06:52 +05:30
Andrew Peabody d421b5814e consistency updates for pod security standards
Co-authored-by: Tim Allclair <timallclair@gmail.com>
2024-06-11 23:58:58 +00:00
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
hacktivist123 aecc20f0ad Merge main into dev-1.31 to keep in sync 2024-06-10 10:28:02 +01: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
Roman Bednar c07a10864b graduate PersistentVolumeLastPhaseTransitionTime to GA in v1.31 2024-06-07 10:35:27 +02: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
Daniel Chan d989445929 resolved conflict as discussed, accepted current change with CRICTL_VERSION=v1.31.0 2024-06-03 18:26:28 -04:00
Ed Bartosh 878f27cf61 Device Plugins: add info about GA graduation 2024-06-02 16:06:04 +03:00
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
Oluebube Princes Egbuna 3b28042ce2 Merge remote-tracking branch 'upstream/main' into dev-1.31 2024-05-29 08:38:12 +01:00
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
Dave Protasowski 11ffa099c8
Update service.md
Update known `appProtocols` to match the KEP

https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/3726-standard-application-protocols/README.md?plain=1#L179
2024-05-24 10:51:07 -04:00
Oluebube Princes Egbuna e941a6ab1d Merge main into dev-1.31 to keep in sync 2024-05-22 16:16:00 +01:00
Kubernetes Prow Robot c77dcc0b2d
Merge pull request #46403 from my-git9/pt-26422
improve cluster-administration/flow-control format
2024-05-16 15:35:12 -07:00
Kubernetes Prow Robot 3d363df4cc
Merge pull request #45788 from sergeyshevch/feat/update-image-name-documentation
feat: Update image name documentation
2024-05-16 08:57:11 -07:00
xin.li 048cb54f8d improve cluster-administration/flow-control format
Signed-off-by: xin.li <xin.li@daocloud.io>
2024-05-16 20:55:38 +08:00
Kubernetes Prow Robot 51d44fee8f
Merge pull request #45887 from naqeebghazi/patch-1
Update assign-pod-node.md - Gt and Lt definition amendment for nodeAffinity
2024-05-15 18:06:11 -07:00
Thomas Güttler ee1acbb793
Update operator.md: Removed KUDO
KUDO was not updated for three years. The docs should not mention it.
2024-05-15 12:54:44 +02:00
carlory 6cc56263f2 update cephfs volume 2024-05-15 00:14:20 +08:00
Kubernetes Prow Robot 7926b1afec
Merge pull request #46260 from dipesh-rawat/click-to-zoom
Implement click-to-zoom option for images
2024-05-13 13:02:58 -07:00
Kubernetes Prow Robot 9d05de5a00
Merge pull request #46284 from carlory/dev-1.31-ConsistentHTTPGetHandlers
remove feature-gate CSINodeExpandSecret
2024-05-13 13:00:47 -07:00
Kubernetes Prow Robot 96046735ef
Merge pull request #46278 from lbarnkow/patch-1
fix superfluous white space
2024-05-13 12:56:44 -07:00
Leon Welchert bd6541b8fe Rewrite Security information about LegacyServiceAccountTokenNoAutoGeneration feature gate 2024-05-12 07:07:51 +02:00
carlory 292b0bfc9a update rbd volume 2024-05-10 16:49:37 +08:00
Dipesh Rawat a449f41af4
Use option to zoom on image click 2024-05-09 14:25:42 +01:00
carlory 72f8423ade remove feature-gate CSINodeExpandSecret 2024-05-09 16:24:48 +08:00
xuzhenglun 8c8dc5a405
Remove GA ServiceNodePortStaticSubrange feature gate 2024-05-09 10:39:23 +08:00
Lorenz Barnkow ce4f36a27a
fix superfluous white space 2024-05-08 16:23:30 +02:00
tamilselvan1102 8850ea5aef Node Lease objects link url is updated. 2024-05-08 16:31:35 +05:30
Kubernetes Prow Robot 7e548ea48e
Merge pull request #45464 from stkasulanati/patch-1
Update networking.md
2024-05-03 18:43:31 -07:00
Kubernetes Prow Robot f7a1bfed88
Merge pull request #45819 from 7sunarni/main
Rename example pod-with-affinity-anti-affinity.yaml
2024-05-03 18:23:47 -07:00
Kubernetes Prow Robot 5ee8a4458d
Merge pull request #45999 from tico88612/remove-redundant-space
Remove redundant closing spaces
2024-05-03 18:15:01 -07:00
Peter Piontek ccefac9707
Fix typo
Changed ValidatingAdmisisonPolicy to ValidatingAdmissionPolicy
2024-05-02 15:11:31 +02:00
Zain Rizvi 8cf5f3afe2
Update dynamic-resource-allocation.md
The list has grown beyond four, and may keep growing in the future
2024-05-01 17:33:29 -05:00
Kubernetes Prow Robot ea4444a849
Merge pull request #43214 from shannonxtreme/apparmor-seccomp
Add new page for kernel-level constraints
2024-04-30 04:56:15 -07:00
Kubernetes Prow Robot add6a0a6e8
Merge pull request #45585 from HwangTaehyun/patch-1
Update en/docs
2024-04-30 00:12:23 -07:00
steve-hardman b4190a6cb2
Fix typo 2024-04-30 00:23:07 +01:00
Kubernetes Prow Robot b293d1ab7d
Merge pull request #45996 from mrgiles/45690_move_node_shutdown_to_cluster_admin
Move node shutdown section to cluster-administration
2024-04-29 13:51:09 -07:00
n0vad3v 00658ed48a
Fix typo .spec.succeessPolicy.rules to .spec.successPolicy.rules 2024-04-27 23:10:44 +08:00
Kubernetes Prow Robot 573d9eb639
Merge pull request #46012 from steve-hardman/issue-46007
Update "app.kubernetes.io/managed-by" annotation example value
2024-04-26 09:07:39 -07:00
tico88612 9a0bda61b8
Remove redundant closing spaces
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
2024-04-26 13:55:57 +08:00
Marcelo Giles f32bcaf081
Move node shutdown section to cluster-administration
Update doc title

Rename file/update link

Update api_metadata

Update what's next

Remove api_metadata, add tootip
2024-04-25 09:42:06 -07:00
Kubernetes Prow Robot e3ca041758
Merge pull request #45195 from sftim/20240218_revise_authz
Revise authorization topic
2024-04-25 09:20:56 -07:00
Ali Mehraji 2e84e962f2 Remove Redundant 'the' word in pod-lifecycle.md 2024-04-25 12:42:47 +03:30
steve-hardman 4e973d44ba
Update common-labels.md 2024-04-25 01:16:00 +01:00
Ethan Chang 8953727e20
Minor update to Akri description 2024-04-24 14:19:12 +08:00
Kubernetes Prow Robot 579bedccd3
Merge pull request #45976 from Aaina26/update_hyperlink_of_easegress
Updated Hyperlink of Easegress IngressController
2024-04-23 08:17:21 -07:00
Kubernetes Prow Robot 2392759563
Merge pull request #45373 from jjkjjk23/main
Added line to StatefulSet documentation clarifying the need for a suitable pre-existing PersistentVolume.
2024-04-23 08:09:01 -07:00
Aaina26 950c810734 Updated Hyperlink of Easegress IngressController 2024-04-23 10:41:23 +05:30
Rita Zhang f833f4f671 Revise authz page
Improve how we explain authz, and remove some existing duplication.

Co-Authored-By: Rita Zhang <rita.z.zhang@gmail.com>
2024-04-23 01:42:20 +01:00
Tim Bannister ed0951f7af Warn people about privilege escalation via Pod creation 2024-04-23 01:42:19 +01:00
Kubernetes Prow Robot a65cb5a71a
Merge pull request #45935 from thisisharrsh/fixing_memory_qos
Update the stale link for memory Qos
2024-04-22 16:40:22 -07:00
Kubernetes Prow Robot c885404c17
Merge pull request #45845 from mrgiles/38843_pod_os_spec_description
Update Pod OS description spec.os.name
2024-04-22 14:00:29 -07:00
Kubernetes Prow Robot 34ac45c19e
Merge pull request #42685 from pegasas/quota
clarification for ResourceQuota concept
2024-04-22 13:43:22 -07:00
Jacob Keller 4ec042cd40
Changes formatting of names of API kinds to follow the style guide.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-22 09:57:55 -07:00
Ricardo Amaro e6599b218d
Adding documentation explaining what is a CrashLoopBackOff (#45928)
* Documentation on CrashLoopBackOff

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

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

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

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

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

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

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

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

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

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

* Address some feedback

* exponential backoff delay

* Address some feedback

* Start by explaing handle

* break lines

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Co-authored-by: Gulcan Topcu <96833570+colossus06@users.noreply.github.com>

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Co-authored-by: Gulcan Topcu <96833570+colossus06@users.noreply.github.com>

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

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

* address feedback

---------

Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Gulcan Topcu <96833570+colossus06@users.noreply.github.com>
2024-04-21 20:40:49 -07:00
Kubernetes Prow Robot 0faafb099b
Merge pull request #45384 from network-charles/network-charles-patch-1
Update Taints and Tolerations Documentation
2024-04-21 17:59:25 -07:00
harsh 48a39c77bd fixed the incorrect link for memory Qos 2024-04-20 13:13:21 +05:30
steve-hardman aeb36c0c72
Fixed the featue state in pod-qos.md 2024-04-20 00:16:58 +01:00
Naqeeb 724a0067ae
Update content/en/docs/concepts/scheduling-eviction/assign-pod-node.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-19 15:30:57 +01:00
Kubernetes Prow Robot 2c434ac2e8
Merge pull request #45833 from EthanChangAED/patch-1
Adding project Akri to the device plugin examples
2024-04-18 06:56:51 -07:00
Kubernetes Prow Robot 816cec8e1e
Merge pull request #43855 from avorima/usable-field-selectors-en
List supported field selectors by kind
2024-04-17 23:27:00 -07:00
Kubernetes Prow Robot f812c08cde
Merge pull request #45439 from pranav-pandey0804/envVar
Fix misleading advice about sharing of environment variables
2024-04-17 22:41:20 -07:00
Kubernetes Prow Robot 25ce93d252
Merge pull request #45579 from aroradaman/named-port-services-without-selectors
recommend usage of named port for services without selectors
2024-04-17 22:38:29 -07:00
Shannon Kularathna 7416c9c4d2 Modify Windows HostProcess section to point to dedicated page 2024-04-17 17:02:08 -04:00
Shannon Kularathna 610753c768 Add page for kernel-level security concepts 2024-04-17 17:00:13 -04:00
drewhagen 4c6ba12390 Merge main into dev-1.30 to keep in sync 2024-04-16 15:55:38 -05:00
Charles Uneze 6554ad4fe0
Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
Co-authored-by: Ricardo Amaro <ricardoamaro@users.noreply.github.com>
2024-04-16 18:11:48 +01:00
Charles Uneze 5568cd2a39
Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
Co-authored-by: Ricardo Amaro <ricardoamaro@users.noreply.github.com>
2024-04-16 18:11:28 +01:00
Kubernetes Prow Robot 76e84cc475
Merge pull request #45880 from fcornelius/patch-1
[en] Fix typo in job.md
2024-04-15 19:53:23 -07:00
Kubernetes Prow Robot bcdcda0628
Merge pull request #45856 from mrgiles/38771_cronjob_jobshistorylimit_description
Update cronjobs history limits spec description
2024-04-15 16:13:41 -07:00
Naqeeb 82c6a0c563
Update assign-pod-node.md
Definitions of Gt and Lt mixed up but now amended
2024-04-15 16:31:50 +01:00
Felix Cornelius c5addcc6c2
[en] Fix typo in job.md 2024-04-15 13:45:06 +02:00
Kubernetes Prow Robot b82b747f27
Merge pull request #45459 from g1franc/patch-1
Update manage-resources-containers.md
2024-04-14 13:39:33 -07:00
Sergey Shevchenko 9105838778
Fix review comments 2024-04-14 18:13:23 +03:00
Kubernetes Prow Robot 01bc0afd05
Merge pull request #45849 from Aaina26/fix_NodePort_Link
Fix link for service.NodePort
2024-04-12 16:31:05 -07:00
Aaina26 59efd88722 Fix link for service.NodePort 2024-04-12 22:25:51 +05:30
Marcelo Giles dba05c9a60
Update cronjobs history limits spec description 2024-04-12 09:48:15 -07:00
Kubernetes Prow Robot 0d1aa27c7d
Merge pull request #45287 from pohly/dra-kubernetes-1.30
DRA in Kubernetes 1.30: adds structured parameters
2024-04-12 09:12:39 -07:00
Marcelo Giles eb19a43bed
Update Pod OS description spec.os.name
Update Pod OS spec.os.name
2024-04-12 09:09:04 -07:00
Kubernetes Prow Robot 653584fd10
Merge pull request #45792 from CasperLiu/otlp-env-var-for-trace
Configure Kubernetes components's OTEL traces configuration (emitting traces directly and tuning with environment)
2024-04-12 03:02:49 -07:00
Ethan Chang 1c7845da37
Adding project Akri to the device plugin examples
Request to add Akri to the device plugin example list.

Akri is a Kubernetes Resource Interface that lets you easily expose heterogeneous leaf devices (such as IP cameras and USB devices) as resources in a Kubernetes cluster. The Akri Agent implements Kubernetes Device-Plugins for discovered resources.
2024-04-11 11:18:53 +08:00
Kubernetes Prow Robot dbf8353077
Merge pull request #45774 from mrgiles/45405_use_env_vars_in_pods
Mention container environment variables in concepts/pods
2024-04-10 15:55:45 -07:00
Vyom-Yadav 37b0b3ed72
Merge remote-tracking branch 'upstream/main' into dev-1.30 2024-04-10 23:04:57 +05:30
Vyom-Yadav 1d9a694850
Correct branch format in Discovery API docs
Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com>
2024-04-10 20:25:04 +05:30
Balaji c94fa0cbed
Update volumes.md
Had a typo :( in the earlier PR - https://github.com/kubernetes/website/pull/45501. 
Test output - 

```
kubectl apply -f gitrepovol.yaml      
Warning: spec.volumes[1].gitRepo: deprecated in v1.11
The pods "gitrepo-volume-pod" is invalid: : ValidatingAdmissionPolicy 'deprecated-gitrepo-volumes.example.com' with binding 'deprecated-gitrepo-volumes-binding.example.com' denied request: Pod must not use deprecated spec.volumes[].gitRepo field.

kubectl get ValidatingAdmissionPolicy -oyaml  | grep 'expression'
    - expression: has(object.spec.volumes) && !object.spec.volumes.exists(v, has(v.gitRepo))
```
2024-04-10 07:49:49 -07:00
CasperLiu 494e36e983 modify words to make clear 2024-04-10 21:31:00 +08:00
Amarnath N c25ceaa535
Explain RuntimeClass name in Pod Overhead concept (#45454)
* empty-commit

* changed_ex_kata_fc

* Update content/en/docs/concepts/scheduling-eviction/pod-overhead.md

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

* Update pod-overhead.md

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-10 05:26:03 -07:00
7sunarni 3054b8562d example(affinity): rename pod-with-affinity-anti-affinity.yaml => pod-with-affinity-preferred-weight.yaml
Signed-off-by: 7sunarni <710720732@qq.com>
2024-04-10 16:19:42 +08:00
CasperLiu 4c28c0a333 remove an example 2024-04-09 10:04:09 +08:00
CasperLiu 844301bc06 introduce how to configure environment variable for OTEL trace 2024-04-07 11:52:03 +08:00
Sergey Shevchenko 523a119eb1
feat: Update image name documentation 2024-04-06 15:27:13 +03:00
Taehyun Hwang 04c5c84d9b Update en/docs 2024-04-06 16:32:41 +09:00
Marcelo Giles 5270c7a1c9
Mention container environment variables in concepts/pods
Mention container environment variables in pods
2024-04-05 12:03:45 -07:00
Kubernetes Prow Robot efd1306ef5
Merge pull request #45744 from tamilselvan1102/k8s-20240401
Explanation about headless service
2024-04-04 04:58:19 -07:00
Mario Valderrama ddc49f00d5
Add missing field selectors
Signed-off-by: Mario Valderrama <woldy401@gmail.com>
2024-04-04 11:30:02 +02:00
Mario Valderrama d912860063
List supported field selectors by kind
Signed-off-by: Mario Valderrama <woldy401@gmail.com>
2024-04-04 11:18:32 +02:00
tamilselvan1102 83af5acf8f moved one line down 2024-04-04 09:49:21 +05:30
PK d1232f1d58
Fix discovery document link in kubernetes-api.md (#45765)
* Fix discovery document link in kubernetes-api.md

Removed an extra "v" in the link to fix the broken link.

* Fix minor broken links in  kubernetes-api.md

Anchor name mismatch in the same page
2024-04-03 16:28:33 -07:00
Mark Boom 5c58b7acc6
Fix small typo in Namespaces documentation 2024-04-03 15:19:57 +02:00
John Huang efed6fd61c
Update content/en/docs/concepts/policy/resource-quotas.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-03 08:24:54 +08:00
John Huang d7cdaf6dca
Update content/en/docs/concepts/policy/resource-quotas.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-03 08:24:39 +08:00
John.C cb695b712d
Signpost to API reference for ServiceAccount (#45750)
* Update service-accounts.md

* Update service-accounts.md

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

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-02 16:44:11 -07:00
John Huang 9e4ecf0c51
Update resource-quotas.md 2024-04-02 23:41:36 +08:00
John Huang 5e7dee826d
specify built-in API and CRD 2024-04-02 23:39:54 +08:00
Daniel Chan cdf1ed1236 Merge remote-tracking branch 'upstream/main' into dev-1.30
Merge main into dev-1.30 to keep in sync
2024-04-02 10:05:03 -04:00
Kubernetes Prow Robot 41e5f71695
Merge pull request #45501 from SaranBalaji90/GitRepoVolume
Add CEL Expression to restrict GitRepo volume usage
2024-04-02 01:43:53 -07:00
Tim Bannister f1c4eb8457 Signpost to API reference for NetworkPolicy 2024-04-01 15:05:46 +01:00
John Huang 605f158e1f
fix description 2024-04-01 21:30:47 +08:00
tamilselvan1102 15f1eeeb63 Explaination about headless service 2024-04-01 14:29:44 +05:30
John Huang e3c8c8e77a
Update content/en/docs/concepts/configuration/liveness-readiness-startup-probes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-01 11:01:45 +08:00
John Huang e4c38d4423
Update content/en/docs/concepts/configuration/liveness-readiness-startup-probes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-01 11:01:38 +08:00
Kubernetes Prow Robot f089d6debc
Merge pull request #45496 from dipesh-rawat/api-ref-link-shortcode
Add mechanism to retrieve API reference page link based on metadata
2024-03-31 19:25:34 -07:00
Daniel Chan 251c58aa34 Merge main into dev-1.30 to keep in sync 2024-03-28 18:14:58 -04:00
Kubernetes Prow Robot 5e8ee7df6c
Merge pull request #45664 from smarticu5/main
Add Namespace Patching to RBAC good practice
2024-03-27 09:40:54 -07:00
Tim Bannister 54e1d3308e
Align with style guide 2024-03-27 16:36:16 +00:00
Kubernetes Prow Robot 56863852ba
Merge pull request #45675 from Princesso/merged-main-dev-1.30
Merge main branch into dev-1.30
2024-03-27 03:12:53 -07:00
Kubernetes Prow Robot 801eefb4c2
Merge pull request #45683 from alculquicondor/nodename-warning
Upgrade note about nodeName to warning
2024-03-26 21:02:52 -07:00
Kubernetes Prow Robot 1acdc27e96
Merge pull request #45119 from rohitssingh/disable_force_detach-dev-1.30
Add documentation for disable-force-detach-on-timeout
2024-03-26 13:43:06 -07:00
Kubernetes Prow Robot cbf032283a
Merge pull request #45153 from haircommander/image-max-gc-beta-1.30
ImageGCMaxAge beta bump
2024-03-26 10:03:20 -07:00
Aldo Culquicondor 0b15eccf6d Upgrade note about nodeName to warning 2024-03-26 15:44:41 +00:00
Peter Hunt 067648a4a2 bump ImageMaximumGCAge KEP to beta
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2024-03-26 10:53:12 -04:00
Rohit Singh 0abea85702 Add documentation for disable-force-detach-on-timeout 2024-03-26 14:42:08 +00:00
Iain Smart 1ed331ccbb
Update content/en/docs/concepts/security/rbac-good-practices.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-26 13:51:18 +00:00
Kubernetes Prow Robot f5ca94be69
Merge pull request #45678 from alexanderConstantinescu/kep-3836
KEP-3836 documentation for 1.30
2024-03-26 05:25:21 -07:00
petroselo 1808b6277e
Update sidecar-containers.md
Fix a spelling mistake: effecting -> affecting
2024-03-26 12:17:50 +00:00
Kubernetes Prow Robot b28f91743a
Merge pull request #45267 from Jefftree/docs-agg-disco
[KEP-3352] docs for aggregated discovery
2024-03-26 05:09:19 -07:00
Alexander Constantinescu c94d2eb5c3 Move externalTrafficPolicy section to virtual-ips.md 2024-03-26 12:39:00 +01:00
Alexander Constantinescu 3181159c6e KEP-3836 v1.30 documentation 2024-03-26 12:39:00 +01:00
Kubernetes Prow Robot 70b22ae929
Merge pull request #45670 from HirazawaUi/remove-useless-line-wrap
[dev-1.30] Remove useless line wrap
2024-03-26 03:35:21 -07:00
HirazawaUi 7eb2db584e remove useless line wrap 2024-03-26 18:24:19 +08:00
Yuki Iwai f12b68ab94 KEP-3998: Rephrase JobSuccessPolicy documentations
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 18:41:15 +09:00
Oluebube Princes Egbuna 0568c8af60 Merge remote-tracking branch 'upstream/main' into dev-1.30 2024-03-26 08:40:45 +01:00
Balaji ab0b655ccd Update volumes.md
Update as per the suggestion.
2024-03-25 22:25:53 -07:00
Kubernetes Prow Robot deb1be8892
Merge pull request #45135 from tenzen-y/job-success-policy-doc
Add JobSuccessPolicy Doc
2024-03-25 20:09:19 -07:00
Kubernetes Prow Robot 3d33323801
Merge pull request #45125 from HirazawaUi/allow-special-characters
Document option to allow almost all printable ASCII characters in environment variables
2024-03-25 19:43:19 -07:00
Kubernetes Prow Robot 374c18b83a
Merge pull request #45159 from AkihiroSuda/rro
[dev-1.30] KEP-3857: Recursive Read-only (RRO) mounts
2024-03-25 19:19:19 -07:00
HirazawaUi 0c1b3e3d03 Allow almost all printable ASCII characters in environment variables 2024-03-26 09:49:11 +08:00
Kubernetes Prow Robot cf6f995cf3
Merge pull request #44696 from vaibhav2107/eviction-inodes
Added Imagefs inodes default settings in Eviction Hard
2024-03-25 12:15:35 -07:00
Akihiro Suda ca9e4725d1
KEP-3857: Recursive Read-only (RRO) mounts
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-03-26 03:59:26 +09:00
Iain Smart 3f990cd272
Add Namespace Labelling to RBAC good practice 2024-03-25 17:54:40 +00:00
Yuki Iwai 74652566e3 KEP-3998: Aldo's second suggestions
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:49:43 +09:00
Balaji 390b517d6d
Merge branch 'kubernetes:main' into GitRepoVolume 2024-03-25 10:45:29 -07:00
Yuki Iwai d79de0290a KEP-3998: Clarify the example
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:41:36 +09:00
Yuki Iwai fcdb477aa4 KEP-3998: Mention SuccessCriteriaMet condition
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:34:20 +09:00
Yuki Iwai cec3c3f388 KEP-3998: Apply Aldo's suggestons
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:22:42 +09:00
Yuki Iwai 32fd60c16e KEP-3998: Make the explanation for rules more clarify
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:09:25 +09:00
Yuki Iwai 105d90a04b KEP-3998: move section to before Job termination and cleanup
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 01:50:59 +09:00
Yuki Iwai 92a00327bb KEP-3998: Add JobSuccessPolicy Documentation
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 01:37:15 +09:00
Kubernetes Prow Robot 7ee320764a
Merge pull request #45197 from sftim/20240218_document_cluster_autoscaling
Add concept page about cluster autoscaling
2024-03-25 07:37:02 -07:00
Jefftree 294dbbb3f6 update comments 2024-03-25 10:27:37 -04:00
Kubernetes Prow Robot 5f50b28154
Merge pull request #45276 from gauravkghildiyal/new-topology-field
Document .spec.trafficDistribution field in Service
2024-03-23 03:22:33 -07:00
Kubernetes Prow Robot a7c220cae9
Merge pull request #45176 from tallclair/apparmor-1.30
Apparmor 1.30
2024-03-23 03:12:39 -07:00
Kubernetes Prow Robot 16a3008f5c
Merge pull request #45129 from AxeZhan/beta3960
graduate PodLifecycleSleepAction to beta (KEP 3960)
2024-03-22 17:51:53 -07:00
Kubernetes Prow Robot 4798e44c7b
Merge pull request #45509 from mrueg/add-kube-state-metrics
Add section about kube-state-metrics
2024-03-22 07:14:28 -07:00
Manuel Rüger c1e7578efb Add section about kube-state-metrics 2024-03-22 11:24:30 +01:00
Balaji e79296d47b
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-21 02:57:12 -07:00
Balaji bf1fd3adc0
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-21 02:56:38 -07:00
Balaji 77a4688f5c
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-21 02:54:21 -07:00
Kubernetes Prow Robot c7cd6c5644
Merge pull request #45178 from kinvolk/rata/userns-1.30
User namespaces doc changes for 1.30
2024-03-21 01:46:52 -07:00
Gaurav Ghildiyal 56b83b5443 Incorporate suggestions from the review 2024-03-20 17:07:38 -07:00
Amim Knabben c5828df712 Enhancing troubleshoot section with Windows Operational Readiness 2024-03-20 14:43:32 -03:00
Tim Allclair 4f11f83a45 AppArmor v1.30 docs update 2024-03-19 14:25:06 -07:00
Rodrigo Campos 89e0ec8a77 content: Add OCI runtime requirements for userns
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2024-03-19 14:59:40 +01:00
Rodrigo Campos 2c3ef64fee content: Document custom ranges for userns
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2024-03-19 14:59:39 +01:00
Rodrigo Campos 271bb1a8fb content: Mark userns as beta in 1.30
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2024-03-19 14:59:39 +01:00
Kubernetes Prow Robot 3b6274d696
Merge pull request #45155 from jpbetz/crd-field-selectors
Add docs for CRD field selection
2024-03-18 08:24:50 -07:00
Joe Betz 8c0a57a1e1 Add docs for CRD field selection 2024-03-18 11:09:04 -04:00
Daman Arora f45abb06a8 recommend usage of named port for services without selectors
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-03-17 20:04:13 +05:30
Kubernetes Prow Robot 302679cad1
Merge pull request #45259 from mxpv/log-dir
Document changing pod logs directory in kubelet
2024-03-16 17:25:21 -07:00
Kubernetes Prow Robot 463ce41429
Merge pull request #45288 from pohly/contextual-logging
contextual logging: beta in Kubernetes 1.30
2024-03-16 09:41:47 -07:00
Patrick Ohly 4f0dc7ad36 contextual logging: document promotion to beta 2024-03-15 18:48:51 +01:00
Kubernetes Prow Robot b4e5f319bd
Merge pull request #45126 from aravindhp/nlq-promote-beta
KEP-2258: Promote NodeLogQuery to beta
2024-03-15 10:03:41 -07:00
Kubernetes Prow Robot 7b6f493313
Merge pull request #45105 from harshanarayana/kubelet/log-rotate-improvements
kubelet: enable configurable rotation duration and parallel rotate
2024-03-15 10:00:59 -07:00
Vyom-Yadav 1eb315a43a
Merge remote-tracking branch 'upstream/main' into dev-1.30 2024-03-15 16:42:11 +05:30
Wei Huang 42af37b091
promote feature PodSchedulingReadiness to stable 2024-03-14 14:01:52 -07:00
Dipesh Rawat c889d9b251
Add metadata to use mechanism for API reference links 2024-03-14 14:50:24 +00:00
Gaurav Ghildiyal 83d07ce669 Add documentation for Service.spec.trafficDistribution 2024-03-12 17:54:50 -07:00
Kubernetes Prow Robot 5eeb67cdf3
Merge pull request #45128 from kannon92/swap-beta2
[KEP-2400] Update swap with beta2 deprecations
2024-03-12 14:46:02 -07:00
Patrick Ohly f4972cbdbc dra: update for Kubernetes 1.30
Structured parameters are new in Kubernetes 1.30.
2024-03-12 18:27:21 +01:00
Jefftree 4d80f852db aggregated discovery stable 2024-03-12 13:27:02 -04:00
Michal Wozniak 5bc7082bad Make feature gate date driven 2024-03-12 10:04:34 +01:00
Michal Wozniak 0a7baf4595 Improve note for Job managedBy feature 2024-03-11 18:04:08 +01:00
Kubernetes Prow Robot 7275d2cccf
Merge pull request #45132 from mimowo/job-managed-by-docs
Add docs for Job managedBy field (alpha)
2024-03-11 07:00:07 -07:00