-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Show Timestamp of created kind cluster #1949
Comments
/assign |
Please see the contributor guide https://kind.sigs.k8s.io/docs/contributing/getting-started/ In particular, we'd really appreciate a discussion of what this will look like and how it might be implemented etc. before sending a PR, so we can discuss what we'd like do here and how it will be supported before you spend a lot of time writing the code and we spend time trying to review it. I think there's actually a lot to consider here in terms of what the formatting flags should be like, what the default should be like, etc. For example, if you change the default output, you will break many user scripts. |
@BenTheElder I think it is safe to assume So, apparently, formatting flags are the way to go. Have you thought about it already? Any paths you'd like to explore? @prankul88 idea
I think the flag should make explicit that the format will be changed and headers/ field names will be added |
Maybe The current behavior isn't changed:
And then with the -l (long) flag:
(Still thinking about the flag design. I know you mentioned about discussing how it is going to be actually implemented, but I'm not there yet) |
Sorry I personally haven't had much time to put into this and I think the same is true of the other maintainers. |
/remove-kind design |
I don't think there's much demand for this relative to the complexity and the portability issues this would bring so I'm going to close this for now. |
What would you like to be added:
Would be helpful if
kind get clusters
can show the age of the created cluster. / Or we can add an option like-o wide
to get more info.For eg like,
Why is this needed:
This can provide a better experience to the end user.
Note: Apologies if I might be missing something if this thing can be acheived through some other command.
The text was updated successfully, but these errors were encountered: