-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs - Add the new feature table to various feature sections #9585
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rifelpet The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Huh, you're right! |
Interesting. I'll open a up a PR fix. |
I believe this should take care of that issue: #9592 |
f6eb3ed
to
91d8ca2
Compare
Originally `kops_feature_table(kops_added_default='1.17')` would generate a single column with a header of Default which isnt very intuitive. This replaces the header with Introduced which I think is more intuitive
/lgtm |
Also cleaning up some creationTimestamps from yaml examples.
It'd be great if someone could double check these versions or even suggest any minimum k8s versions that I left out here.
followup to #9555