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

Fixed cluster name for kubernetes.

parent 0b5e7bb3
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment