File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -56,3 +56,9 @@ To write and inspect unit tests:
56
56
- MCAD and InstaScale unit tests under ` mcad_controller_test.go ` and ` instascale_controller_test.go ` in the ` controllers ` dir
57
57
- Unit test functions are defined in ` suite_test.go ` (with utils in ` util/util.go ` ) in the ` controllers dir `
58
58
- Test cases defined under ` controllers/testdata `
59
+
60
+ ## Local debugging with VSCode
61
+ Steps outlining how to run the operator locally.
62
+ - Populate the ` .vscode/launch.json ` file with the location of your Kubernetes config file and desired namespace.
63
+ - In VSCode on the activity bar click ` Run and Debug ` or ` CTRL + SHIFT + D ` to start a local debugging session of the CodeFlare Operator.
64
+ The operator should be running as intended.
You can’t perform that action at this time.
0 commit comments