Update kx and ks aliases to use kubeswitch.
This commit is contained in:
parent
41397cb7d5
commit
c61d4bdc75
@ -4,4 +4,4 @@ set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
exec kubens "$@"
|
||||
exec switcher namespace "$@"
|
||||
|
@ -4,4 +4,4 @@ set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
exec kubectx "$@"
|
||||
exec switcher "$@"
|
||||
|
@ -21,7 +21,6 @@
|
||||
name:
|
||||
- yamllint
|
||||
- stern
|
||||
- kubectx
|
||||
- kubeswitch
|
||||
- flux-scm
|
||||
- kubectl-minio
|
||||
|
Loading…
Reference in New Issue
Block a user