Itay Shakury
Itay Shakury
Thanks @dimitraz ! @karuppiah7890 if you still want to revive your previous PR without Windows support, it's also fine with me
Hi, what do you mean by "ignoring" the paths? Do you want to keep them in the resulting yaml?
Thanks for the suggestions! sounds like a useful feature. If anyone wants to implement it, I'm happy to help
@jialechan I think what we're describing here is a configuration file for kubectl-neat that contains a list of paths to remove. currently the metadata cleaning is hardcoded here: https://github.com/itaysk/kubectl-neat/blob/master/cmd/neat.go#L93
thanks for the suggestion, sounds good to me!
Hi @w0nwig thanks for taking the time to open this issue. kubectl-neat should print help info when the `-h` or `--help` flags are used. did that not work for you?
it's being added by a built-in admission controller: https://github.com/kubernetes/kubernetes/tree/master/plugin/pkg/admission/defaulttolerationseconds
might be a good idea to look at admission controllers systematically, if there's a way to "default" their actions. if not, make sure at least the default ones are covered.
Thanks for taking the time to open an issue and a pull request. I am unsure about this. If the goal of this plugin is to "export" resources so that...
Hi @spkane thanks for reporting. yes currently kubectl-neat only cleans the proper metadata at the top level, it doesn't know about other metadata items that "hide" within the pod template....