From dc87311c017b9437c590bf3f13d659fcbd8185ce Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Thu, 11 Jul 2024 14:11:31 +0200 Subject: [PATCH 1/2] 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" --- plugins/helm-purge.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/helm-purge.yaml b/plugins/helm-purge.yaml index c84a8eaa30..44e37ff494 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/robertsmieja/kubectl-purge helm-purge: shortCut: Ctrl-P description: Helm Purge From 36dc947c8dd8334cb0bb464c2050c156709a6e8f Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Thu, 11 Jul 2024 14:24:04 +0200 Subject: [PATCH 2/2] Update helm-purge.yaml --- plugins/helm-purge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/helm-purge.yaml b/plugins/helm-purge.yaml index 44e37ff494..f81f8a554c 100644 --- a/plugins/helm-purge.yaml +++ b/plugins/helm-purge.yaml @@ -1,7 +1,7 @@ # $HOME/.k9s/plugin.yml plugins: # Issues a helm delete --purge for the resource associated with the selected pod - # Requires https://github.com/robertsmieja/kubectl-purge + # Requires https://github.com/derailed/k9s/blob/master/plugins/kubectl/kubectl-purge helm-purge: shortCut: Ctrl-P description: Helm Purge