You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/test-framework/writing-e2e-tests.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,8 +250,9 @@ $ operator-sdk test local ./test/e2e --namespace operator-test
250
250
251
251
To run the operator itself locally during the tests instead of starting a deployment in the cluster, you can use the
252
252
`--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.
0 commit comments