Update kx and ks aliases to use kubeswitch.

This commit is contained in:
Tom Alexander 2023-07-14 00:36:31 -04:00
parent 41397cb7d5
commit c61d4bdc75
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
3 changed files with 2 additions and 3 deletions

View File

@ -4,4 +4,4 @@ set -euo pipefail
IFS=$'\n\t' IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
exec kubens "$@" exec switcher namespace "$@"

View File

@ -4,4 +4,4 @@ set -euo pipefail
IFS=$'\n\t' IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
exec kubectx "$@" exec switcher "$@"

View File

@ -21,7 +21,6 @@
name: name:
- yamllint - yamllint
- stern - stern
- kubectx
- kubeswitch - kubeswitch
- flux-scm - flux-scm
- kubectl-minio - kubectl-minio