From adb8ba71b08c315bf4aa5375eae144d9982ddd71 Mon Sep 17 00:00:00 2001 From: kesarkar-M <155473665+kesarkar-M@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:57:26 +0530 Subject: [PATCH] Update master.sh --- scripts/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/master.sh b/scripts/master.sh index 1e029ec..026e512 100755 --- a/scripts/master.sh +++ b/scripts/master.sh @@ -6,7 +6,7 @@ set -euxo pipefail # If you need public access to API server using the servers Public IP adress, change PUBLIC_IP_ACCESS to true. -PUBLIC_IP_ACCESS="true" +PUBLIC_IP_ACCESS="false" NODENAME=$(hostname -s) POD_CIDR="192.168.0.0/16"