Skip to content

Commit

Permalink
Merge pull request #2466 from wking/gcp-upi-create-add-a-record-typo
Browse files Browse the repository at this point in the history
docs/user/gcp/install_upi: "create ... to" -> "add ... to" typo fix
  • Loading branch information
openshift-merge-robot authored Oct 7, 2019
2 parents ba00702 + 2b870fc commit 28f4cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/gcp/install_upi.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)
router-default LoadBalancer 172.30.18.154 35.233.157.184 80:32288/TCP,443:31215/TCP 98
```

Then create the A record to your public and private zones.
Then add the A record to your public and private zones.

```sh
export ROUTER_IP=`oc -n openshift-ingress get service router-default --no-headers | awk '{print $4}'`
Expand Down

0 comments on commit 28f4cbd

Please sign in to comment.