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
* The command `make docker-build` (Step 3) will also run `make test` (unit tests).
98
100
* Step 6 also installs the custom resource definitions (CRDs) used by the KubeRay operator.
99
101
102
+
#### Run the operator outside the cluster
103
+
104
+
> Note: Running the operator outside the cluster allows you to debug the operator using your IDE. For example, you can set breakpoints in the code and inspect the state of the operator.
0 commit comments