Skip to content

Commit 788aa2d

Browse files
authored
Update troubleshoot-dns-load-balancing.md
1 parent 4df1c04 commit 788aa2d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

support/azure/kubernetes-fleet/networking/troubleshoot-dns-load-balancing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/13/2025
99

1010
# Troubleshoot Azure Kubernetes Fleet Manager DNS load balancing
1111

12-
This article provides troubleshooting information for Azure Kubernetes Fleet Manager DNS-based load balancing. Fleet Manager DNS load balancing uses Azure Traffic Manager to balance traffic across public endpoints from multiple AKS member clusters.
12+
This article provides troubleshooting information for Azure Kubernetes Fleet Manager DNS-based load balancing. Fleet Manager DNS load balancing uses Azure Traffic Manager to balance traffic across public endpoints from multiple Azure Kubernetes Service (AKS) member clusters.
1313

1414
## Use Fleet Manager hub cluster to troubleshoot
1515

@@ -81,7 +81,7 @@ To resolve this issue, follow these steps:
8181

8282
This issue might occur if the generated DNS prefix is already used by another Azure Traffic Manager profile. The DNS prefix consists of the namespace and the `metadata.name` field in the `TrafficManagerProfile` manifest. For example, if the namespace is `team-a` and the `metadata.name` is `webapp`, the DNS prefix is `team-a-webapp`.
8383

84-
The following example of the `TrafficManagerProfile` status shows that the Domain name is not available:
84+
The following example of the `TrafficManagerProfile` status shows that the domain name isn't available:
8585

8686
```yml
8787
status:
@@ -96,10 +96,10 @@ status:
9696

9797
#### Solution
9898

99-
To resolve this issue, use `nslookup` or a similar tool to determine whether the full DNS name (for example, `team-a-webapp.trafficmanager.net`) is available. If the name is not available, consider one of the following alternative solutions:
99+
To resolve this issue, use `nslookup` or a similar tool to determine whether the full DNS name (for example, `team-a-webapp.trafficmanager.net`) is available. If the name isn't available, consider one of the following alternative solutions:
100100

101101
- Change the `metadata.name` field in the `TrafficManagerProfile` manifest to a unique name.
102-
- Use a different namespace for the `TrafficManagerProfile` manifest. This affects the `TrafficManagerBackend` and `ServiceExport` objects. These objects must be in the same namespace.
102+
- Use a different namespace for the `TrafficManagerProfile` manifest. This selection affects the `TrafficManagerBackend` and `ServiceExport` objects. These objects must be in the same namespace.
103103

104104
### Error 3: Azure Traffic Manager subscription limits reached
105105

@@ -216,7 +216,7 @@ conditions:
216216
type: Accepted
217217
```
218218

219-
The `Service` is not defined as a `LoadBalancer` type:
219+
The `Service` isn't defined as a `LoadBalancer` type:
220220

221221
```yml
222222
status:
@@ -269,7 +269,7 @@ To resolve this issue, follow these steps:
269269

270270
This issue might occur if more than 200 Azure Traffic Manager Endpoints would be created within a single Azure subscription.
271271

272-
The following is the example of the `TrafficManagerBackend` status that shows the error:
272+
The following example of the `TrafficManagerBackend` status shows the error:
273273

274274
```yml
275275
status:

0 commit comments

Comments
 (0)