Commit 947090aa by 据说甜蜜呢

修改注释

parent d64334e8
......@@ -29,11 +29,11 @@ else
if [ "${isPublishable}" == "1" ];
then
echo ""
echo "Tips: ${serviceName} begin deployment to K8S!!!"
echo "Tips: ${serviceName} begin scaling, replicas: [${replicas}]!!!"
AutoScaling ${namespace} ${serviceName} ${replicas}
else
echo ""
echo "Tips: ${serviceName} will not be deploymented to K8S!!!"
echo "Tips: ${serviceName} will not be scaled!!!"
fi
done
fi
......
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