Skip to content

Commit cefc913

Browse files
committed
docs/user/azure: fix byo vnet security groups
Our in-repo docs indicate that the installer will not create security groups, but that is inaccurate. The official docs are correct: https://docs.openshift.com/container-platform/4.15/installing/installing_azure/installing-azure-vnet.html This commit updates the in-repo docs to match the official docs.
1 parent 4cf21ee commit cefc913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/azure/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The installer can use an existing VNet and subnets when provisioning an OpenShif
4444

4545
### Cluster Isolation
4646

47-
When pre-existing subnets are provided, the installer will not create a network security group (NSG) or alter an existing one attached to the subnet. This restriction means that no security rules are created. If multiple clusters are installed to the same VNet and isolation is desired, it must be enforced through an administrative task after the cluster is installed.
47+
When pre-existing subnets are provided, the installer will not create a network security group (NSG) or alter an existing one attached to the subnet. Because cluster components do not modify the user-provided network security groups, which the Kubernetes controllers update, a pseudo-network security group is created for the Kubernetes controller to modify without impacting the rest of the environment. If multiple clusters are installed to the same VNet and isolation is desired, it must be enforced through an administrative task after the cluster is installed.
4848

4949
## Examples
5050

0 commit comments

Comments
 (0)