File tree Expand file tree Collapse file tree
content/kubevirt/networking Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -378,7 +378,6 @@ network 4.18.17 True True False 3d17h DaemonSet "/ope
378378
379379### Let's apply some MultiNetworkPolicy
380380
381-
382381=== "deny-by-default"
383382
384383 ```yaml
@@ -412,7 +411,7 @@ network 4.18.17 True True False 3d17h DaemonSet "/ope
412411 podSelector: {}
413412 policyTypes:
414413 - Egress
415- egress:
414+ egress:
416415 - to:
417416 - ipBlock:
418417 cidr: 10.32.96.1/32
@@ -436,7 +435,7 @@ network 4.18.17 True True False 3d17h DaemonSet "/ope
436435 podSelector: {}
437436 policyTypes:
438437 - Ingress
439- ingress:
438+ ingress:
440439 - from:
441440 - ipBlock:
442441 cidr: 0.0.0.0/0
@@ -456,7 +455,7 @@ network 4.18.17 True True False 3d17h DaemonSet "/ope
456455 podSelector: {}
457456 policyTypes:
458457 - Egress
459- egress:
458+ egress:
460459 - to:
461460 - ipBlock:
462461 cidr: 0.0.0.0/0
You can’t perform that action at this time.
0 commit comments