-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What would you like to be added:
There is a lot of clutter in the k8s yaml resources output. The clutter is usually caused by status info, metadata like timestamps, fields with default values that can be ommited, etc.
There are some tools like https://github.com/itaysk/kubectl-neat that can remove this clutter and make it easier to read or copy/duplicate the resource definition.
This can be an option that the user could turn on/off when viewing resource definition.
Why is this needed:
- Removing these info can make it easier to read the resources definition and focus on what's actually important
- Copying and duplicating resources would be easier and there is no need to manually remove these info
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request