Commit Graph

5243 Commits

Author SHA1 Message Date
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
Kubernetes Prow Robot d9523db92c
Merge pull request #45212 from sftim/20240219_move_workload_management
Move and reword workload management page
2024-03-11 06:51:11 -07:00
Kevin Hannon dabb663fcb
Apply suggestions from code review
Co-authored-by: Itamar Holder <77444623+iholder101@users.noreply.github.com>
2024-03-11 08:55:21 -04:00
Balaji 92045ae2b2
Add CEL Expression to restrict GitRepo volume usage 2024-03-11 04:23:32 -07:00
Charles Uneze 566db9c240
Update taint-and-toleration.md 2024-03-10 21:29:19 +01:00
Kubernetes Prow Robot 67876e753d
Merge pull request #44689 from kurtado/docs-clarify-node-label-registration
clarify nodes only update labels upon registration
2024-03-09 05:10:46 -08:00
Charles Uneze 3a643c5377
Update taint-and-toleration.md 2024-03-08 23:57:50 +01:00
Kurt Hurtado a31db32c86 reworded reset to modified 2024-03-08 15:49:57 -06:00
Michal Wozniak 6b1afc274a Review remarks 2024-03-08 17:37:05 +01:00
Kubernetes Prow Robot e143e9dac0
Merge pull request #45172 from alexis974/spelling-mistake-kube-scheduler
Fix spelling mistake in kube scheduler
2024-03-07 23:15:08 -08:00
Michal Wozniak 8f6b617fd9 review remarks 2024-03-07 20:58:44 +01:00
stkasulanati 4dde8759cc
Update networking.md
Replaced the word "between" with among, as there can more than two applications sharing the same machines.
2024-03-07 22:20:44 +05:30
g1franc ab0631a407
Update manage-resources-containers.md
Add explanation as for why "1500m" is not a whole number.
2024-03-07 11:36:43 +01:00
Kubernetes Prow Robot a053579136
Merge pull request #44594 from adityasamant25/issue-40114
Improve wording around Kata containers and OCI runtime spec
2024-03-06 22:48:17 -08:00
PRANAV PANDEY 98e5b0864a
Update content/en/docs/concepts/workloads/pods/sidecar-containers.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-07 10:42:00 +05:30
Kubernetes Prow Robot ce4c04347b
Merge pull request #45385 from network-charles/network-charles-patch-2
Changing the Image Specified in the ReplicaSet Documentation
2024-03-06 15:23:50 -08:00
Kubernetes Prow Robot c268f09715
Merge pull request #45431 from chanieljdan/merged-main-dev-1.30
Merge main branch into dev-1.30
2024-03-06 08:18:48 -08:00
Michal Wozniak 47490b873f Add the information about the managedBy field 2024-03-06 12:39:32 +01:00
Aditya Samant 5b064812d8 Improved the wording for Kata containers. 2024-03-06 09:24:16 +05:30
Kingdon Barrett 5f86adf940
Update Weave Net link to supported fork
(rajch is the maintainer in charge of Weave Net now)

Ref: https://github.com/kubernetes/website/pull/45202#issuecomment-1976819974

Signed-off-by: Kingdon B <yebyen@gmail.com>
Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
2024-03-05 18:36:27 -05:00
Charles Uneze 3ab97977ed
Update replicaset.md 2024-03-05 22:29:58 +01:00
Maksym Pavlenko 65daa2a509 Document changing pod logs directory in kubelet
Signed-off-by: Maksym Pavlenko <mxpv@apple.com>
2024-03-05 10:57:13 -08:00
pranav-pandey0804 d986834008 removed misleading reference about sharing of env variables 2024-03-05 21:49:31 +05:30
Tim Bannister b39e01b971 Add concept page about cluster autoscaling
Co-Authored-By: Niranjan Darshann <niranjan.darshan@india.nec.com>
2024-03-05 10:46:37 +00:00
Kubernetes Prow Robot 790379c73e
Merge pull request #45180 from sanposhiho/min-domain
graduate MinDomain feature to stable
2024-03-04 17:40:38 -08:00
Kubernetes Prow Robot 50f39a496d
Merge pull request #45194 from able8/patch-8
Update logging.md: Log rotation of kubelet
2024-03-04 16:38:32 -08:00
Kubernetes Prow Robot 5be4cc66be
Merge pull request #45189 from windsonsea/autosc
Pick a few grammars in autoscaling.md
2024-03-04 16:27:53 -08:00
Daniel Chan 804b3653e1 Merge remote-tracking branch 'upstream/main' into dev-1.30
Merge remote-tracking branch 'upstream/main' into dev-1.30
2024-03-04 12:46:06 -05:00
Jacob Keller e86710dbb5 Explains that PVCs work if there's dynamic provisioning or pre-existing volumes. 2024-03-02 10:08:16 -08:00
Kensei Nakada 9d31d214bd
add note for a feature gate 2024-03-02 14:01:09 +09:00
Kubernetes Prow Robot 119f8535d6
Merge pull request #45297 from danwinship/kep-2681-to-ga
KEP-2681 PodHostIPs in downward API to stable
2024-02-29 17:59:38 -08:00
Charles Uneze 171de11471
Updated image name to have a tag
changed it from nginx to nginx:1.14.2
2024-02-29 20:07:20 +01:00
Jeffrey Ying 065ac71dea
Update content/en/docs/concepts/overview/kubernetes-api.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-02-29 12:50:34 -05:00
Jeffrey Ying a125b8c116
Update content/en/docs/concepts/overview/kubernetes-api.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-02-29 12:50:12 -05:00
Charles Uneze 24f0a51371
Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2024-02-29 08:15:14 +01:00
Charles Uneze 5f48ae0618
Update replicaset.md 2024-02-28 23:45:22 +01:00
Charles Uneze 41743ab932
Update taint-and-toleration.md 2024-02-28 22:28:36 +01:00
Kubernetes Prow Robot 5e3beddecc
Merge pull request #45219 from rikatz/kep-1860-placeholder
Promote LoadBalancerIPMode to Beta
2024-02-28 08:42:07 -08:00
Kubernetes Prow Robot f3193b5116
Merge pull request #45377 from drewhagen/merged-main-dev-1.30
Merge main branch into dev-1.30
2024-02-28 02:30:30 -08:00
liuqi-sun c79b04d009
Update ingress-controllers.md 2024-02-28 17:48:58 +08:00
Jeffrey Ying 2af22ead06 Update content/en/docs/concepts/overview/kubernetes-api.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-02-27 21:49:29 -05:00
Ricardo Katz ae51660404 Promote LoadBalancerIPMode to Beta 2024-02-27 14:31:33 -03:00
Kubernetes Prow Robot 4b78cec7e9
Merge pull request #45311 from danwinship/bridge-iptables
Remove references to bridge-nf-call-iptables
2024-02-27 06:28:10 -08:00
Jefftree 622466f5cf Add additional information around discovery and OpenAPI 2024-02-26 12:36:53 -05:00
Dan Winship 738e06f302 Remove references to bridge-nf-call-iptables
Plugins that need it are expected to set it themselves. (And kubeadm
no longer checks for it.)
2024-02-26 09:50:15 -05:00
Kubernetes Prow Robot 38fd408937
Merge pull request #45334 from sankalp-khare/patch-1
Fix typo in ephemeral-volumes.md
2024-02-25 22:15:52 -08:00
Kubernetes Prow Robot aa52795817
Merge pull request #44657 from carlory/fix-volumetypes
fix incorrect volume doc
2024-02-25 13:30:03 -08:00
Semih Buyukgungor bb5d0a45f2
Update api fields in volumes page 2024-02-25 23:22:30 +03:00
Sankalp Khare cf5a8f86dc
Fix typo in ephemeral-volumes.md 2024-02-26 00:05:09 +05:30
Kensei Nakada 8db9dcd226
update based on review 2024-02-24 15:30:13 +09:00
Oluebube Princes Egbuna 1710de7e11 Merge remote-tracking branch 'upstream/main' into dev-1.30 2024-02-23 21:33:57 +01:00
Dan Winship 2a93b5e0eb KEP-2681 PodHostIPs to stable 2024-02-22 16:30:46 -05:00
Kenny Ho 6704c1cf79
Update device-plugins.md 2024-02-22 15:09:05 -05:00
Aravindh Puthiyaparambil 5a55277fd5
KEP-2258: Promote NodeLogQuery to beta 2024-02-21 08:30:42 -08:00
Oluebube Princes Egbuna e1465e035a Merge remote-tracking branch 'upstream/main' into dev-1.30 2024-02-20 11:46:04 +01:00
windsonsea d9525229b5 Minor improvements to network-policies concept 2024-02-20 18:00:36 +08:00
Kubernetes Prow Robot 09a5fb3f61
Merge pull request #45166 from sftim/20240216_auto_calculate_more_feature_states
Switch some feature-state shortcodes to be data driven
2024-02-19 11:35:05 -08:00
Tim Bannister 5639b8bb45 Revise workload management concept 2024-02-19 16:54:36 +00:00
Alexis Boissiere 2f298d2077
Fix trailing whitespace in scheduler section 2024-02-19 13:55:48 +01:00
Alexis Boissiere e839bf7aee
Fix spelling mistake in scheduling section 2024-02-19 13:55:40 +01:00
Tim Bannister 0f0c0a49bd Move workload management concept into workloads section 2024-02-19 12:32:30 +00:00
Harsha Narayana 3bdf51e2c9
kubelet: enable configurable rotation duration and parallel rotate 2024-02-19 11:14:22 +05:30
Able Lv 4fa4affdcf
Update logging.md 2024-02-18 17:34:25 +08:00
windsonsea 5827b37140 Pick several grammars in autoscaling.md 2024-02-18 09:39:29 +08:00
Kensei Nakada 01cfb51bfe
graduate MinDomain feature to stable 2024-02-17 20:03:34 +09:00
Kubernetes Prow Robot da14ff8f59
Merge pull request #43176 from sftim/20230923_revise_security_concept_section
Move and revise overview for Security section
2024-02-16 11:41:30 -08:00
Alexis Boissiere 33dcba8aa6
Fix spelling mistake in kube scheduler 2024-02-16 17:27:27 +01:00
Kubernetes Prow Robot d10786f422
Merge pull request #44959 from mocdaniel/autoscaling-overview
Adds a new concept page for autoscaling
2024-02-16 08:23:57 -08:00
Tim Bannister e4731338d3 Switch some feature-state shortcodes to be data driven
When the feature gates graduate (or get deprecated), the associated
shortcode will update automatically.

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-02-16 12:49:31 +00:00
Tim Bannister 9323995f01 Add note to localizers 2024-02-16 11:47:37 +00:00
Tim Bannister 892978919f Move cloud native security out of section overview 2024-02-16 11:47:24 +00:00
Tim Bannister 18cdba2449 Remove legacy security overview page 2024-02-16 11:43:53 +00:00
Tim Bannister 872808b895 Add section overview for Security
Co-authored-by: Anshuman Tripathi <anshuman.tripathi305@gmail.com>
Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
Co-authored-by: Gaurav Padam <1032201077@tcetmumbai.in>
Co-authored-by: Tabitha Sable <51767484+tabbysable@users.noreply.github.com>
2024-02-16 11:43:31 +00:00
Kubernetes Prow Robot a6a613d6d0
Merge pull request #42518 from tzifudzi/windows-hardware-requirements
Specify recommended Windows hardware requirements
2024-02-14 21:48:12 -08:00
Tatenda Zifudzi f92b564d60 Specify recommended Windows worker node hardware requirements 2024-02-14 21:35:23 -08:00
AxeZhan 7151fc2534 graduate PodLifecycleSleepAction to beta 2024-02-15 09:46:43 +08:00
Kubernetes Prow Robot 6479f0172f
Merge pull request #44942 from tamilselvan1102/k8s-doc-web-20240130
Information about default StorageClasses
2024-02-14 06:08:59 -08:00
Kubernetes Prow Robot 90534c5f38
Merge pull request #44953 from chtitux/fix-typo-pod-lifecycle
Add missing space in Pod Lifecycle concept page
2024-02-13 22:39:53 -08:00
Daniel Bodky cdb2b06f1a
Adds paragraph about the Cluster Proportional Vertical Autoscaler 2024-02-14 07:38:48 +01:00
Kubernetes Prow Robot b851645547
Merge pull request #44963 from mguan2020/patch-1
Fix grammatical error regarding setup scripts in Kubernetes Components documentation
2024-02-13 22:24:35 -08:00
Kubernetes Prow Robot a3604dd589
Merge pull request #45032 from dipesh-rawat/improve-feature-state-shortcode
Enhance 'feature-state' shortcode to utilize feature gate description files
2024-02-13 22:08:00 -08:00
Tamilselvan 5aca46b3d0
Update content/en/docs/concepts/storage/dynamic-provisioning.md
Co-authored-by: Sean McGinnis <sean.mcginnis@gmail.com>
2024-02-14 09:39:30 +05:30
Kevin Hannon ae7fbbe68d add swap website update 2024-02-13 17:25:31 -05:00
Lawrence Chou 3ca2b443ac
Fix `matchLabelKeys` example yaml syntax
It should be `spec.template.spec.affinity` instead of `spec.template.affinity`.

```
$ explain deploy.spec.template.spec.affinity
GROUP:      apps
KIND:       Deployment
VERSION:    v1

FIELD: affinity <Affinity>

...
```
```
$ k explain deploy.spec.template.affinity
GROUP:      apps
KIND:       Deployment
VERSION:    v1

error: field "affinity" does not exist
```
2024-02-13 10:37:33 +08:00
Kubernetes Prow Robot a037d46987
Merge pull request #44798 from sftim/20240118_improve_pod_docs
Improve docs for Pods
2024-02-12 11:41:16 -08:00
Dipesh Rawat a3f297bc80
Use new feature_gate_name option 2024-02-12 19:16:20 +00:00
Daniel Bodky 509e265b07
Finalize first draft 2024-02-10 21:52:21 +01:00
Harsh Tripathi 86734b7036
Update volumes.md with the suggested changes. 2024-02-08 10:30:07 +05:30
Daniel Bodky e2950c6631
Adds section on scaling on cluster size 2024-02-07 19:55:25 +01:00
Daniel Bodky 4b040f5e0e
Adds section on KEDA 2024-02-07 19:54:09 +01:00
harsh 99e37ab8d1 Fixed the link for create a ConfigMap 2024-02-07 12:05:07 +05:30
Daniel Bodky 6d1ffc9a35
Adds VPA section 2024-02-04 12:30:32 +01:00
Daniel Bodky 7d9fcf3a7a
Refactors overview and introduction of manual/vertical scaling 2024-02-04 11:54:20 +01:00
Daniel Bodky a8f4d3ad6e
Removes verbose examples from concepts 2024-02-04 11:41:29 +01:00
Daniel Bodky b3e12f09ef
Adds suggestions from 2nd review 2024-02-04 11:30:19 +01:00
drewhagen e4da56ebcb Merge remote-tracking branch 'upstream/main' into merged-main-dev-1.30 2024-02-02 09:19:40 -06:00
Kubernetes Prow Robot 1085b26cfc
Merge pull request #44957 from jpreese/patch-3
Resolve typos on page "Role Based Access Control Good Practices"
2024-02-01 09:31:01 -08:00
Kubernetes Prow Robot 74aea8146b
Merge pull request #44800 from sftim/20240118_improve_sidecar_container_docs
Update docs around sidecar containers
2024-02-01 09:24:48 -08:00
Daniel Bodky 97fd38404d
Describe manual scaling and update page outline 2024-01-31 22:12:46 +01:00
Daniel Bodky 0770e974cc
Incorporate quick wins from first review 2024-01-31 20:43:29 +01:00
Matthew Guan 5d731e01b6
Fix typo regarding setup scripts in Kubernetes Components documentation 2024-01-30 23:15:34 -08:00
Daniel Bodky 62b7afaced
Adds a new concept page for autoscaling 2024-01-30 22:18:28 +01:00
John Reese 4a3d9e433a
Update rbac-good-practices.md
Fix typos on page "Role Based Access Control Good Practices"
2024-01-30 13:58:54 -05:00
Théophile Helleboid 769ea8afad Add missing space in Pod Lifecycle concept page 2024-01-30 17:34:36 +00:00
Tamilselvan df4e3e1c11
Information about default StorageClasses 2024-01-30 11:13:19 +05:30
Tamilselvan f439990316
Information about default StorageClasses 2024-01-30 11:06:06 +05:30
tamilselvan1102 13495193e1 Information about default StorageClasses 2024-01-30 10:58:10 +05:30
aakash deshmane a3b714cbfc
updated the link for admission webhook controller 2024-01-29 00:52:08 +05:30
aakash deshmane 8bedcb83e6
update the link for admission webhook controller 2024-01-29 00:06:38 +05:30
Kubernetes Prow Robot 47068cb36e
Merge pull request #43136 from pegasas/api-extension
Add documentation explaining the difference between CRDs and API aggr…
2024-01-28 05:36:50 -08:00
Kubernetes Prow Robot 3446ca45f6
Merge pull request #44840 from hassanbenhzaine/main
typo fix: "claimPolicy" to "persistentVolumeReclaimPolicy"
2024-01-26 17:31:13 +01:00
John Huang dad0076e02
update space
update space
2024-01-26 23:11:40 +08:00
Suhas Adhav 4ddb452c16
update note message and place 2024-01-25 22:22:16 +05:30
Suhas Adhav 25d3b7c714
make comment as note 2024-01-25 22:15:55 +05:30
Suhas Adhav 8fa7cbcc7b
revert previous change and add yaml comment 2024-01-24 18:01:08 +05:30
pegasas d265f98ca9 Add Liveness, Readiness, and Startup Probes Concepts and supply clean up example 2024-01-24 12:19:14 +08:00
Kubernetes Prow Robot 682c75a474
Merge pull request #44796 from atiratree/cronjob-forbid-policy
CronJob: improve documentation for Forbid concurrencyPolicy
2024-01-24 00:53:39 +01:00
Suhas Adhav 008dfcd9e7
Change limits to requests
in the example for pod overhead - we need to have requests section instead of limits
2024-01-23 22:57:25 +05:30
Tim Bannister d9723d7e04
Fix spelling
Co-authored-by: Ritika <52399571+Ritikaa96@users.noreply.github.com>
2024-01-23 09:33:51 +00:00
Kubernetes Prow Robot bd5a1866ed
Merge pull request #43702 from vaibhav2107/example-reupdate
Add the link of supposed example in topology-spread-constraints.md
2024-01-22 04:26:17 +01:00
Hassan BENHZAINE a7792d26a7
typo fix: "claimPolicy" to "persistentVolumeReclaimPolicy" 2024-01-21 22:01:23 +01:00
Kubernetes Prow Robot d9b3bd3063
Merge pull request #44295 from ziyi-xie/add-csimigration-instruction
Add information about how existing in-trees PVs and in-tree format yaml file will be handled after CSI migration is completed
2024-01-19 21:27:29 +01:00
Filip Křepinský 3aae2ff837 capitalize Jobs in CronJob doc 2024-01-19 14:53:20 +01:00
Tim Bannister 2b4b4b4e66 Improve docs for Pods
- Add glossary entry for sidecar container
- Revise glossary entry for init container to match
- Revise the Pod concept overview
- Reorder pages in that section
2024-01-19 01:06:53 +00:00
Tim Bannister 5bbb5ace30 Update docs around sidecar containers 2024-01-18 23:57:04 +00:00
Filip Křepinský 19c6cc9ea1 CronJob: improve documentation for Forbid concurrencyPolicy 2024-01-18 19:02:42 +01:00
ziyi-xie 9f62122e75
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-01-18 19:43:57 +09:00
ziyi-xie a21e5a2573
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-01-18 08:42:32 +09:00
Kubernetes Prow Robot 9fb6d138d7
Merge pull request #44734 from sftim/20240114_rename_workload_resources
Rename concept section “Workload resources”
2024-01-16 19:56:00 +01:00
ziyi-xie 7fac0e473a grammar correction without any modification of the content 2024-01-16 01:20:14 +00:00
ziyi-xie baeb523426 Modified the introduction about new pvs to make it more precise 2024-01-16 01:10:50 +00:00
ziyi-xie 02ac73e616 Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Akihiro Motoki <amotoki@gmail.com>
2024-01-16 01:10:50 +00:00
ziyi-xie ceca1bef53 Deleted the contents that have been stated in the former paragraph 2024-01-16 01:10:50 +00:00
ziyi-xie e0b4384748 Added introduction about CSIMigration 2024-01-16 01:10:50 +00:00
ziyi-xie ce030879c8 Update content/en/docs/concepts/storage/volumes.md 2024-01-16 01:10:50 +00:00
ziyi-xie be5e34be97 Update content/en/docs/concepts/storage/volumes.md 2024-01-16 01:10:50 +00:00
ziyi-xie 6b6ad5f3f4 Update content/en/docs/concepts/storage/volumes.md 2024-01-16 01:10:50 +00:00
ziyi-xie 5afa73916e Added introduction about CSI Migration
Modified the title from Type-of-volumes to In-tree volume plugin
2024-01-16 01:10:49 +00:00
carlory 0cc319959e fix incorrect volume doc 2024-01-16 00:37:16 +08:00
Kubernetes Prow Robot 15df04719e
Merge pull request #44700 from sgoldin/patch-1
fix: clarify day of the week in cron job documentation
2024-01-14 17:15:44 +01:00