Firebird/Developer Guidelines: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) |
Stonezhong (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 18: | Line 18: | ||
During development, it is very time consuming to rebuild docker image for streaming application and firebird web console. Here is what I did | During development, it is very time consuming to rebuild docker image for streaming application and firebird web console. Here is what I did | ||
Here is what you can do | |||
(1) Update firebird console code | |||
(2) run bin/dev-upload.sh | |||
(3) On firebird console, run ./dev_install.sh to pick up the change | |||
./dev_install.sh | |||
To reload firebird web console | To reload firebird web console | ||
| Line 74: | Line 56: | ||
delete /firebird-global-lock | delete /firebird-global-lock | ||
</nowiki></pre> | |||
</div> | |||
</div> | |||
<p></p> | |||
= Scale = | |||
<div class="toccolours mw-collapsible mw-collapsed expandable"> | |||
<div class="mw-collapsible-preview"></div> | |||
<div class="mw-collapsible-content"> | |||
<pre><nowiki> | |||
kubectl scale --replicas=2 deployment/firebird-pipeline--test | |||
</nowiki></pre> | </nowiki></pre> | ||
</div> | </div> | ||
</div> | </div> | ||
<p></p> | <p></p> | ||