Skip to content

Commit

Permalink
HARMONY-1526: Update README to remove the manual port forwarding step…
Browse files Browse the repository at this point in the history
… that is no longer needed.
  • Loading branch information
chris-durbin committed Jul 13, 2023
1 parent 1ec734e commit c9fd003
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@ git clone https://github.com/nasa/harmony.git
cd harmony && ./bin/bootstrap-harmony
```

Linux Only (Handled automatically by Docker Desktop)

5. Expose the kubernetes services to the local host. These commands will block so they must be run in separate terminals.
```bash
kubectl port-forward service/harmony 3000:3000 -n harmony
```

End of Linux Only

Harmony should now be running in your Kubernetes cluster as the `harmony` service in the `harmony` namespace.

**NOTE** It may take a while for all the pods to start if this is the first time you have started
Expand Down

0 comments on commit c9fd003

Please sign in to comment.