kubeconfigs beech

This commit is contained in:
2020-02-28 19:04:01 +01:00
parent dc2806b4ff
commit 516d1762ae
8 changed files with 176 additions and 3 deletions

5
.scripts/bash/chku Executable file
View 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