Skip to content

Commit eb4964f

Browse files
author
Shikha Jhala
committed
CNV-64163: Fixed namespace value in localnet UDN doc
1 parent d4a7728 commit eb4964f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/virt-attaching-vm-to-secondary-udn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apiVersion: kubevirt.io/v1
2121
kind: VirtualMachine
2222
metadata:
2323
name: example-vm
24-
namespace: my-namespace # <1>
24+
namespace: red # <1>
2525
spec:
2626
template:
2727
spec:

modules/virt-creating-secondary-localnet-udn.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
desiredState:
3030
ovn:
3131
bridge-mappings:
32-
- localnet: tenantblue # <3>
32+
- localnet: localnet1 # <3>
3333
bridge: br-ex # <4>
3434
state: present # <5>
3535
----
@@ -74,7 +74,7 @@ spec:
7474
topology: Localnet # <5>
7575
localnet:
7676
role: Secondary # <6>
77-
physicalNetworkName: tenantblue # <7>
77+
physicalNetworkName: localnet1 # <7>
7878
ipam:
7979
mode: Disabled # <8>
8080
# ...

modules/virt-creating-secondary-udn-namespace.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can create a namespace to be used with an existing secondary cluster-scoped
2222
apiVersion: v1
2323
kind: Namespace
2424
metadata:
25-
name: cudn_namespace
25+
name: red
2626
# ...
2727
----
2828

0 commit comments

Comments
 (0)