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: CONTRIBUTING.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ To write and inspect unit tests:
59
59
60
60
## Local debugging with VSCode
61
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.
62
+
- Ensure you are authenticated to your Kubernetes/OpenShift Cluster.
63
+
- Populate the [.vscode/launch.json](https://github.com/project-codeflare/codeflare-operator/tree/main/.vscode/launch.json) file with the location of your Kubernetes config file and desired namespace.
63
64
- In VSCode on the activity bar click `Run and Debug` or `CTRL + SHIFT + D` to start a local debugging session of the CodeFlare Operator.
0 commit comments