From fd68b1c1bf614a7213c9834673eb8813c809b036 Mon Sep 17 00:00:00 2001 From: Dale Hamel Date: Tue, 13 Jul 2021 13:50:53 -0400 Subject: [PATCH] fix: Update krew plugin description to be more verbose --- .krew.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.krew.yaml b/.krew.yaml index 481e5268..f47ccded 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -38,5 +38,6 @@ spec: bin: kubectl-trace.exe shortDescription: Trace Kubernetes pods and nodes with system tools description: | - Usage: - Read more documentation at: https://github.com/iovisor/kubectl-trace + This plugin is used to analyze production systems and Kubernetes workloads + by scheduling a trace job on a target node or alongside a target pod in + order to analyze it with eBPF and other tracing and profiling technologies.