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>
  • Loading branch information
s0nicboOm committed Nov 9, 2022
1 parent 17d194f commit 0a5fcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
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 0a5fcdf

Please sign in to comment.