You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/private-clusters.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,9 @@ az aks create \
90
90
```
91
91
Where --enable-private-cluster is a mandatory flag for a private cluster
92
92
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
+
93
96
## Steps to connect to the private cluster
94
97
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
0 commit comments