Skip to content

Commit 21555e4

Browse files
authored
Merge pull request #100743 from jakaruna-MSFT/patch-61
(AzureCXP) resolves MicrosoftDocs/azure-docs#45652
2 parents d6a23ea + 96c600f commit 21555e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/aks/private-clusters.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ az aks create \
9090
```
9191
Where --enable-private-cluster is a mandatory flag for a private cluster
9292

93+
> [!NOTE]
94+
> If docker bridge address CIDR(172.17.0.1/16) clashes with the subnet CIDR, change the docker bridge address appropriately.
95+
9396
## Steps to connect to the private cluster
9497
The API server end point has no public IP address. Consequently, users will need to create an Azure virtual machine in a virtual network and connect to the API server. The steps in
9598

0 commit comments

Comments
 (0)