fix(kubectl): use --current
flag in kcn
alias (#7605)
This commit is contained in:
committed by
GitHub
parent
6a7285bc5b
commit
0655241fa6
@@ -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'
|
||||
|
Reference in New Issue
Block a user