mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
18 lines
326 B
Markdown
18 lines
326 B
Markdown
# kubernetes
|
|
|
|
Show the kubernetes current context and namespace in use. This is usefull when you are operating multiple kube clusters and/or namespaces.
|
|
|
|

|
|
|
|
# Dependencies
|
|
|
|
*kubectl* must be install and accessible under your *$PATH*
|
|
|
|
# Config
|
|
|
|
```
|
|
[kubernetes]
|
|
command=$SCRIPT_DIR/kubernetes
|
|
interval=10
|
|
```
|