mirror of
https://github.com/bvanroll/my-old-dotfiles.git
synced 2025-08-29 12:02:46 +00:00
kubeconfigs beech
This commit is contained in:
5
.scripts/bash/chku
Executable file
5
.scripts/bash/chku
Executable file
@@ -0,0 +1,5 @@
|
||||
echo "listing kubeconfigs for user $USER :\n"
|
||||
ls -1 $HOME/.kube/configs
|
||||
echo "\nplease select one of the configs above:"
|
||||
read con
|
||||
cp $HOME/.kube/configs/$con $HOME/.kube/config
|
Reference in New Issue
Block a user