Update kbash and kdjango to use kubectl plugins

This commit is contained in:
Gabriel Augendre 2022-05-03 11:10:57 +02:00
parent f9b2a74d86
commit ae6fbc1518
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,3 @@
function kdjango
kubectl django $argv
end

View file

@ -1,4 +1,3 @@
# Defined interactively
function kbash
kubectl exec $argv -it -- bash
kubectl $argv
end