From 2a1f4e13b28861a5fc724dad38884227551f2941 Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Fri, 16 Aug 2024 01:53:35 +0200 Subject: [PATCH] Update helm-purge.yaml (#2787) * Update helm-purge.yaml Document prereq to install https://github.com/robertsmieja/kubectl-purge in order for kubectl purge Otherwise fails with > $ kubectl purge > error: unknown command "purge" for "kubectl" * Update helm-purge.yaml --- plugins/helm-purge.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/helm-purge.yaml b/plugins/helm-purge.yaml index c84a8eaa..f81f8a55 100644 --- a/plugins/helm-purge.yaml +++ b/plugins/helm-purge.yaml @@ -1,6 +1,7 @@ # $HOME/.k9s/plugin.yml plugins: # Issues a helm delete --purge for the resource associated with the selected pod + # Requires https://github.com/derailed/k9s/blob/master/plugins/kubectl/kubectl-purge helm-purge: shortCut: Ctrl-P description: Helm Purge