Firebird/Introduction: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) |
Stonezhong (talk | contribs) No edit summary |
||
| Line 62: | Line 62: | ||
</nowiki></pre> | </nowiki></pre> | ||
</div> | |||
</div> | |||
<p></p> | |||
= Make it easy to deploy your pipeline to Kubernete Cluster = | |||
<div class="toccolours mw-collapsible mw-collapsed expandable"> | |||
<div class="mw-collapsible-preview">Brief</div> | |||
<div class="mw-collapsible-content"> | |||
To deploy your pipeline, you can simple run the command below, you can specify parameter <code>-r</code> to specify how many pods you need to run pipeline, default is 1. Here is an example: | |||
<pre><nowiki> | |||
# it start pipeline "test", using 10 pods to run your pipeline simultaneously. | |||
/usr/src/app # pipeline start -pid test -r 10 | |||
</nowiki></pre> | |||
</div> | </div> | ||
</div> | </div> | ||
<p></p> | <p></p> | ||