正在显示
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-prd get pods | grep -q suplus-front | 3 | +kubectl -n mmm-suplus-prd get pods | grep -q suplus-yhs |
4 | if [ "$?" == "1" ];then | 4 | if [ "$?" == "1" ];then |
5 | - kubectl create -f /tmp/suplus-front.yaml --record | ||
6 | - kubectl -n mmm-suplus-prd get svc | grep -q suplus-front | 5 | + kubectl create -f /tmp/prd/suplus-yhs.yaml --record |
6 | + kubectl -n mmm-suplus-prd get svc | grep -q suplus-yhs | ||
7 | if [ "$?" == "0" ];then | 7 | if [ "$?" == "0" ];then |
8 | - echo "suplus-front service install success!" | 8 | + echo "suplus-yhs service install success!" |
9 | else | 9 | else |
10 | - echo "suplus-front service install fail!" | 10 | + echo "suplus-yhs service install fail!" |
11 | fi | 11 | fi |
12 | - kubectl -n mmm-suplus-prd get pods | grep -q suplus-front | 12 | + kubectl -n mmm-suplus-prd get pods | grep -q suplus-yhs |
13 | if [ "$?" == "0" ];then | 13 | if [ "$?" == "0" ];then |
14 | - echo "suplus-front deployment install success!" | 14 | + echo "suplus-yhs deployment install success!" |
15 | else | 15 | else |
16 | - echo "suplus-front deployment install fail!" | 16 | + echo "suplus-yhs deployment install fail!" |
17 | fi | 17 | fi |
18 | else | 18 | else |
19 | - kubectl delete -f /tmp/suplus-front.yaml | ||
20 | - kubectl -n mmm-suplus-prd get svc | grep -q suplus-front | 19 | + kubectl delete -f /tmp/prd/suplus-yhs.yaml |
20 | + kubectl -n mmm-suplus-prd get svc | grep -q suplus-yhs | ||
21 | while [ "$?" == "0" ] | 21 | while [ "$?" == "0" ] |
22 | do | 22 | do |
23 | - kubectl -n mmm-suplus-prd get svc | grep -q suplus-front | 23 | + kubectl -n mmm-suplus-prd get svc | grep -q suplus-yhs |
24 | done | 24 | done |
25 | - kubectl -n mmm-suplus-prd get pods | grep -q suplus-front | 25 | + kubectl -n mmm-suplus-prd get pods | grep -q suplus-yhs |
26 | while [ "$?" == "0" ] | 26 | while [ "$?" == "0" ] |
27 | do | 27 | do |
28 | - kubectl -n mmm-suplus-prd get pods | grep -q suplus-front | 28 | + kubectl -n mmm-suplus-prd get pods | grep -q suplus-yhs |
29 | done | 29 | done |
30 | - kubectl create -f /tmp/suplus-front.yaml --record | ||
31 | - kubectl -n mmm-suplus-prd get svc | grep -q suplus-front | 30 | + kubectl create -f /tmp/prd/suplus-yhs.yaml --record |
31 | + kubectl -n mmm-suplus-prd get svc | grep -q suplus-yhs | ||
32 | if [ "$?" == "0" ];then | 32 | if [ "$?" == "0" ];then |
33 | - echo "suplus-front service update success!" | 33 | + echo "suplus-yhs service update success!" |
34 | else | 34 | else |
35 | - echo "suplus-front service update fail!" | 35 | + echo "suplus-yhs service update fail!" |
36 | fi | 36 | fi |
37 | - kubectl -n mmm-suplus-prd get pods | grep -q suplus-front | 37 | + kubectl -n mmm-suplus-prd get pods | grep -q suplus-yhs |
38 | if [ "$?" == "0" ];then | 38 | if [ "$?" == "0" ];then |
39 | - echo "suplus-front deployment update success!" | 39 | + echo "suplus-yhs deployment update success!" |
40 | else | 40 | else |
41 | - echo "suplus-front deployment update fail!" | 41 | + echo "suplus-yhs deployment update fail!" |
42 | fi | 42 | fi |
43 | fi | 43 | fi |
-
请 注册 或 登录 后发表评论