Skip to content

Commit a3645e3

Browse files
pratikjagrutcamilamacedo86
authored andcommitted
Add note in the writing-e2e-tests doc
1 parent b5125fa commit a3645e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/test-framework/writing-e2e-tests.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,9 @@ $ operator-sdk test local ./test/e2e --namespace operator-test
250250

251251
To run the operator itself locally during the tests instead of starting a deployment in the cluster, you can use the
252252
`--up-local` flag. This mode will still create global resources, but by default will not create any in-cluster namespaced
253-
resources unless the user specifies one through the `--namespaced-manifest` flag. (Note: the `--up-local` flag requires
254-
the `--namespace` flag):
253+
resources unless the user specifies one through the `--namespaced-manifest` flag.
254+
255+
**NOTE**: The `--up-local` flag requires the `--namespace` flag and the command will NOT create the namespace. Then, be sure that you are specifying a valid namespace.
255256

256257
```shell
257258
$ kubectl create namespace operator-test

0 commit comments

Comments
 (0)