From e2e6cb11b340ddfdaf52f7c5815a33a3e6889f0d Mon Sep 17 00:00:00 2001 From: "peng.xu" Date: Tue, 26 Nov 2019 13:36:00 +0800 Subject: [PATCH] [skip ci](shards): update Makefile for all in one with mysql --- shards/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shards/Makefile b/shards/Makefile index c8aa6127f8..79b0160d24 100644 --- a/shards/Makefile +++ b/shards/Makefile @@ -13,6 +13,12 @@ clean_deploy: cd all_in_one && docker-compose -f all_in_one.yml down && cd - probe_deploy: docker run --rm --name probe --net=host milvusdb/mishards /bin/bash -c "python all_in_one/probe_test.py" +deploy_m: clean_deploy_m + cd all_in_one_with_mysql && docker-compose -f all_in_one.yml up -d && cd - +clean_deploy_m: + cd all_in_one_with_mysql && docker-compose -f all_in_one.yml down && cd - +probe_deploy_m: + docker run --rm --name probe --net=host milvusdb/mishards /bin/bash -c "python all_in_one_with_mysql/probe_test.py" cluster: cd kubernetes_demo;./start.sh baseup;sleep 10;./start.sh appup;cd - clean_cluster: