Commit Graph

751 Commits

Author SHA1 Message Date
Peter Hunt~ 77ac6e467f feature-gates: update state for 1.26
Signed-off-by: Peter Hunt~ <pehunt@redhat.com>
2022-11-18 14:00:14 -05:00
Wei Huang 21a7c4cc7e
Doc for Alpha feature PodSchedulingReadiness 2022-11-18 10:41:53 -08:00
Aldo Culquicondor b8fc810198
Graduate JobTrackingWithFinalizers to stable (#37764)
* Graduate JobTrackingWithFinalizers to stable

* JobTrackingWithFinalizers disabled in 1.23, 1.24
2022-11-18 01:58:31 -08:00
Antonio Ojea 6f7421b1ad graduate ServiceIPStaticSubrange to GA 2022-11-18 08:40:09 +00:00
Kubernetes Prow Robot 89e8f360f9
Merge pull request #37815 from divyenpatel/new-branch-update-vsphere-doc-dev-1.26
CSIMigrationvSphere doc update
2022-11-17 12:24:35 -08:00
Kubernetes Prow Robot ae66e7d7fe
Merge pull request #37912 from andrewsykim/kep-2086
KEP-2086: update docs for ServiceInternalTrafficPolicy
2022-11-17 12:22:30 -08:00
Kubernetes Prow Robot 12502d0a27
Merge pull request #37825 from andyzhangx/azure-migration
mark CSIMigrationAzureFile as GA
2022-11-17 11:38:29 -08:00
Kubernetes Prow Robot 2a07f79a30
Merge pull request #37374 from YuikoTakada/update_NodeOutOfServiceVolumeDetach_beta
NodeOutOfServiceVolumeDetach feature update to beta
2022-11-16 23:16:38 -08:00
Kubernetes Prow Robot c3164069c5
Merge pull request #37273 from swatisehgal/devicemanager-ga-graduation-docs
node: devicemgr: docs: Kubelet Device Manager graduation to GA
2022-11-16 23:02:39 -08:00
Andrew Sy Kim 7e37348361
Update content/en/docs/reference/command-line-tools-reference/feature-gates.md 2022-11-16 20:22:56 -05:00
Andrew Sy Kim 45fed004ea KEP-1669: update docs for ServiceInternalTrafficPolicy
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2022-11-16 20:21:58 -05:00
Paco Xu 26c631a75d move PodOverhead to removed feature gates list 2022-11-16 16:42:30 +08:00
Mark Rossetti 31f4963c8d
fixing feature-gates.md 2022-11-15 11:21:58 -08:00
Aldo Culquicondor cc7aa1b386
JobTrackingWithFinalizers disabled in 1.23, 1.24 2022-11-15 09:13:15 -05:00
Michal Wozniak 163e53de42 Update of the docs for Beta
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Paola Cortés <51036950+cortespao@users.noreply.github.com>
2022-11-15 10:07:13 +01:00
Mark Rossetti 0956df46b0
Updates for WindowsHostProcessContainers going to stable
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2022-11-14 16:38:27 -08:00
PiotrProkop 701ed987c5 topologymanager: document topology manager policy options
Signed-off-by: PiotrProkop <pprokop@nvidia.com>
2022-11-14 11:16:18 +01:00
Kubernetes Prow Robot 224c6cb689
Merge pull request #36803 from Shubham82/remove_CSRDuration_featuregate
Moved Feature Gate CSRDuration under Feature Gates (removed) Page
2022-11-13 22:43:57 -08:00
Francesco Romani 25771e94f0 node: cpumgr: docs: Kubelet CPU Manager GA graduation
Signed-off-by: Francesco Romani <fromani@redhat.com>
2022-11-11 17:08:00 +01:00
Swati Sehgal 0a0fb70fc2 node: devicemgr: docs: Additional updates based on review comments
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:16:16 +00:00
Maksim Nabokikh 5d61921a11 Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-10 12:53:21 +01:00
Maksim Nabokikh 0a5e274a42 Add doc about how to get self subject attributes
Documentation for https://github.com/kubernetes/enhancements/issues/3325
2022-11-10 12:52:53 +01:00
Shubham Kuchhal dcf430b1cc Removed Feature Gate: CSRDuration 2022-11-10 13:29:28 +05:30
andyzhangx 0d59a04348 mark CSIMigrationAzureFile as GA 2022-11-10 07:04:22 +00:00
Divyen Patel 646a4d013d CSIMigrationvSphere doc update 2022-11-09 10:20:45 -08:00
Peter Schuurman 54fdd9f052 Add StatefulSetStartOrdinal alpha feature gate documentation 2022-11-09 10:18:50 -08:00
Yuiko Mouri 4a8014e5d7 NodeOutOfServiceVolumeDetach feature update to beta 2022-11-08 09:47:03 +09:00
Kubernetes Prow Robot 42bbec91ed
Merge pull request #37405 from helen-frank/fix/removeKubeletHTTPServer
remove kubelet http server
2022-11-07 05:06:16 -08:00
helen a375935e53 see https://github.com/kubernetes/kubernetes/pull/3015 This whole functionality got removed from kubelet. So please remove the entire statement 2022-11-07 18:38:23 +08:00
Abigail McCarthy 98f310ab58 Updates page weights in reference docs section
Some of these pages are autogenerated, but not all. This PR updates the pages that are not autogenerated within the docs/en/reference section
2022-11-04 11:37:59 -04:00
Vicente J. Jiménez Miras 994f6461e0 [en] Remove duplicate entry for SELinuxMountReadWriteOncePod
Signed-off-by: Vicente J. Jiménez Miras <vjjmiras@gmail.com>
2022-10-20 16:25:39 +02:00
Paco Xu 018a0b4d5c
DisableAcceleratorUsageMetrics was GAed in v1.25 2022-10-14 13:59:18 +08:00
Qiming Teng 694d3c7bdc Create new page for feature gates that were removed
As the upstream code evolves, many feature gates (deprecated or GA'ed) are removed. That means they are no longer recognized by the Kubernetes components. This PR moves such feature gates into a dedicated page for reference so that we won't bother revisit them again for future releases.
2022-09-18 18:31:55 +08:00
Qiming Teng 24aab3da1f Update feature gates page
The feature gates was not well sync'ed with the upstream implementation.  This PR resynchronizes the tables based on cross-verification against upstream source code. It also fixes some nits such as a feature was not placed in the right table or the entries are not strictly sorted.
2022-09-15 22:40:42 +08:00
Paco Xu 410a78bb63 correct CheckpointContainer to ContainerCheckpoint 2022-09-10 11:28:39 +08:00
Kubernetes Prow Robot bad7e81e20
Merge pull request #36401 from kikisdeliveryservice/revert-localstoragecapacityisolationf
Revert: promote LocalStorageCapacityIsolationFSQuotaMonitoring to beta
2022-09-07 10:28:37 -07:00
windsonsea 2aeb0915b9 Fixed links in feature-gates.md 2022-09-02 09:28:22 +08:00
Kirsten Garrison 04f97948d3 Revert: promote LocalStorageCapacityIsolationFSQuotaMonitoring to beta
This feature has been reverted to alpha in master and 1.25.
Related-to: https://github.com/kubernetes/kubernetes/pull/112076
Related-to: https://github.com/kubernetes/kubernetes/pull/112078
Related-to: https://github.com/kubernetes/enhancements/issues/1029
2022-08-29 19:16:40 -07:00
Qiming Teng 29fa349c35 Component reference for v1.25 2022-08-24 09:19:55 +08:00
Kubernetes Prow Robot dfd0880f08
Merge pull request #34940 from adrianreber/2022-07-11-forensic-container-checkpointing-documentation
Add documentation for container checkpointing feature (KEP 2008)
2022-08-22 09:21:43 -07:00
carolina valencia 6810fa976d Merge remote-tracking branch 'upstream/main' into dev-1.25 2022-08-18 15:58:41 -03:00
Kubernetes Prow Robot dacf474354
Merge pull request #35794 from aojea/aojea_services
set ServiceIPStaticSubrange to beta
2022-08-18 10:34:23 -07:00
Arnaud Meukam a180cd6853
Update docs to reference new container image registry
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.

Ref: https://github.com/kubernetes/k8s.io/issues/3411

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-08-18 16:35:26 +02:00
Kubernetes Prow Robot 438b42689d
Merge pull request #35545 from verb/1.25-ec-ga
Mark EphemeralContainers as GA in 1.25
2022-08-17 19:28:36 -07:00
Kubernetes Prow Robot 6b23f69f5c
Merge pull request #35590 from ravisantoshgudimetla/dev-1.25
Promote PodOS field to GA
2022-08-17 15:40:47 -07:00
Kubernetes Prow Robot a98137bcd2
Merge pull request #35044 from kerthcet/feat/topology-policy
Document the new NodeInclusionPolicyInPodTopologySpread feature gate
2022-08-17 06:47:11 -07:00
kerthcet 3b0b5b9d1c Document the new NodeInclusionPolicyInPodTopologySpread feature gate
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-08-17 10:31:51 +08:00
Paco Xu ce46585ef5 Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-17 09:31:31 +08:00
Paco Xu 47e341eef2 promote LocalStorageCapacityIsolationFSQuotaMonitoring to beta 2022-08-17 09:28:01 +08:00
Kubernetes Prow Robot 4b1b3ac354
Merge pull request #35029 from cici37/celBeta
Promoting feature CustomResourceValidationExpressions to beta
2022-08-16 13:04:48 -07:00
Sally O'Malley 221d4e817c
add to cluster-admin/system-traces docs 2022-08-16 15:47:18 -04:00
Sally O'Malley 953311e7a6
Update feature gate reference with KubeletTracing for 1.25
Adding KubeletTracing documentation now that
kubernetes/kubernetes#105126 has merged.
2022-08-16 15:47:14 -04:00
Kubernetes Prow Robot 1582b3d88a
Merge pull request #34665 from psschwei/dev-1.25
[dev-1.25] Update feature gate docs for probe-level termination grace period
2022-08-16 12:24:49 -07:00
Kubernetes Prow Robot 6bb496b6f8
Merge pull request #35966 from kerthcet/feat/update
update the documents of podTopologySpread
2022-08-16 11:18:11 -07:00
Cici Huang d6201fdf65 Update doc for CustomResourceValidationExpressions feature. 2022-08-16 15:38:37 +00:00
Kubernetes Prow Robot e36b9f35d5
Merge pull request #35667 from jsafrane/selinux-alpha
Add docs for "Speed up SELinux volume relabeling using mounts"
2022-08-16 08:25:08 -07:00
Jan Safranek 77df8a9fb5 Add documentation for SELinuxMountReadWriteOncePod alpha feature
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-16 09:49:53 +02:00
Jiawei Wang 5db7ddf2da Update CSI migration feature status, and remove docs for unsupported plugins 2022-08-16 04:38:47 +00:00
Kubernetes Prow Robot 936b5859ba
Merge pull request #35165 from denkensk/doc-respect-PodTopologySpread
Add docs for MatchLabelKeysInPodTopologySpread feature
2022-08-15 19:27:07 -07:00
Kubernetes Prow Robot fc237adcfe
Merge pull request #32357 from kevindelgado/ss-field-validation-beta
Field Validation API Concepts
2022-08-15 19:25:07 -07:00
Kubernetes Prow Robot 7fa2e305bb
Merge pull request #35334 from humblec/nodeExpandDOC
csi: add nodeExpandSecret KEP details
2022-08-15 19:19:07 -07:00
Kubernetes Prow Robot 61b69cfd38
Merge pull request #35219 from mimowo/retriable-pod-failures-docs
Add docs for KEP-3329 Retriable and non-retriable Pod failures for Jobs
2022-08-15 19:17:07 -07:00
Kubernetes Prow Robot be5bd9d483
Merge pull request #34886 from trierra/px-125-beta
Px 125 beta
2022-08-15 19:07:08 -07:00
jinxu d0a4713d18 Update LocalStorageCapacityIsolation GA
update feature GA
2022-08-15 13:30:08 -07:00
Kubernetes Prow Robot dd543e5c80
Merge pull request #35826 from reylejano/1-25-netpol-port-range
Update docs for NetworkPolicy port range to GA for 1.25
2022-08-15 08:52:15 -07:00
Rey Lejano 08a5a5bbc4
Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
2022-08-15 08:43:04 -07:00
Michal Wozniak c47a025713 Add docs for KEP-3329 Retriable and non-retriable Pod failures for Jobs
Code review remarks and suggested commit updates are co-authored

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
Co-authored-by: Paola Cortés <51036950+cortespao@users.noreply.github.com>

# Conflicts:
#	content/en/docs/reference/command-line-tools-reference/feature-gates.md
2022-08-15 13:22:37 +02:00
Kubernetes Prow Robot ea6b6e9798
Merge pull request #35704 from ddebroy/PodHasNetworkDocs1
PodHasNetwork condition docs
2022-08-15 02:02:13 -07:00
kerthcet d0e8a08ab1 update the documents of podTopologySpread
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-08-15 10:37:52 +08:00
Kubernetes Prow Robot 1faec91055
Merge pull request #35539 from atiratree/concepts.statefulset.minreadyseconds
Promote StatefulSet MinReadySeconds to GA
2022-08-13 19:02:12 -07:00
Deep Debroy b7ae62fc27 Docs for PodHasNetwork condition
Signed-off-by: Deep Debroy <ddebroy@gmail.com>
2022-08-12 16:07:23 -07:00
Kubernetes Prow Robot 84f0f82682
Merge pull request #35400 from soltysh/cronjob_tz_beta
Promote CronJobTimeZone to beta
2022-08-12 08:22:43 -07:00
Kubernetes Prow Robot 8bcf5e8458
Merge pull request #35510 from dobsonj/kep-596-1.25-updates
KEP-596: Move CSIInlineVolume to GA
2022-08-12 02:40:46 -07:00
Rey Lejano b35f70486e update docs for NetworkPolicy port range to GA for 1.25 2022-08-10 21:01:41 -07:00
Antonio Ojea 287dff788f set ServiceIPStaticSubrange to beta 2022-08-09 08:53:39 +02:00
Alex Wang cce49fe7e6 add doc for MatchLabelKeysInPodTopologySpread
Signed-off-by: Alex Wang <wangqingcan1990@gmail.com>
2022-08-09 10:59:16 +08:00
Ravi Gudimetla c4658531de Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-08-07 18:19:18 -04:00
Hu Shuai 1240399f75 Small fix in kubelet.md
Signed-off-by: Hu Shuai <hus.fnst@fujitsu.com>
2022-08-07 11:51:42 +08:00
Kensei Nakada b26ae49d9a
Update the doc for minDomains to graduate minDomains to beta 2022-08-06 15:29:27 +09:00
Filip Křepinský 9d7efb1a73 Promote StatefulSet MinReadySeconds to GA 2022-08-05 17:52:24 +02:00
Kubernetes Prow Robot 4eb1ad387d
Merge pull request #35538 from atiratree/concepts.daemonset.maxsurge
Promote DaemonSet MaxSurge to GA
2022-08-05 07:17:47 -07:00
Lee Verberne 3ad2a7885b Mark EphemeralContainers as GA in 1.25
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-03 21:25:56 +02:00
Filip Křepinský 02b0dea382 Promote DaemonSet MaxSurge to GA 2022-08-01 17:01:28 +02:00
Paul S. Schweigert c6ff69558c
update feature gate docs for probe-level termination grace period
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-08-01 08:51:30 -04:00
Humble Chirammal 2c306bcc12 csi: add nodeExpandSecret KEP details
Ref#
KEP: https://github.com/kubernetes/enhancements/pull/3173/
Implementation: https://github.com/kubernetes/kubernetes/pull/105963
Blog: https://github.com/kubernetes/website/pull/33979

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-08-01 09:31:13 +05:30
ravisantoshgudimetla 753633545f Promote PodOS field to GA 2022-07-31 19:00:44 -04:00
Kevin Delgado 2dc5f254e9 Add Server Side Field Validation to API Concepts 2022-07-31 05:57:55 +00:00
carolina valencia d4fb248a84 Merge main into dev-1.25 to keep in sync
Merge remote-tracking branch 'upstream/main' into dev-1.25
2022-07-30 19:03:21 -03:00
Jonathan Dobson 37647c4ce8 KEP-596: Move CSIInlineVolume to GA 2022-07-28 09:31:37 -06:00
Oksana Naumov bea3222380 Move CSI Migration Portworx feature to Beta 2022-07-27 13:07:10 -07:00
Maciej Szulik 83bcd9aec1
Promote CronJobTimeZone to beta 2022-07-26 13:40:01 +02:00
Kubernetes Prow Robot 7078c38d3b
Merge pull request #33792 from sftim/20220510_assign_pod_node_affinity_updates
Revise scheduling-related docs
2022-07-24 03:38:57 -07:00
Seth McCombs 88784d31b8 Merge remote-tracking branch 'upstream/main' into dev-1.25 2022-07-21 13:48:12 -07:00
Kubernetes Prow Robot 6effba1cae
Merge pull request #34640 from saschagrunert/seccomp-default-beta
Graduate SeccompDefault feature to beta
2022-07-16 06:52:53 -07:00
Tim Bannister 6700656cb4 Move Pod Topology Spread Constraints into scheduling
These constraints apply specifically to the mechanism for placing Pods
onto nodes (that is, scheduling).
2022-07-14 23:59:05 +01:00
Guangwen Feng 7ddc76494a Drop redundant </td> in reference/command-line-tools-reference/kubelet.md
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2022-07-14 14:02:54 +08:00
Adrian Reber df55ed5516
Add documentation for container checkpointing feature (KEP 2008)
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Adrian Reber <areber@redhat.com>
2022-07-13 17:32:54 +02:00
Kubernetes Prow Robot b9047bdaf5
Merge pull request #34799 from tengqm/update-kubelet-ref
Update kubelet reference for 1.24
2022-07-10 17:35:47 -07:00
Qiming Teng 01e0a9ebd1 Update kubelet reference for 1.24 2022-07-05 11:43:04 +08:00
Sean Wei 34721abcac Use relative links for k8s.io 2022-06-30 12:08:14 +08:00