зеркало из https://github.com/Azure/ARO-RP.git
remove unused bootstrap_ssh_in nsg rule
This commit is contained in:
Родитель
9b552cd138
Коммит
05f64465b9
|
@ -73,7 +73,8 @@ upstream OCP.
|
|||
* ARO API server internal LB remains on highest available master subnet IP, like
|
||||
in 4.2.
|
||||
|
||||
* ARO never creates aro-bootstrap-pip for bootstrap VM.
|
||||
* ARO never creates aro-bootstrap-pip for bootstrap VM, or the corresponding NSG
|
||||
rule.
|
||||
|
||||
* ARO API server LB uses Azure outboundRule rather than port 27627 inbound rule.
|
||||
|
||||
|
|
|
@ -134,19 +134,6 @@ func (i *Installer) installStorage(ctx context.Context, installConfig *installco
|
|||
},
|
||||
Name: to.StringPtr("apiserver_in"),
|
||||
},
|
||||
{
|
||||
SecurityRulePropertiesFormat: &mgmtnetwork.SecurityRulePropertiesFormat{
|
||||
Protocol: mgmtnetwork.SecurityRuleProtocolTCP,
|
||||
SourcePortRange: to.StringPtr("*"),
|
||||
DestinationPortRange: to.StringPtr("22"),
|
||||
SourceAddressPrefix: to.StringPtr("*"),
|
||||
DestinationAddressPrefix: to.StringPtr("*"),
|
||||
Access: mgmtnetwork.SecurityRuleAccessAllow,
|
||||
Priority: to.Int32Ptr(103),
|
||||
Direction: mgmtnetwork.SecurityRuleDirectionInbound,
|
||||
},
|
||||
Name: to.StringPtr("bootstrap_ssh_in"),
|
||||
},
|
||||
},
|
||||
},
|
||||
Name: to.StringPtr("aro-controlplane-nsg"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче