Skip to content

Commit dfc8a25

Browse files
authored
Merge pull request #115619 from mlearned/mdl-1720605-uptime-sla-build-day
uptime sla broken link
2 parents 10633e6 + c788bfc commit dfc8a25

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

articles/aks/faq.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ Windows Server support for node pool includes some limitations that are part of
123123

124124
## Does AKS offer a service-level agreement?
125125

126-
AKS offers an optional [uptime SLA add-on][uptime-sla] for the Kubernetes API server. Customers who choose the SLA add-on are guaranteed 99.95% availability for clusters which are spread across availability zones and 99.9% availability for those which are not. For clusters without the SLA add-on, AKS maintaines a service-level objective of 99.5% availability.
127-
128-
It is important to recognize the distinction between AKS service availability which refers to uptime of the Kubernetes control plane and the availability of your specific workload which is running on Azure Virtual Machines and therefore covered by the [VM SLA][vm-sla]. In the event that the Kubernetes control plane is unavailable, your applications will continue to function. However, you will be unable to deploy new applications, scale or upgrade existing applications, or perform other management operations on the cluster.
126+
AKS provides SLA guarantees as an optional add on feature with [Uptime SLA][uptime-sla].
129127

130128
## Can I apply Azure reservation discounts to my AKS agent nodes?
131129

articles/aks/private-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ As mentioned, VNet peering is one way to access your private cluster. To use VNe
9898
* IP authorized ranges cannot be applied to the private api server endpoint, they only apply to the public API server
9999
* Availability Zones are currently supported for certain regions, see the beginning of this document
100100
* [Azure Private Link service limitations][private-link-service] apply to private clusters.
101-
* No support for virtual nodes in a private cluster to spin private Azure Container Instances (ACI) in a private Azure virtual network
102101
* No support for Azure DevOps integration out of the box with private clusters
103102
* For customers that need to enable Azure Container Registry to work with private AKS, the Container Registry virtual network must be peered with the agent cluster virtual network.
104103
* No current support for Azure Dev Spaces
105104
* No support for converting existing AKS clusters into private clusters
106105
* Deleting or modifying the private endpoint in the customer subnet will cause the cluster to stop functioning.
107106
* Azure Monitor for containers Live Data isn't currently supported.
107+
* Uptime SLA isn't currently supported.
108108

109109

110110
<!-- LINKS - internal -->

0 commit comments

Comments
 (0)