All namespace by default
This commit is contained in:
parent
a6d7b32b7a
commit
9ce46b5211
|
@ -39,7 +39,7 @@ def --env kube [name?: string@_kube_kubes] {
|
|||
$env.KUBECONFIG = $kube_config
|
||||
}
|
||||
|
||||
alias kns = k9s
|
||||
alias kns = k9s -n all
|
||||
|
||||
# minikube: don't erase my kubeconfig
|
||||
def "minikube start" [] {
|
||||
|
|
Loading…
Reference in New Issue