Commit Graph

5033 Commits

Author SHA1 Message Date
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
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