Skip to content

Commit 47ec30f

Browse files
DavidBuzatu-Marianustiugov
authored andcommitted
Added example image usage steps with knative
Signed-off-by: davidbuzatu-marian <[email protected]>
1 parent cf1654f commit 47ec30f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/quickstart_guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,11 @@ for benchmarking asynchronous (i.e., Knative Eventing) case and more details abo
350350
351351
## V. Deploying eStargz-based Functions
352352
This section provides an example function run using a `nodejs` base image that has been converted to the `stargz` format. To create other images supported by `stargz`, please refer to the [creating-estargz-images-using-ctr-remote](https://github.com/containerd/stargz-snapshotter/tree/cmd/v0.12.1#creating-estargz-images-using-ctr-remote) section of the official `stargz` repository.
353+
354+
Our example image can be found in [/configs/knative_workloads/stargz-node.yaml](../configs/knative_workloads/stargz-node.yaml) and can be run with:
355+
```bash
356+
kn service apply stargz-test -f configs/knative_workloads/stargz-node.yaml --concurrency-target 1
357+
```
353358
### 1. Deploy and Invoke Functions
354359
**On the master node**, execute the following using **bash**:
355360

0 commit comments

Comments
 (0)