Skip to content

Commit

Permalink
Document the WATCH_NAMESPACE behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>

Update docs/get-started/quick-start.md

Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com>

Update docs/get-started/quick-start.md

Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com>
  • Loading branch information
ArangoGutierrez and marquiz committed Feb 8, 2022
1 parent e51c5a9 commit b4fd7e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/get-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ IMAGE_TAG={{ site.container_image }}
make deploy
```

By default the operator will watch `NodeFeatureDiscovery` objects
only in the namespace where the operator is deployed in. This is
specified by the `WATCH_NAMESPACE` env variable in the operator
deployment manifest. If unset the operator will watch ALL
namespaces.

Create a NodeFeatureDiscovery instance

```bash
Expand Down

0 comments on commit b4fd7e3

Please sign in to comment.