From 86f6cb88d9daa822667045abc6ba9e263d0db8ed Mon Sep 17 00:00:00 2001 From: Olivier Grand Date: Tue, 23 Jul 2024 10:53:57 +0200 Subject: [PATCH] delete certmanager k9s plugin to renw certs --- README.md | 1 - tools/k9s/plugins.yaml | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/README.md b/README.md index e4e6079..db1777e 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,6 @@ To log into first container (replace docker.bosh.release.deployment with IP or d |`` | Sort Node | | | |`` | Sort Ready | | | |`` | Sort Ready | | | -| | Certificate renew | certificates | X | |`` | Sort Status | all | | | | List suspended | helmreleases, kustomizations | X | | | Certificate status | certificates | X | diff --git a/tools/k9s/plugins.yaml b/tools/k9s/plugins.yaml index 7973913..076fc94 100644 --- a/tools/k9s/plugins.yaml +++ b/tools/k9s/plugins.yaml @@ -47,18 +47,6 @@ plugins: args: - -c - cmctl status certificate --context $CONTEXT -n $NAMESPACE $NAME |& less -KR - #--- Renew certificate with cert-manager - cert-renew: - shortCut: Shift-R - description: Certificate renew - scopes: - - certificates - command: bash - background: false - confirm: false - args: - - -c - - cmctl renew --context $CONTEXT -n $NAMESPACE $NAME |& less -KR #--- Show cnpg cluster status show-cnpg-status: shortCut: s