Skip to content

Commit

Permalink
delete certmanager k9s plugin to renw certs
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Jul 23, 2024
1 parent fc939d6 commit 86f6cb8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ To log into first container (replace docker.bosh.release.deployment with IP or d
|`<shift-o>` | Sort Node | | |
|`<shift-p>` | Sort Ready | | |
|`<shift-r>` | Sort Ready | | |
| | Certificate renew | certificates | X |
|`<shift-s>` | Sort Status | all | |
| | List suspended | helmreleases, kustomizations | X |
| | Certificate status | certificates | X |
Expand Down
12 changes: 0 additions & 12 deletions tools/k9s/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86f6cb8

Please sign in to comment.