正在显示
1 个修改的文件
包含
20 行增加
和
20 行删除
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | export PATH=/root/local/bin:$PATH | 2 | export PATH=/root/local/bin:$PATH |
3 | -kubectl -n mmm-suplus-test get pods | grep -q sumifcc-discuss | 3 | +kubectl -n mmm-suplus-prd get pods | grep -q sumicro-chat |
4 | if [ "$?" == "1" ];then | 4 | if [ "$?" == "1" ];then |
5 | - kubectl create -f /tmp/test/sumifcc-discuss/sumifcc-discuss.yaml --record | ||
6 | - kubectl -n mmm-suplus-test get svc | grep -q sumifcc-discuss | 5 | + kubectl create -f /tmp/prd/sumicro-chat/sumicro-chat.yaml --record |
6 | + kubectl -n mmm-suplus-prd get svc | grep -q sumicro-chat | ||
7 | if [ "$?" == "0" ];then | 7 | if [ "$?" == "0" ];then |
8 | - echo "sumifcc-discuss service install success!" | 8 | + echo "sumicro-chat service install success!" |
9 | else | 9 | else |
10 | - echo "sumifcc-discuss service install fail!" | 10 | + echo "sumicro-chat service install fail!" |
11 | fi | 11 | fi |
12 | - kubectl -n mmm-suplus-test get pods | grep -q sumifcc-discuss | 12 | + kubectl -n mmm-suplus-prd get pods | grep -q sumicro-chat |
13 | if [ "$?" == "0" ];then | 13 | if [ "$?" == "0" ];then |
14 | - echo "sumifcc-discuss deployment install success!" | 14 | + echo "sumicro-chat deployment install success!" |
15 | else | 15 | else |
16 | - echo "sumifcc-discuss deployment install fail!" | 16 | + echo "sumicro-chat deployment install fail!" |
17 | fi | 17 | fi |
18 | else | 18 | else |
19 | - kubectl delete -f /tmp/test/sumifcc-discuss/sumifcc-discuss.yaml | ||
20 | - kubectl -n mmm-suplus-test get svc | grep -q sumifcc-discuss | 19 | + kubectl delete -f /tmp/prd/sumicro-chat/sumicro-chat.yaml |
20 | + kubectl -n mmm-suplus-prd get svc | grep -q sumicro-chat | ||
21 | while [ "$?" == "0" ] | 21 | while [ "$?" == "0" ] |
22 | do | 22 | do |
23 | - kubectl -n mmm-suplus-test get svc | grep -q sumifcc-discuss | 23 | + kubectl -n mmm-suplus-prd get svc | grep -q sumicro-chat |
24 | done | 24 | done |
25 | - kubectl -n mmm-suplus-test get pods | grep -q sumifcc-discuss | 25 | + kubectl -n mmm-suplus-prd get pods | grep -q sumicro-chat |
26 | while [ "$?" == "0" ] | 26 | while [ "$?" == "0" ] |
27 | do | 27 | do |
28 | - kubectl -n mmm-suplus-test get pods | grep -q sumifcc-discuss | 28 | + kubectl -n mmm-suplus-prd get pods | grep -q sumicro-chat |
29 | done | 29 | done |
30 | - kubectl create -f /tmp/test/sumifcc-discuss/sumifcc-discuss.yaml --record | ||
31 | - kubectl -n mmm-suplus-test get svc | grep -q sumifcc-discuss | 30 | + kubectl create -f /tmp/prd/sumicro-chat/sumicro-chat.yaml --record |
31 | + kubectl -n mmm-suplus-prd get svc | grep -q sumicro-chat | ||
32 | if [ "$?" == "0" ];then | 32 | if [ "$?" == "0" ];then |
33 | - echo "sumifcc-discuss service update success!" | 33 | + echo "sumicro-chat service update success!" |
34 | else | 34 | else |
35 | - echo "sumifcc-discuss service update fail!" | 35 | + echo "sumicro-chat service update fail!" |
36 | fi | 36 | fi |
37 | - kubectl -n mmm-suplus-test get pods | grep -q sumifcc-discuss | 37 | + kubectl -n mmm-suplus-prd get pods | grep -q sumicro-chat |
38 | if [ "$?" == "0" ];then | 38 | if [ "$?" == "0" ];then |
39 | - echo "sumifcc-discuss deployment update success!" | 39 | + echo "sumicro-chat deployment update success!" |
40 | else | 40 | else |
41 | - echo "sumifcc-discuss deployment update fail!" | 41 | + echo "sumicro-chat deployment update fail!" |
42 | fi | 42 | fi |
43 | fi | 43 | fi |
-
请 注册 或 登录 后发表评论