mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
init
This commit is contained in:
17
.config/i3blocks/kubernetes/README.md
Normal file
17
.config/i3blocks/kubernetes/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
```
|
Reference in New Issue
Block a user