Commit c6d4bb37 authored by Daniel Smith's avatar Daniel Smith

Merge pull request #6631 from jiangyaoguo/remove-duplicate-localhost-setting

Remove duplicate localhost setting
parents 7eb7387d e597b41d
......@@ -54,8 +54,8 @@ for (( i=0; i<${#MINION_NAMES[@]}; i++)); do
echo "Adding $minion to hosts file"
echo "$ip $minion" >> /etc/hosts
fi
echo "127.0.0.1 localhost" >> /etc/hosts # enables cmds like 'kubectl get pods' on master.
done
echo "127.0.0.1 localhost" >> /etc/hosts # enables cmds like 'kubectl get pods' on master.
# Update salt configuration
mkdir -p /etc/salt/minion.d
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment