Add support for using custom kubeconfig with log_full plugin (#2014)

Support for using the log_full plugin (added in #2002) if starting k9s with a custom kubeconfig file (the `--kubeconfig` flag)
mine
Jørgen Jervidalo 2023-11-12 19:37:01 +01:00 committed by GitHub
parent 1bfd824ab4
commit b2775871c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,8 @@ plugin:
- $NAMESPACE
- --context
- $CONTEXT
- --kubeconfig
- $KUBECONFIG
log-less:
shortCut: Shift-L
description: "logs|less"
@ -33,6 +35,8 @@ plugin:
- $NAMESPACE
- --context
- $CONTEXT
- --kubeconfig
- $KUBECONFIG
log-less-container:
shortCut: Shift-L
description: "logs|less"
@ -53,3 +57,5 @@ plugin:
- $NAMESPACE
- --context
- $CONTEXT
- --kubeconfig
- $KUBECONFIG