kfilt
kfilt copied to clipboard
kfilt can filter Kubernetes resources.
adding flag: ` -c, --count int The amount of resources to include` Outputting only the first `count` resources, after applying all other filters. Output everything in the following cases: -...
Hi, I created an asdf plugin to install kfilt, maybe you want to include it as a mean to install kfilt see: https://github.com/feniix/asdf-kfilt/
Figure out what it will take to run kfilt as a kubectl plugin * docs * installation instructions * usage examples * etc. This can be split into multiple issues...
I'm attempting something like https://github.com/kubernetes-sigs/kustomize/blob/master/examples/multibases/multi-namespace.md The common base is composed from the merge of several Helm charts. As a result there are many ClusterRoles, ClusterRoleBindings, and other un-namespaced resources generated....