Skip to content

Commit

Permalink
Merge pull request #326 from rphillips/update_hacking_doc_router
Browse files Browse the repository at this point in the history
doc: fix HACKING doc for service router
  • Loading branch information
openshift-merge-robot authored Jan 18, 2019
2 parents ce2eba4 + 1c04d68 commit f9ca131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sudo setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/oc
Now, forward port `443` to the router:

```
oc -n openshift-ingress port-forward svc/router-default 443
oc -n openshift-ingress port-forward svc/router-internal-default 443
```

Leave that process running in a separate terminal.
Expand Down

0 comments on commit f9ca131

Please sign in to comment.