Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions _topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,16 @@ Topics:
- Name: Configuring a private cluster
File: private-cluster
---
Name: Networking
Dir: networking
Distros: openshift-rosa,openshift-dedicated
Topics:
- Name: OpenShift SDN default CNI network provider
Dir: openshift_sdn
Topics:
- Name: Enabling multicast for a project
File: enabling-multicast
---
Name: Nodes
Dir: nodes
Distros: openshift-rosa
Expand Down
10 changes: 10 additions & 0 deletions modules/nw-enabling-multicast.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,20 @@ endif::[]

You can enable multicast between pods for your project.

ifdef::openshift-origin,openshift-online,openshift-enterprise,partner-roks,openshift-webscale[]
.Prerequisites

* Install the OpenShift CLI (`oc`).
* You must log in to the cluster with a user that has the `cluster-admin` role.
endif::[]

ifdef::openshift-rosa,openshift-dedicated[]
.Prerequisites

* Install the OpenShift CLI (`oc`).
* You must log in to the cluster with a user that has the `cluster-admin` or the `dedicated-admin` role.
endif::[]


.Procedure

Expand Down
2 changes: 1 addition & 1 deletion networking/openshift_sdn/enabling-multicast.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[id="enabling-multicast"]
= Enabling multicast for a project
include::modules/common-attributes.adoc[]
include::modules/attributes-openshift-dedicated.adoc[]
:context: openshift-sdn-enabling-multicast

toc::[]
Expand Down