Commit ca99a6fc authored by xuezj's avatar xuezj

qke不配置apollo host

parent 4d61b64f
......@@ -10,7 +10,11 @@ cd ${package_path}
echo "echo host"
echo 192.168.4.50 eos.quantgroups.com >> /etc/hosts
echo 172.17.1.7 apollo-dev.quantgroups.com >> /etc/hosts
# qke直接读取apollo配置
if [[ $CLUSTER != 'qke' ]]; then
echo 172.17.1.7 apollo-dev.quantgroups.com >> /etc/hosts
fi
# echo 172.20.3.11 sentry.quantgroups.com >> /etc/hosts
echo "tar zxf dist.tgz -C ${package_path}"
......
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