Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dev/libvirt-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Using the domain names above will only work if you [set up the DNS overlay](#set
Alternatively, if you didn't set up DNS on the host, you can use:

```sh
virsh -c "${OPENSHIFT_INSTALL_LIBVIRT_URI}" domifaddr master0 # to get the master IP
virsh -c "${OPENSHIFT_INSTALL_LIBVIRT_URI}" domifaddr "${OPENSHIFT_INSTALL_CLUSTER_NAME}-master-0" # to get the master IP
ssh core@$MASTER_IP
```

Expand Down