1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #39044 from openshift-cherrypick-robot/cherry-pick-38641-to-enterprise-4.10

[enterprise-4.10] OSDOCS-2951: Clarify Language for Multicast Process for OCP
This commit is contained in:
Vikram Goyal
2021-11-20 05:15:39 +10:00
committed by GitHub

View File

@@ -106,7 +106,7 @@ spec:
EOF
----
. Start the multicast listener.
. In a new terminal window or tab, start the multicast listener.
.. Get the IP address for the Pod:
+
@@ -115,7 +115,7 @@ EOF
$ POD_IP=$(oc get pods mlistener -o jsonpath='{.status.podIP}')
----
.. To start the multicast listener, in a new terminal window or tab, enter the following command:
.. Start the multicast listener by entering the following command:
+
[source,terminal]
----