Skip to content

Commit aea5cf9

Browse files
committed
UAdding instructions on how to set run operator for developement
Signed-off-by: localleon <[email protected]>
1 parent b1a2192 commit aea5cf9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,11 @@ If you want to learn more about Fluent-Operator, please refer to the [misc](docs
314314

315315
### Running
316316

317+
Make sure you have a KUBECONFIG file loaded for your local developement kubernetes cluster.
318+
317319
1. Install CRDs: `make install`
318-
2. Run: `make run`
320+
2. `export NAMESPACE=something` to set the namespace for the operator
321+
3. Run: `make run`
319322

320323
## Contributing
321324

0 commit comments

Comments
 (0)