From 03fa271dc95a2254fa093b58f68376d28bd88b92 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 15 Dec 2021 14:30:25 -0800 Subject: [PATCH] mention kubectl-lineage FYI @tohjustin --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c1f394..80eeaa6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ # kubectl tree A kubectl plugin to explore ownership relationships between Kubernetes objects -through ownersReferences on them. +through `ownersReferences` on the objects. + +The [`kubectl lineage`] plugin is very similar to `kubectl tree`, but it +[understands](https://github.com/tohjustin/kube-lineage#supported-relationships) +logical relationships between some API objects without needing ownerReferences. ## Installation