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
parent
1bfd824ab4
commit
b2775871c5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue