Skip to content

Commit 5c3d1b9

Browse files
authored
Merge pull request #38873 from EricPonvelle/OSD_Multicast_Migration
OSD-Migration: Migrating Network Multicast to Main
2 parents 8c30518 + 67b0d78 commit 5c3d1b9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

modules/nw-enabling-multicast.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ endif::[]
1818
You can enable multicast between pods for your project.
1919

2020
.Prerequisites
21-
2221
* Install the OpenShift CLI (`oc`).
23-
* You must log in to the cluster with a user that has the `cluster-admin` role.
22+
* You must log in to the cluster with a user that has the `cluster-admin`
23+
ifdef::openshift-rosa,openshift-dedicated[]
24+
or the `dedicated-admin`
25+
endif::[]
26+
role.
2427

2528
.Procedure
2629

networking/openshift_sdn/enabling-multicast.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[id="enabling-multicast"]
22
= Enabling multicast for a project
33
include::modules/common-attributes.adoc[]
4+
5+
ifdef::openshift-dedicated,openshift-rosa[]
6+
include::modules/attributes-openshift-dedicated.adoc[]
7+
endif::[]
8+
49
:context: openshift-sdn-enabling-multicast
510

611
toc::[]

0 commit comments

Comments
 (0)