From 393aeaf9ce35acfeb1d1bb3d8e76c62f4702bbc7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 14 Nov 2018 12:48:30 -0800 Subject: [PATCH] docs/dev/libvirt: Update to {cluster-name}-master-0 Catching up with 18ca9128 (pkg/destroy/libvirt: Use prefix-based deletion, 2018-11-12, #660). --- docs/dev/libvirt-howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/libvirt-howto.md b/docs/dev/libvirt-howto.md index 85935290eb..1b9cf9f3e5 100644 --- a/docs/dev/libvirt-howto.md +++ b/docs/dev/libvirt-howto.md @@ -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 ```