mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix(kubectl): use --current flag in kcn alias (#7605)
This commit is contained in:
parent
6a7285bc5b
commit
0655241fa6
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ alias kgns='kubectl get namespaces'
|
|||
alias kens='kubectl edit namespace'
|
||||
alias kdns='kubectl describe namespace'
|
||||
alias kdelns='kubectl delete namespace'
|
||||
alias kcn='kubectl config set-context $(kubectl config current-context) --namespace'
|
||||
alias kcn='kubectl config set-context --current --namespace'
|
||||
|
||||
# ConfigMap management
|
||||
alias kgcm='kubectl get configmaps'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue