Skip to content

Commit 8b3efc2

Browse files
committed
Added information about enabling private mode on clusters with API Server VNet Integration
1 parent 1118215 commit 8b3efc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/private-clusters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Private cluster is available in public regions, Azure Government, and Microsoft
3030
* Azure Private Link service is supported on Standard Azure Load Balancer only. Basic Azure Load Balancer isn't supported.
3131
* To use a custom DNS server, add the Azure public IP address 168.63.129.16 as the upstream DNS server in the custom DNS server, and make sure to add this public IP address as the *first* DNS server. For more information about the Azure IP address, see [What is IP address 168.63.129.16?][virtual-networks-168.63.129.16]
3232
* The cluster's DNS zone should be what you forward to 168.63.129.16. You can find more information on zone names in [Azure services DNS zone configuration][az-dns-zone].
33+
* Existing AKS clusters enabled with API Server VNet Integration can have private cluster mode enabled. For more information, see [Enable or disable private cluster mode on an existing cluster with API Server VNet Integration][api-server-vnet-integration].
3334

3435
> [!NOTE]
3536
> The Azure Linux node pool is now generally available (GA). To learn about the benefits and deployment steps, see the [Introduction to the Azure Linux Container Host for AKS][intro-azure-linux].
@@ -40,7 +41,6 @@ Private cluster is available in public regions, Azure Government, and Microsoft
4041
* [Azure Private Link service limitations][private-link-service] apply to private clusters.
4142
* There's no support for Azure DevOps Microsoft-hosted Agents with private clusters. Consider using [Self-hosted Agents](/azure/devops/pipelines/agents/agents).
4243
* If you need to enable Azure Container Registry to work with a private AKS cluster, [set up a private link for the container registry in the cluster virtual network][container-registry-private-link] or set up peering between the Container Registry virtual network and the private cluster's virtual network.
43-
* There's no support for converting existing AKS clusters into private clusters.
4444
* Deleting or modifying the private endpoint in the customer subnet will cause the cluster to stop functioning.
4545

4646
## Create a private AKS cluster
@@ -405,3 +405,4 @@ For associated best practices, see [Best practices for network connectivity and
405405
[az-network-vnet-peering-list]: /cli/azure/network/vnet/peering#az_network_vnet_peering_list
406406
[intro-azure-linux]: ../azure-linux/intro-azure-linux.md
407407
[cloud-shell-vnet]: ../cloud-shell/vnet/overview.md
408+
[api-server-vnet-integration]: ./api-server-vnet-integration.md#enable-or-disable-private-cluster-mode-on-an-existing-cluster-with-api-server-vnet-integration

0 commit comments

Comments
 (0)