Commit fc7bfefc authored by xuezj's avatar xuezj

qke配置apollo host

parent ca99a6fc
...@@ -11,8 +11,10 @@ cd ${package_path} ...@@ -11,8 +11,10 @@ cd ${package_path}
echo "echo host" echo "echo host"
echo 192.168.4.50 eos.quantgroups.com >> /etc/hosts echo 192.168.4.50 eos.quantgroups.com >> /etc/hosts
# qke直接读取apollo配置 # qke直连apollo服务
if [[ $CLUSTER != 'qke' ]]; then if [[ $CLUSTER == 'qke' ]]; then
echo 172.30.3.208 apollo-dev.quantgroups.com >> /etc/hosts
else
echo 172.17.1.7 apollo-dev.quantgroups.com >> /etc/hosts echo 172.17.1.7 apollo-dev.quantgroups.com >> /etc/hosts
fi fi
# echo 172.20.3.11 sentry.quantgroups.com >> /etc/hosts # echo 172.20.3.11 sentry.quantgroups.com >> /etc/hosts
......
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