Commit Graph

1026 Commits

Author SHA1 Message Date
tamilselvan1102 61ca76713a Add ReadOnlyAPIDataVolumes in removed feature gates list 2024-02-15 18:55:58 +05:30
Kubernetes Prow Robot d8b3cd47b9
Merge pull request #44626 from sftim/20240103_default_host_network_ports_in_pod_templates
Revise explanation for DefaultHostNetworkHostPortsInPodTemplates
2024-02-02 06:56:04 -08:00
Tim Bannister 3b2873ba71 Revise explanation for DefaultHostNetworkHostPortsInPodTemplates
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2024-02-02 14:45:13 +00:00
Naadir Jeewa 47730507fe
Fix default status of StatefulsetAutoDeletePVC when beta
StatefulsetAutoDeletePVC has been on by default since it graduated to Beta in 1.27

Signed-off-by: Naadir Jeewa <naadir.jeewa@broadcom.com>
2024-01-19 13:17:12 +00:00
Kubernetes Prow Robot cca14eff62
Merge pull request #44571 from hunshcn/fix/link
fix outdated link/anchor
2024-01-07 23:15:35 +01:00
John.C 867e2b4022
FIx typo 2024-01-05 00:19:24 +00:00
John.C ea208186fe
Fix typo 2024-01-05 00:18:46 +00:00
Kubernetes Prow Robot 9e3193bef1
Merge pull request #44623 from sftim/20240103_identify_pod_os_removed
Simplify description for IdentifyPodOS
2024-01-04 20:56:34 +01:00
Tim Bannister a599742e65 Link to topology manager fine tuning docs from feature gate 2024-01-03 23:45:16 +00:00
Tim Bannister b5e99d4a62 Simplify description for IdentifyPodOS
Now that the feature gate is removed, we can rely on the main Pod
documentation to explain what operating systems Kubernetes can support
for Pods.
2024-01-03 23:24:34 +00:00
hunshcn bcc55ae7c9
fix outdated link/anchor
Signed-off-by: hunshcn <hunsh.cn@gmail.com>
2024-01-03 15:00:11 +08:00
Kubernetes Prow Robot c169bebb47
Merge pull request #44554 from sftim/20231228_improve_feature_gate_rendering
Improve feature gate rendering
2024-01-02 22:48:13 +01:00
Kubernetes Prow Robot e2509cb624
Merge pull request #44506 from Takashiidobe/fix-typos
fix typos
2024-01-02 19:29:55 +01:00
Qiming Teng 8b46ec4047 Fix several link errors 2024-01-01 21:15:50 +08:00
Kubernetes Prow Robot d3da19265f
Merge pull request #44578 from 1000Delta/en_feature-gates_s
Remove useless file in feature-gates/s*
2023-12-30 14:03:09 +01:00
DeltaX eea19f4f81 Remove useless file in feature-gates/s* 2023-12-30 02:15:01 +08:00
DeltaX c2210f5b57 Fix feature-gates/z*.md content format 2023-12-29 00:11:49 +08:00
Tim Bannister daecef8292 Render feature gate descriptions automatically
Build a sorted list of feature gates based on the individual files that
describe them.
2023-12-28 14:54:05 +00:00
Takashiidobe d536e46dbd fix typos 2023-12-24 21:00:53 -05:00
Dipesh Rawat b1873fc9ea
Replace the existing tables with the shortcode 2023-12-23 19:10:26 +00:00
Dipesh Rawat 925881c247
Add the new metadata to all the feature gate files 2023-12-23 19:07:01 +00:00
Kubernetes Prow Robot 09681f9bcd
Merge pull request #44465 from dipesh-rawat/add-missing-feature-description
Add description for "StatefulSetAutoDeletePVC" feature gate
2023-12-23 02:27:13 +01:00
Kubernetes Prow Robot 2d92029307
Merge pull request #44469 from dipesh-rawat/fix-typo-feature-table
Fix typos in Feature gates tables
2023-12-22 07:40:21 +01:00
Kubernetes Prow Robot b7bd4c9ce2
Merge pull request #44335 from T-Lakshmi/sidecar-feature-change
Revise details for sidecar containers
2023-12-22 04:24:31 +01:00
Dipesh Rawat 27b6d14824
Fix typo in feature gates table 2023-12-22 01:48:20 +00:00
Dipesh Rawat a5e75d1166
Add description for StatefulSetAutoDeletePVC 2023-12-21 21:31:41 +00:00
Kubernetes Prow Robot 3031bf2515
Merge pull request #44457 from tengqm/fix-feature-gates
Fix feature gates for v1.29
2023-12-21 18:15:49 +01:00
Qiming Teng 41955b102a Fix feature gates for v1.29 2023-12-21 20:20:09 +08:00
lakshmi e11ca2588c Revise details for sidecar containers 2023-12-20 13:35:29 +05:30
Kubernetes Prow Robot 62f2cdf4a7
Merge pull request #44356 from tengqm/kubelet-ref-1.29
Update reference for kubelet 1.29
2023-12-18 03:41:06 +01:00
Tim Bannister c30baa47f8 Reinstate the MultiCIDRRangeAllocator feature gate
Document MultiCIDRRangeAllocator as a deprecated feature gate.
2023-12-16 13:35:53 +00:00
Kubernetes Prow Robot 19e5f8c124
Merge pull request #44346 from tengqm/compref-1.29
Update component reference for v1.29
2023-12-14 09:19:28 +01:00
Qiming Teng c01b8a7a2b Update reference for kubelet 1.29
This PR manually syncs the reference for `kubelet`.
2023-12-14 11:50:31 +08:00
Qiming Teng 519eec1bf6 Update component reference for v1.29 2023-12-14 08:49:03 +08:00
Tim Bannister d69dc41fe6 Switch to per-file feature gate descriptions
Replace the feature gate descriptions so that there is a Markdown file
for each feature gate.

Use a shortcode to render a feature gate description. If you use the
shortcode, this also validates that any feature gate you reference
has exactly one descriptive text for the current localization.

Localizations can adopt this new approach piecemeal.

Likely benefits:
- when feature gates are removed from Kubernetes, the localization work
  to do won't require any language skills
- merge conflicts are less likely because the list of feature gates
  becomes just a list of names (descriptions are elsewhere, so changes
  that just affect descriptions won't cause a conflict)
- we'll have a machine-readable list of all the feature gates we
  document, and can compare that to other lists if we want to
- we'll gain a place to add metadata about feature gates. For example,
  this lays groundwork for a future change where we record the KEP
  number (if known) for a feature gate, and can render that where it's
  useful.
2023-12-13 17:38:51 +00:00
Kat Cosgrove bad6aa429e
Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-12-13 15:01:03 +00:00
Kensei Nakada 2520994c31
Feature gate SchedulerQueueingHints is disabled by default 2023-12-13 17:45:25 +09:00
Troy Connor 9795352deb
UnauthenticatedHTTP2DOSMitigation default in 1.29 is set to true
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
2023-12-01 10:38:13 -05:00
Sascha Grunert 8dc08062a7
Link PSS to User Namespaces
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-11-30 12:16:59 +01:00
Kubernetes Prow Robot 0401617bc5
Merge pull request #43469 from aojea/placeholder_kep1880
KEP-1880 Multiple ServiceCIDR
2023-11-29 01:25:00 +01:00
Antonio Ojea dff94b84bc KEP-1880 Multiple ServiceCIDR 2023-11-29 00:19:38 +00:00
Sunny Song 058e522b63 Update Based on Comments - Nov 28 2023-11-28 15:50:25 -08:00
Kubernetes Prow Robot 8a29190fa6
Merge pull request #43803 from kinvolk/dev-1.29-user-namespaces-pss
[KEP-127] Add documentation about user namespaces and PSS
2023-11-28 23:46:29 +01:00
Sascha Grunert 4e156c738d
Add documentation about user namespaces and PSS
Adding required documentation for
[KEP-127](https://github.com/kubernetes/enhancements/issues/127).

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-11-28 11:41:13 +01:00
Kubernetes Prow Robot 8ff7614864
Merge pull request #43348 from HirazawaUi/add-DisableNodeKubeProxyVersion-feature-gate
Document Pod .status.nodeInfo.kubeProxyVersion deprecation
2023-11-28 10:35:01 +01:00
Kubernetes Prow Robot a3a466610b
Merge pull request #43448 from wzshiming/kep-2681
[KEP-2681] Docs update for Beta PodHostIPs
2023-11-27 16:13:46 +01:00
Kubernetes Prow Robot 4a17ee3c73
Merge pull request #43533 from charles-chenzz/dev-1.29
update docs to promote PodReadyToStartContainersCondition into beta
2023-11-27 16:06:57 +01:00
Kubernetes Prow Robot cb04844a32
Merge pull request #44028 from kiashok/docs-kep4216-dev1.29
[dev-1.29] Add docs for KEP 4216: Image pull per runtime class
2023-11-27 15:20:13 +01:00
Kubernetes Prow Robot 8ff9e805b6
Merge pull request #43555 from atosatto/tec-dev-1.29
Docs for Decoupled TaintManager from NodeLifeCycleController (KEP-3902)
2023-11-27 00:04:15 +01:00
Kirtana Ashok edddb55b7a KEP 4216: Doc changes for image pull per runtime class
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
(cherry picked from commit 10a984d1ed)
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
2023-11-26 14:05:29 -08:00