Commit Graph

425 Commits

Author SHA1 Message Date
liuxu 860d576d5a fix kubelet flag description 2021-06-16 19:38:52 +08:00
Abdullah Gharaibeh a30d7351e8 Pod affinity namespaceSelector to beta 2021-06-15 09:03:28 -04:00
Maciej Szulik 24b88be247
Promote CronJobControllerV2 flag to GA 2021-06-15 10:46:26 +02:00
Ritu Panjwani 20efd69cd9 Merge master into dev-1.22 to keep in sync
Signed-off-by: Ritu Panjwani <panjwaniritu45@gmail.com>
2021-06-11 11:19:35 -07:00
Javier Diaz-Montes e16b64c43e Updating docs to reflect graduation of setHostnameAsFQDN feature to GA. KEP PR: kubernetes/enhancements#2641, Kubernetes PR: kubernetes/kubernetes#101294 2021-06-09 14:00:17 -04:00
Kubernetes Prow Robot d8f4b5c161
Merge pull request #28289 from PI-Victor/merged-master-dev-1.22
Merge master into dev-1.22
2021-06-08 19:31:47 -07:00
Kubernetes Prow Robot 7097e3a8d7
Merge pull request #28096 from gjkim42/expanded-dns-config
Add ExpandedDNSConfig feature gate
2021-06-04 20:50:38 -07:00
Kubernetes Prow Robot 57b22c21d5
Merge pull request #28244 from ondrej-ivanko/patch-1
Update feature-gates.md
2021-06-04 16:22:38 -07:00
Victor Palade 996ebf5b76 Merge master into dev-1.22 to keep in sync 2021-06-04 19:09:34 +02:00
4ndy 5736e480db
Update feature-gates.md 2021-06-03 11:38:08 +02:00
Jihoon Seo dfaefa54aa Nit: Fix hrefs of some links 2021-06-03 06:20:26 +09:00
Qiming Teng 4bbd560602
Update kube-controller-manager.md 2021-05-28 09:03:48 +08:00
Kubernetes Prow Robot 67b9b0ba9e
Merge pull request #28032 from liggitt/warning-ga
Mark WarningHeader feature gate as GA
2021-05-27 17:48:25 -07:00
Qiming Teng 6e75f25d04 Fix component reference
We have some problems processing "<" and ">" in the code comment. The
library we used are treating them as unsafe HTML tags. This PR fixes the
problem by regenerating the references using the updated generator.
2021-05-27 19:23:22 +08:00
Gunju Kim 30d4d4ee68 Add ExpandedDNSConfig feature gate 2021-05-27 20:20:30 +09:00
Kubernetes Prow Robot 2855ab2ce6
Merge pull request #28065 from tallclair/features
StreamingProxyRedirects deprecation docs
2021-05-26 09:45:38 -07:00
Haardik Dharma 91f613e3ae Update feature-gates.md 2021-05-21 00:23:51 +05:30
Tim Allclair 76c58d8fd5 StreamingProxyRedirects deprecation docs 2021-05-20 11:48:54 -07:00
Victor Palade 5cb4f973a4 Merge master into dev-1.22 to keep in sync 2021-05-20 19:17:30 +02:00
Jordan Liggitt 1500f1453d Mark WarningHeader feature gate as GA 2021-05-19 10:11:34 -04:00
Antoine Pelisse 289c3d0cee Mark ServerSideApply as GA 2021-05-18 15:07:37 -07:00
Abdullah Gharaibeh d541be6473 updated TTLAfterFinished feature reference 2021-05-18 07:21:18 -04:00
Kubernetes Prow Robot cb45398881
Merge pull request #27941 from Illianthe/feature-gate-updates
Update feature gate info for ServiceNodeExclusion, NodeDisruptionExclusion, and LegacyNodeRoleBehavior
2021-05-16 21:50:00 -07:00
Kubernetes Prow Robot cb161cfdc8
Merge pull request #27724 from wangyysde/patch-1
Update feature-gates.md
2021-05-16 05:55:59 -07:00
Regan Chan add60400f8 Update feature gate info for ServiceNodeExclusion, NodeDisruptionExclusion, and LegacyNodeRoleBehavior 2021-05-11 06:37:53 -04:00
Qiming Teng 11f1b6b8e9 Update component reference
This PR updates the component reference generated for 1.21. A bug was
found where the upstream source code is now applying a normalization
function to all flags.

