1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

Merge pull request #673 from wking/docs-prefix-libvirt-master

docs/dev/libvirt: Update to {cluster-name}-master-0
This commit is contained in:
OpenShift Merge Robot
2018-11-14 13:05:52 -08:00
committed by GitHub

View File

@@ -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
```