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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The Azure provider is able to install and manage the [versions of Kubernetes sup
43
43
44
44
#### Managed Clusters (AKS)
45
45
46
-
Managed Clusters (AKS) follow their own [Kubernetes version support policy](https://docs.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#kubernetes-version-support-policy). Please use the Azure portal or CLI to [find the versions supported in your cluster's location](https://docs.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#azure-portal-and-cli-versions).
46
+
Managed Clusters (AKS) follow their own [Kubernetes version support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#kubernetes-version-support-policy). Please use the Azure portal or CLI to [find the versions supported in your cluster's location](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#azure-portal-and-cli-versions).
47
47
48
48
For more information on Kubernetes version support, see the [Cluster API book](https://cluster-api.sigs.k8s.io/reference/versions.html).
Copy file name to clipboardExpand all lines: api/v1beta1/types.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -392,7 +392,7 @@ const (
392
392
// Canceled represents an action which was initiated but terminated by the user before completion.
393
393
CanceledProvisioningState="Canceled"
394
394
// Deleted represents a deleted VM
395
-
// NOTE: This state is specific to capz, and does not have corresponding mapping in Azure API (https://docs.microsoft.com/en-us/azure/virtual-machines/states-billing#provisioning-states)
395
+
// NOTE: This state is specific to capz, and does not have corresponding mapping in Azure API (https://learn.microsoft.com/azure/virtual-machines/states-billing#provisioning-states)
396
396
DeletedProvisioningState="Deleted"
397
397
)
398
398
@@ -677,7 +677,7 @@ type DiskEncryptionSetParameters struct {
677
677
// DiffDiskSettings describe ephemeral disk settings for the os disk.
678
678
typeDiffDiskSettingsstruct {
679
679
// Option enables ephemeral OS when set to "Local"
680
-
// See https://docs.microsoft.com/en-us/azure/virtual-machines/ephemeral-os-disks for full details
680
+
// See https://learn.microsoft.com/azure/virtual-machines/ephemeral-os-disks for full details
// We disable outbound SNAT explicitly in the HTTPS LB rule and enable TCP and UDP outbound NAT with an outbound rule.
218
-
// For more information on Standard LB outbound connections see https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-outbound-connections.
218
+
// For more information on Standard LB outbound connections see https://learn.microsoft.com/azure/load-balancer/load-balancer-outbound-connections.
Copy file name to clipboardExpand all lines: azure/services/managedclusters/spec.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ type LoadBalancerProfile struct {
144
144
// Load balancer profile must specify at most one of ManagedOutboundIPs, OutboundIPPrefixes and OutboundIPs.
145
145
// By default the AKS cluster automatically creates a public IP in the AKS-managed infrastructure resource group and assigns it to the load balancer outbound pool.
146
146
// Alternatively, you can assign your own custom public IP or public IP prefix at cluster creation time.
147
-
// See https://docs.microsoft.com/en-us/azure/aks/load-balancer-standard#provide-your-own-outbound-public-ips-or-prefixes
147
+
// See https://learn.microsoft.com/azure/aks/load-balancer-standard#provide-your-own-outbound-public-ips-or-prefixes
148
148
149
149
// ManagedOutboundIPs are the desired managed outbound IPs for the cluster load balancer.
0 commit comments