Skip to content

Commit

Permalink
Review changes links, additional info
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 committed Nov 1, 2023
1 parent ea6c4ba commit 6e680ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ bundle.Dockerfile

.DS_STORE

#VSCode
# VSCode
.vscode
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ To write and inspect unit tests:

## Local debugging with VSCode
Steps outlining how to run the operator locally.
- Populate the `.vscode/launch.json` file with the location of your Kubernetes config file and desired namespace.
- Ensure you are authenticated to your Kubernetes/OpenShift Cluster.
- 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.
- In VSCode on the activity bar click `Run and Debug` or `CTRL + SHIFT + D` to start a local debugging session of the CodeFlare Operator.
The operator should be running as intended.

0 comments on commit 6e680ea

Please sign in to comment.