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"