Skip to content

Commit 50783ea

Browse files
committed
fix limitations
1 parent 8d4ff3f commit 50783ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/aks/api-server-vnet-integration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ az aks update -n <cluster-name> \
221221
```
222222

223223
## Limitations
224-
* Existing AKS clusters cannot be converted to API Server VNet Integration clusters at this time.
225-
* Only [private clusters](private-clusters.md) are supported at this time.
224+
* Existing AKS private clusters cannot be converted to API Server VNet Integration clusters at this time.
226225
* [Private Link Service][private-link-service] will not work if deployed against the API Server injected addresses at this time, so the API server cannot be exposed to other virtual networks via private link. To access the API server from outside the cluster network, utilize either [VNet peering][virtual-network-peering] or [AKS run command][command-invoke].
227226

228227
<!-- LINKS - internal -->

0 commit comments

Comments
 (0)