From a3142170f9bd8ec2b09f696b2a0413ddddcc2373 Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Wed, 14 Jan 2026 22:06:17 +0000 Subject: [PATCH] Update multiplane.sh --- multiplane.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/multiplane.sh b/multiplane.sh index ada931b..e105553 100644 --- a/multiplane.sh +++ b/multiplane.sh @@ -30,4 +30,7 @@ fatal() { echo -e "\e[31m[FATAL]\e[39m $1" echo "[FATAL] $1" >> /tmp/multiplane.log exit 1 -} \ No newline at end of file +} + +gum input --placeholder "Cluster Domain:" --prompt "* " --width 80 --value "cluster.local" > yq -i '.k0s.hostname = "$1"' config.toml +gum input --placeholder "Node IP Range:" --prompt "* " --width 80 --value "10.1.0.0/24" > yq -i '.k0s.private_ip_range = "$1"' config.toml \ No newline at end of file