Skip to content

Commit

Permalink
fix_readme: mention namespace name when applying the pipeline (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: s0nicboOm <i.kushalbatra@gmail.com>
Signed-off-by: Avik Basu <avikbasu93@gmail.com>
  • Loading branch information
s0nicboOm authored and ab93 committed Nov 30, 2022
1 parent c795680 commit 2482411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Once Numaflow is installed, create a simple Numalogic pipeline, which takes in t

For building this pipeline, navigate to [numalogic-simple-pipeline](https://github.com/numaproj/numalogic/tree/main/examples/numalogic-simple-pipeline) under the examples folder and execute the following commands.

1. Build the docker image, import it to k3d, and apply the pipeline.
1. Build the docker image, import it to k3d, and apply the pipeline. *Note Make sure the pipeline and, numaflow controllers and isbs pods are running in the same namespace (`numaflow-system`in this case).*
```shell
docker build -t numalogic-simple-pipeline:v1 . && k3d image import docker.io/library/numalogic-simple-pipeline:v1

Expand Down

0 comments on commit 2482411

Please sign in to comment.