Skip to content
Merged
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
5 changes: 3 additions & 2 deletions modules/virt-creating-a-primary-cluster-udn.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//
// * virt/vm_networking/virt-connecting-vm-to-primary-udn.adoc

:_mod-docs-content-type: PROCEDURE
[id="virt-creating-a-primary-cluster-udn_{context}"]
:_mod-docs-content-type: PROCEDURE
[id="virt-creating-a-primary-cluster-udn_{context}"]
= Creating a primary cluster-scoped user-defined network by using the CLI

You can connect multiple namespaces to the same primary user-defined network (UDN) to achieve native tenant isolation by using the CLI.
Expand All @@ -18,6 +18,7 @@ You can connect multiple namespaces to the same primary user-defined network (UD
.Example `ClusterUserDefinedNetwork` manifest
[source,yaml]
----
apiVersion: k8s.ovn.org/v1
kind: ClusterUserDefinedNetwork
metadata:
name: cudn-l2-net # <1>
Expand Down