mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add some more details to the kubernetes section
This commit is contained in:
parent
10bc6c4ad9
commit
482418fae7
1 changed files with 6 additions and 1 deletions
|
@ -87,7 +87,12 @@ These are the chosen defaults for [`onboardme`](https://github.com/jessebot/onbo
|
|||
#### [`~/.config/bash/k8s.sh`](.config/bash/k8s.sh)
|
||||
kubernetes defaults:
|
||||
- set pathing for [`krew`][krew], a plugin manager for [`kubectl`][kubectl].
|
||||
- helpful sensible aliases such as: `kg` for `kubectl get`
|
||||
- helpful aliases and functions such as:
|
||||
- `k` is aliased to `kubecolor` (`kubectl` with colors)
|
||||
- `kg` for `kubecolor get`
|
||||
- `kgs` to get secrets
|
||||
- `kgsdump` to dump the contents of a given secret in plain text
|
||||
- `kgall` to get pods, PVCs, secrets, and configmaps in one go
|
||||
|
||||
#### [`~/.config/bash/path.sh`](.config/bash/path.sh)
|
||||
- set [XDG Base Directory Spec]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue