Commit Graph

10 Commits

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