You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we have several ways to filter out un-wanted objects (by name,
by kind, by namespace, by namespace regexp, or having an ownership
ref), the "filter" workd becomes a bit overloaded.
Use the proper "selector" name (instead of "filter") for label
selectors. Internal only (keep `--filter` cli option name, so
we don't break backward compat).
You can also use the [docker image](https://hub.docker.com/r/bpineau/katafygio/).
@@ -69,7 +70,7 @@ Flags:
69
70
-x, --exclude-kind strings Ressource kind to exclude. Eg. 'deployment'
70
71
-z, --exclude-namespaces strings Namespaces to exclude. Eg. 'temp.*' as regexes. This collects all namespaces and then filters them. Don't use it with the namespace flag.
71
72
-y, --exclude-object strings Object to exclude. Eg. 'configmap:kube-system/kube-dns'
72
-
-l, --filter string Label filter. Select only objects matching the label
73
+
-l, --filter string Label selector. Select only objects matching the label
0 commit comments