This PR also removes the dangling kubelet-config API file.
2021-04-30 10:40:27 +08:00
wangyysde e28f3ce2ff content/en/docs/reference/command-line-tools-reference/feature-gates.md
Signed-off-by: wangyysde <net_use@bzhy.com>
2021-04-27 00:20:51 +08:00
Shannon Kularathna ea7c79ff0e Update Stages column
- Replaces *True*  with *Beta* for *LegacyNodeRoleBehavior*
- Replaces *beta*  with *Beta* for *WindowsEndpointSliceProxying*
2021-04-22 11:35:07 -04:00
Qiming Teng 8fde623f8a Fix nits in feature gates page
Issues fixed by this PR:

- Link in PodDeletionCost is wrong.
- Default value for APIResponseCompression since 1.16 should be true
- Default value for KubeletPodResources in 1.13, 1.14 should be false
- CSIVolumeHealth is an Alpha feature introduced in 1.21, not graduated or deprecated
- EndpointSlice is still Beta in 1.20
- EndpointSliceNodeName is only GA’ed in 1.21
- IndexedJob is an Alpha starting 1.21, not graduated or deprecated
- KubeletPodResources has been GA’ed in 1.20, thus should be removed from the first table
- RequestManagement was deprecated in 1.17 and replaced by APIPriorityAndFaireness
- Several field names are incorrect (e.g. `appProtocol`, `internalTrafficPolicy`, `loadBalancerClass`)
- SCTPSupport should be removed from the first table because it was GA’ed in 1.20.
- ServcieAppProtocol is Beta until 1.20
- StreamingProxyRedirects  is GA’ed in 1.19, not deprecated
- No description for ValidateProxyRedirects is provided
- VolumeCapacityPriority is an Alpha feature introduced in 1.21, not graduated
- The order of VolumePVCDataSource is wrong in the table
- No description provided for Initializers
- The deprecated status should not be repeated in the description since it is already indicated by the table in which a feature is listed.
- No description is provided for RequestManagement
2021-04-20 15:20:26 +08:00
Jihoon Seo 3100379bcd Fix errors #27565, #27569 2021-04-19 11:36:43 +09:00
Qiming Teng 6f0674ef19 Component reference for 1.21 2021-04-09 12:53:57 +08:00
Rey Lejano 678f09c736 merged zh master feature-gates changes to dev-1.21 feature-gates 2021-04-07 09:37:47 -07:00
Kubernetes Prow Robot 9f7f648e1b
Merge pull request #26319 from tengqm/zh-sync-feature-gate
[zh] Sync changes to feature-gates
2021-04-07 00:49:54 -07:00
Tim Bannister 965aa51daf Merge master into dev-1.21 to keep in sync, plus latest API reference
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
Tim Bannister 6c935b6f90 Improve docs for NamespaceDefaultLabelName 2021-04-01 21:43:47 +01:00
Qiming Teng 79845b0c4a Add kubelet config reference
This is a reference for kubelet config generated from
github.com/tengqm/genref tool using the following command:

./genref -include kubelet-config
2021-04-01 21:53:14 +08:00
Qiming Teng 816725246d [zh] Sync changes to feature-gates
Also fixed some nits in the upstream.
2021-04-01 17:38:56 +08:00
Kubernetes Prow Robot 8cadfc4ffd
Merge pull request #27088 from maplain/service-internal-traffic-policy
Add documentation for Service InternalTrafficPolicy
2021-03-31 16:51:21 -07:00
Kubernetes Prow Robot bfa3449b05
Merge pull request #27032 from robscott/topology-aware-hints
Adding documentation for Topology Aware Hints
2021-03-31 16:49:21 -07:00
Rob Scott b9ec368cfc
Adding documentation for Topology Aware Hints 2021-03-31 15:28:48 -07:00
Fangyuan Li 66cb8f917d Add documentation for Service InternalTrafficPolicy 2021-03-31 15:24:07 -07:00
Kubernetes Prow Robot c8acfdd5fb
Merge pull request #27092 from XudongLiuHarold/add-service-loadbalancer-class
Add documentation for Service LoadBalancerClass
2021-03-31 07:41:01 -07:00
Francesco Romani b4f485a6b0
Actualize podresources 1.21 (#27203)
* Actuallize podresources description

This commit updates description according to
https://github.com/kubernetes/enhancements/pull/1884

Update content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Signed-off-by: Alexey Perevalov <alexey.perevalov@huawei.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>

* podresources: document the new feature gate

Signed-off-by: Francesco Romani <fromani@redhat.com>

* device plugins: add clarifications after review

- fix the AllocatableResourcesResponse comment
- describe the NUMA ID and explain the meaning of the field.

Signed-off-by: Francesco Romani <fromani@redhat.com>

Co-authored-by: Alexey Perevalov <alexey.perevalov@huawei.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-31 04:39:00 -07:00
xing-yang 05cae37d56 Add doc for volume health monitoring 2021-03-30 16:12:07 +00:00
Morten Torkildsen d341b96fb3 Promote Pod Disruption Budgets to GA 2021-03-29 19:58:50 -07:00
Kubernetes Prow Robot aea393a0d0
Merge pull request #27070 from swetharepakula/eps-ga-docs
EndpointSlice API GA Doc Updates for 1.21
2021-03-29 15:49:56 -07:00
Kubernetes Prow Robot 87852360b3
Merge pull request #26723 from hbagdi/ingress-class-namespaced-params
Ingress class namespaced params
2021-03-29 11:23:57 -07:00
Kubernetes Prow Robot b8a717edf1
Merge pull request #27083 from soltysh/cronjob_ga
Update docs for CronJob GA
2021-03-28 23:08:44 -07:00
Harold 3c1216c7ce Add detail documentation for service LoadBalancerClass 2021-03-27 18:01:42 -07:00
Kubernetes Prow Robot ba7aced52b
Merge pull request #26981 from pacoxu/sysctl-ga
Promote Sysctl to ga
2021-03-27 08:32:43 -07:00
Kubernetes Prow Robot 4c9d2d7841
Merge pull request #27084 from ehashman/kep-2238-alpha
Add documentation for Liveness Probe Grace Periods
2021-03-26 21:18:43 -07:00
Kubernetes Prow Robot 2fd1799846
Merge pull request #27242 from PI-Victor/merged-master-dev-1.21
Merge master into dev-1.21
2021-03-26 16:18:44 -07:00
Kubernetes Prow Robot d90858eacd
Merge pull request #26739 from ahg-g/ahg-pod-cost
ReplicaSet pod-deletion-cost annotation
2021-03-26 14:54:43 -07:00
Elana Hashman 3105d524e3
Add documentation for probe-level grace period overrides 2021-03-26 13:37:37 -07:00
Victor Palade ca046d9b1f Merge master into dev-1.21 to keep in sync 2021-03-26 21:29:52 +01:00
Maciej Szulik dba902447c
Update docs for CronJob GA 2021-03-26 16:51:42 +01:00
Kubernetes Prow Robot fba5a42421
Merge pull request #26713 from adisky/patch-4
Update pod-infra-container-image description
2021-03-26 04:52:43 -07:00
Harry Bagdi 80391efa7e KEP-2365: documentation for namespace-scoped parameters reference 2021-03-26 13:34:46 +05:30
Shihang Zhang 7a461e5f13 update doc for BoundServiceAccountTokenVolume and RootCAConfigMap 2021-03-25 22:57:44 -07:00
Kubernetes Prow Robot 9ae3e5c8c9
Merge pull request #27226 from zshihang/csi
update doc for CSIServiceAccountToken
2021-03-25 22:48:43 -07:00
pacoxu 3d7aaefe21 promote sysctl to GA: update sysctl feature gate status
Signed-off-by: pacoxu <paco.xu@daocloud.io>
Co-authored-by: Elana Hashman <ehashman@users.noreply.github.com>
2021-03-26 10:23:25 +08:00
David Porter b222a13525 Update graceful node shutdown beta docs 2021-03-25 18:05:32 -07:00
Shihang Zhang 4f0fa3b008 update doc for CSIServiceAccountToken 2021-03-25 17:38:02 -07:00
Mike Dame 9ad6f7a17f Add documentation for LogarithmicScaleDown featuregate 2021-03-25 15:36:16 -04:00
Kubernetes Prow Robot d53aef4047
Merge pull request #26801 from pohly/generic-ephemeral-volumes-beta
generic ephemeral volumes: beta
2021-03-25 06:59:30 -07:00
Swetha Repakula 02afb71016 Update EndpointSlice Docs
* Deprecate `endpointslices.discovery.k8s.io/v1beta1`
 * Removes `content/en/docs/tasks/administer-cluster/enabling-endpointslices.md`
 and redirects requests to that page to
 `content/en/docs/concepts/services-networking/endpoint-slices.md`
2021-03-24 14:48:02 -07:00
Patrick Ohly 4021005745 generic ephemeral volumes: beta
The feature is scheduled for becoming beta in 1.21.

In addition, the commit addresses some of the review feedback.
2021-03-23 18:23:58 +01:00
Abdullah Gharaibeh 290a652991 Docs for pod deletion cost feature 2021-03-23 11:41:49 -04:00
Adhityaa Chandrasekar cd61594559 job.md: add section on suspended jobs
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2021-03-23 14:13:17 +00:00
Xudong Liu 119233c47b add KEP link for loadBalancerClass 2021-03-22 16:39:21 -07:00
Ricardo Katz d0544c2f64
Default Namespace labels (#26995)
* Adds namespace default label docs

* Adds namespace default label docs

* Apply suggestions from code review

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

* Add feature gate page review

* Add common labels review

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-22 15:35:35 -07:00
Kubernetes Prow Robot 9579f11882
Merge pull request #27085 from derekwaynecarr/hugepages-update
Promote DownwardAPIHugePages to beta
2021-03-22 15:29:35 -07:00
Kubernetes Prow Robot 05a1c75567
Merge pull request #26712 from cofyc/kep1845
KEP-1845: Prioritizing nodes based on volume capacity
2021-03-22 15:13:35 -07:00
Derek Carr 4871b02de8 Promote DownwardAPIHugePages to beta 2021-03-22 12:14:58 -04:00
Rey Lejano 9d56683e8b Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 3/17/21
Fixed merge conflict with /docs/reference/command-line-tools-reference/kube-apiserver.md and preferred master
2021-03-17 21:29:04 -07:00
Kubernetes Prow Robot 7afd404212
Merge pull request #26818 from andyzhangx/azurefile-migration-dev1.21
Update Azure file feature gates for 1.21 beta
2021-03-17 17:53:19 -07:00
Kubernetes Prow Robot 014e124b48
Merge pull request #26799 from umohnani8/cri
Update docs for CRIContainerLogRotation
2021-03-17 17:51:19 -07:00
Karen Bradshaw 3ff5ec1eff clean up use of word: just 2021-03-17 19:57:40 -04:00
Urvashi Mohnani 4cff5d40c7 Update docs for CRIContainerLogRotation
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
2021-03-17 10:04:45 -04:00
Kubernetes Prow Robot bfb10f4d5e
Merge pull request #26958 from alculquicondor/indexed-job
Documentation for Indexed completion mode
2021-03-17 06:24:56 -07:00
Xudong Liu c2df21af41 add documentation for Service LoadBalancerClass 2021-03-16 18:43:00 -07:00
Aldo Culquicondor 552566fcfa Documentation for Indexed completion mode
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2021-03-16 16:54:44 -04:00
Kubernetes Prow Robot a8b93818ad
Merge pull request #26976 from tengqm/update-compref
Update data type presentation in component reference
2021-03-16 02:42:35 -07:00
Yecheng Fu 2b18c86f24 add VolumeCapacityPriority feature gate
Co-authored-by: Wei Huang <weih@hey.com>
2021-03-14 23:02:07 +08:00
Kubernetes Prow Robot 10d808362d
Merge pull request #26986 from pacoxu/remove/Disable-CAdvisor-Json-Metrics
Disable CAdvisor Json Metrics completed
2021-03-12 19:19:04 -08:00
ChandaniM123 f4dee4c08b Merge remote-tracking branch 'upstream/master' into dev-1.21 2021-03-12 18:13:48 -05:00
Kubernetes Prow Robot be14fc367d
Merge pull request #26800 from pohly/storage-capacity-beta
storage capacity: beta
2021-03-11 17:48:18 -08:00
pacoxu 58c9ddd24e Disable CAdvisor Json Metrics completed 2021-03-10 17:09:01 +08:00
vaibhav a82eef93bd Fix-hyperlink in feature gate list 2021-03-10 13:07:09 +05:30
Qiming Teng fa183e46a6 Update data type presentation in component reference
Instead of putting "stringSlice" or "mapStringString" as data type for
flag data type, we can show more user friendly data type description
that is not GoLang specific.
2021-03-10 10:26:20 +08:00
Kubernetes Prow Robot 31c5e7bce2
Merge pull request #26826 from bridgetkromhout/1.21-563
Promote IPv4/IPv6 dual-stack support to Beta
2021-03-08 13:15:00 -08:00
Kubernetes Prow Robot 0b32f897b2
Merge pull request #26820 from ahg-g/nss
Document Pod affinity namespaceSelector
2021-03-08 11:09:00 -08:00
Abdullah Gharaibeh 07c5dbcbca Docs for pod affinity namespace selector and pod affinity corss-namespace quota scope. 2021-03-07 19:07:31 -05:00
Victor Palade 70096affc5 Merge remote-tracking branch 'upstream/master' into dev-1.21 2021-03-05 17:05:24 +01:00
Kubernetes Prow Robot 1ca4e86518
Merge pull request #26849 from tengqm/fix-feature-gate
Add a missing feature gate entry
2021-03-05 06:40:22 -08:00
Kubernetes Prow Robot 6beb1b12de
Merge pull request #24727 from raghvenders/patch-3
Clean up reference section
2021-03-05 01:44:22 -08:00
Qiming Teng bb52543a98 Add a missing feature gate entry
The `EnableAggregatedDiscoveryTimeout` (deprecated) is not listed in the
second table. This PR adds it back.
2021-03-05 09:45:11 +08:00
Kubernetes Prow Robot 548c3323ad
Merge pull request #25621 from joadavis/patch-1
Disabling `enable-cadvisor-json-endpoints` does not disable stats summary endpoint
2021-03-04 17:02:21 -08:00
Kubernetes Prow Robot 60935ce8cc
Merge pull request #26714 from rikatz/endport-netpol
Add netpol endport documentation
2021-03-04 14:58:22 -08:00
Bridget Kromhout bb9f8ebd77
Restoring alpha details with end date
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-03-04 08:02:59 -06:00