Skip to content

Commit 8adb2a1

Browse files
author
Justin
committed
fb
1 parent a9a322b commit 8adb2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/load-balancer-standard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you have an existing cluster with the Basic SKU Load Balancer, there are impo
3838

3939
For example, making blue/green deployments to migrate clusters is a common practice given the `load-balancer-sku` type of a cluster can only be defined at cluster create time. However, *Basic SKU* Load Balancers use *Basic SKU* IP Addresses which are not compatible with *Standard SKU* Load Balancers as they require *Standard SKU* IP Addresses. When migrating clusters to upgrade Load Balancer SKUs, a new IP address with a compatible IP Address SKU will be required.
4040

41-
For more considerations on how to migrate clusters, visit [aka.ms/aks/migrate](https://aka.ms/aks/migrate) to view a list of important topics to consider when migrating. The below limitations are also important behavioral differences to note when using Standard SKU Load Balancers in AKS.
41+
For more considerations on how to migrate clusters, visit [our documentation on migration considerations](acs-aks-migration.md) to view a list of important topics to consider when migrating. The below limitations are also important behavioral differences to note when using Standard SKU Load Balancers in AKS.
4242

4343
### Limitations
4444

@@ -48,7 +48,7 @@ The following limitations apply when you create and manage AKS clusters that sup
4848
* Provide your own public IPs.
4949
* Provide your own public IP prefixes.
5050
* Specify a number up to 100 to allow the AKS cluster to create that many *Standard* SKU public IPs in the same resource group created as the AKS cluster, which is usually named with *MC_* at the beginning. AKS assigns the public IP to the *Standard* SKU load balancer. By default, one public IP will automatically be created in the same resource group as the AKS cluster, if no public IP, public IP prefix, or number of IPs is specified. You also must allow public addresses and avoid creating any Azure Policy that bans IP creation.
51-
* When using the *Standard* SKU for a load balancer, you must use Kubernetes version `1.13 or greater`.
51+
* When using the *Standard* SKU for a load balancer, you must use Kubernetes version *1.13 or greater*.
5252
* Defining the load balancer SKU can only be done when you create an AKS cluster. You cannot change the load balancer SKU after an AKS cluster has been created.
5353
* You can only use one type of load balancer SKU (Basic or Standard) in a single cluster.
5454
* *Standard* SKU Load Balancers only support *Standard* SKU IP Addresses.

0 commit comments

Comments
 (0)