Skip to content

Commit f46a1a5

Browse files
authored
Merge pull request #1216 from localleon/readme
Adding instructions on how to set run operator for developement
2 parents c028c89 + aea5cf9 commit f46a1a5

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)