File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ kubectl:
31
31
@kubectl config set-context --current --namespace=" cortex"
32
32
33
33
cortex-up :
34
- @./dev/registry.sh manager
34
+ @$( MAKE ) registry-all
35
35
@./cortex.sh -c=./dev/config/cortex.sh install
36
36
$(MAKE ) kubectl
37
37
@@ -40,21 +40,21 @@ cortex-up-dev:
40
40
$(MAKE ) operator-stop
41
41
42
42
cortex-down :
43
- $(MAKE ) kubectl
44
43
@./cortex.sh -c=./dev/config/cortex.sh uninstall
45
44
46
45
cortex-info :
47
- $(MAKE ) kubectl
48
46
@./cortex.sh -c=./dev/config/cortex.sh info
49
47
50
48
cortex-update :
51
- $(MAKE ) kubectl
49
+ @ $(MAKE ) registry-all
52
50
@./cortex.sh -c=./dev/config/cortex.sh update
53
51
54
52
operator-start :
53
+ @$(MAKE ) registry-all
55
54
@./cortex.sh -c=./dev/config/cortex.sh update
56
55
57
56
operator-update :
57
+ @$(MAKE ) registry-all
58
58
@./cortex.sh -c=./dev/config/cortex.sh update
59
59
60
60
operator-stop :
Original file line number Diff line number Diff line change @@ -117,9 +117,6 @@ env=${2:-""}
117
117
if [ " $cmd " = " create" ]; then
118
118
create_registry
119
119
120
- elif [ " $cmd " = " manager" ]; then
121
- build $ROOT /images/manager manager latest
122
-
123
120
elif [ " $cmd " = " update" ]; then
124
121
if [ " $env " != " dev" ]; then
125
122
build_and_push $ROOT /images/manager manager latest
You can’t perform that action at this time.
0 commit comments