mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Update kubectl.plugin.zsh
This commit is contained in:
parent
15c79fc9c6
commit
abd6d67f02
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ alias kca='_kca(){ kubectl "$@" --all-namespaces; unset -f _kca; }; _kca'
|
|||
alias kaf='kubectl apply -f'
|
||||
|
||||
# Apply a kustomization directory
|
||||
alias kak='kubectl apply -k'
|
||||
alias kapk='kubectl apply -k'
|
||||
|
||||
# Drop into an interactive terminal on a container
|
||||
alias keti='kubectl exec -t -i'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue