Skip to content

Commit

Permalink
deploy: 24ed857
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Jul 30, 2024
1 parent 9d1d36b commit 3d2ae8d
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
16 changes: 16 additions & 0 deletions developing_runner.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,22 @@ <h2 id="setup-simulation-with-runner-image"><a class="header" href="#setup-simul
image: keramik/runner:dev
imagePullPolicy: IfNotPresent
</code></pre>
<h2 id="setup-load-generator-with-the-runner-image"><a class="header" href="#setup-load-generator-with-the-runner-image">Setup Load Generator with the runner image</a></h2>
<pre><code class="language-yaml"># Custom load generator
---
apiVersion: &quot;keramik.3box.io/v1alpha1&quot;
kind: LoadGenerator
metadata:
name: load-gen
namespace: keramik-lgen-demo
spec:
scenario: &quot;CreateModelInstancesSynced&quot;
runTime: 3
image: &quot;keramik/runner:dev&quot;
imagePullPolicy: &quot;IfNotPresent&quot;
throttleRequests: 20
tasks: 2
</code></pre>

</main>

Expand Down
16 changes: 16 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,22 @@ <h2 id="setup-simulation-with-runner-image"><a class="header" href="#setup-simul
image: keramik/runner:dev
imagePullPolicy: IfNotPresent
</code></pre>
<h2 id="setup-load-generator-with-the-runner-image"><a class="header" href="#setup-load-generator-with-the-runner-image">Setup Load Generator with the runner image</a></h2>
<pre><code class="language-yaml"># Custom load generator
---
apiVersion: &quot;keramik.3box.io/v1alpha1&quot;
kind: LoadGenerator
metadata:
name: load-gen
namespace: keramik-lgen-demo
spec:
scenario: &quot;CreateModelInstancesSynced&quot;
runTime: 3
image: &quot;keramik/runner:dev&quot;
imagePullPolicy: &quot;IfNotPresent&quot;
throttleRequests: 20
tasks: 2
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="advanced-topics"><a class="header" href="#advanced-topics">Advanced Topics</a></h1>
<p>For more advanced usage of keramik, please see</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 3d2ae8d

Please sign in to comment.