This is a Feature Request
What would you like to be added
Track a list of feature gates as, eg, YAML, and generate https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/ from that data.
Why is this needed
@@ -16,6 +16,8 @@
- name: AllowExtTrafficLocalEndpoints
betaFromVersion: v1.4
deprecatedFromVersion: v1.8
+ - name: AnyVolumeDataSource
+ alphaFromVersion: v1.18
- name: APIListChunking
alphaFromVersion: v1.8
betaFromVersion: v1.9
```
feature-state shortcodeComments
/kind feature
To clarify something: we need to localize the descriptions for each feature gate, so those descriptions would still be part of the content. The good thing about having this list as data is that we can lint to make sure that each added feature gate has a matching description.
I love this idea! On compiling major themes for 1.20, I had to go back and forth between k/k PR and k/website PR to see if the changes are in sync. Is this a step towards generating from the actual code itself?
/triage accepted
Most helpful comment
I love this idea! On compiling major themes for 1.20, I had to go back and forth between k/k PR and k/website PR to see if the changes are in sync. Is this a step towards generating from the actual code itself?