Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
fresh
Commits
164dcc5fee60
Commit
848395ee
authored
Sep 19, 2019
by
Philippe Pepiot
Browse files
Issue a rollout restart at all deployment
parent
32c11ddd4e75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
164dcc5f
...
...
@@ -23,6 +23,7 @@ dev: build
deploy
:
push
sed
"s@r.intra.logilab.fr/intranet/fresh@
$(IMAGE)
@"
deploy/deployment.yaml | kubectl
-n
$(NAMESPACE)
apply
-f
-
kubectl
-n
$(NAMESPACE)
rollout restart deployment/fresh deployment/fresh-scheduler
@
echo
"wait at max 3 minutes for deployment to be UP"
kubectl
-n
$(NAMESPACE)
rollout status
--timeout
=
180s deployment/fresh
kubectl
-n
$(NAMESPACE)
rollout status
--timeout
=
180s deployment/fresh-scheduler
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment