File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ alias llg="eza -l -a --git-repos"
9696
9797alias k=" kubectl"
9898alias kd=" kubectl describe"
99+ alias ka=" kubectl apply -f"
99100
100101# Custom functions
101102alias hf=" history_find"
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ bash <(curl -fsSL https://andy.one/dotfiles/install.sh)
2727| ` de … ` | Docker ` exec ` shortcut |
2828| ` k … ` | ` kubectl ` shortcut |
2929| ` kd … ` | ` kubectl describe ` shortcut |
30+ | ` ka … ` | ` kubectl apply -f ` shortcut |
3031| ` kn {namespace} ` | Set k8s namespace |
3132| ` kl {resource} {option}… ` | View k8s resource logs |
3233| ` ks {pod} ` | Connect to k8s pod |
Original file line number Diff line number Diff line change 77
88# ###############################################################################
99
10- VERSION=" 2.5.4 "
10+ VERSION=" 2.5.5 "
1111
1212# ###############################################################################
1313
You can’t perform that action at this time.
0 commit comments