Commit f03a0af
committed
OCPBUGS-11796: azure: skip NSG creation when BYO vnet
In an install where users bring their networks they also bring their own
NSGs. However, the installer still creates NSG. In Azure environments
using the rule [1] below, users are prohibited from installing cluster,
as the apiserver_in rule has the rule set as 0.0.0.0. Having a rule in
place where the users could define this before install would allow them
to set this connectivity without having the inbound access.
[1] - Rule: Network Security Groups shall not allow rule with 0.0.0.0/Any Source/Destination IP Addresses - Custom Deny1 parent 978b35e commit f03a0af
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments