Skip to content
Snippets Groups Projects
Commit d7d457c4 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed cluster name for kubernetes.

parent 296e24ac
Branches
Tags
No related merge requests found
......@@ -3,7 +3,8 @@
echo "Setting up DNS..."
dns_clusterip='10.254.199.254'
dns_domainname=`hostname -d`
#dns_domainname=`hostname -d`
dns_domainname=cluster.local
my_ipaddress=`ifconfig docker0 | perl -e 'while(<>) { if (/inet\s+(\S+)\s/) { print $1."\n"; } }'`
sudo systemctl stop firewalld
sudo systemctl disable firewalld
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment