kubernetes context selecter add

This commit is contained in:
ByeonJungHun
2023-11-10 16:35:22 +09:00
parent fa37cc992c
commit 2213f51738

View File

@@ -28,7 +28,7 @@ select_menu() {
do do
printf "$ESC[2K$(check_selected $i $SELECTED) $i. ${!i}\n"; printf "$ESC[2K$(check_selected $i $SELECTED) $i. ${!i}\n";
done done
printf "\n$ESC[2KKubernetes Cluster Select\ninfra,cmoamgmt,saasmgmt,dsk-dev,dsk-prod\n\n"; printf "\n$ESC[2KKubernetes Cluster Select\n\n";
INPUT=$(input_key); INPUT=$(input_key);
if [[ $INPUT = "" ]]; if [[ $INPUT = "" ]];
then break; then break;