kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.44k stars 14.32k forks source link

Add filtering to feature gates table #42102

Open sftim opened 1 year ago

sftim commented 1 year ago

This is a Feature Request

What would you like to be added Make it possible to filter the table of feature gates in https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/

Why is this needed Suggested in https://github.com/kubernetes/website/pull/41793#issuecomment-1637215677

Comments /area web-development /priority backlog

tamilselvan1102 commented 1 year ago

I would like to work on the this feature but guide me what kind of filter are you looking for.

sftim commented 1 year ago

@tengqm, would you like to fill in some more detail here?

sftim commented 1 year ago

@tamilselvan1102 if you read https://github.com/kubernetes/website/pull/41793#issuecomment-1637215677 you will find some clear hints as to what to implement. You are welcome to pick your own approach.

tamilselvan1102 commented 1 year ago

From the post i understood @tengqm expecting filter for Default,Stage,Since columns. I will do the POC and raise the PR.

tamilselvan1102 commented 1 year ago

/assign

ydFu commented 1 year ago

/triage accepted

tamilselvan1102 commented 1 year ago

@sftim @tengqm In this page having 2 tables( Feature gates for Alpha or Beta features & Feature gates for graduated or deprecated features ) . Do i have to implement filter for both the tables or only for first one?

tamilselvan1102 commented 1 year ago

Created filters for both the tables

sftim commented 11 months ago

We have sorting, but (AIUI) not filtering.