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: support/azure/kubernetes-fleet/networking/troubleshoot-dns-load-balancing.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This article provides troubleshooting information for Azure Kubernetes Fleet Man
26
26
27
27
## Scenario 1: TrafficManagerProfile or Traffic Manager can't be created
28
28
29
-
This section provides common reasons and solutions for the `TrafficManagerProfile` Kubernetes object and its associated Azure Traffic Manager resource not being created screnarios.
29
+
This section provides common reasons and solutions for the `TrafficManagerProfile` Kubernetes object and its associated Azure Traffic Manager resource not being created scenarios.
30
30
31
31
To determine the appropriate resolution, check the status of the `TrafficManagerProfile` object on the Fleet Manager hub cluster for the error message.
### Error 1: The client does not have authorization to perform action
38
38
39
-
This issue may occur if one of the following conditions are met:
39
+
This issue may occur if one of the following conditions is met:
40
40
41
41
* A nonexistent Azure resource group was specified in the `TrafficManagerProfile` manifest.
42
-
* The resource group is not the same Azure Subscription as the Fleet Manager resource.
43
-
* The Fleet Manager hub cluster identity does not have permission to create and manage Azure Traffic Manager profiles in the specified resource group.
42
+
* The resource group isn't the same Azure Subscription as the Fleet Manager resource.
43
+
* The Fleet Manager hub cluster identity doesn't have permission to create and manage Azure Traffic Manager profiles in the specified resource group.
44
44
45
45
You can check The `TrafficManagerProfile` status for details of the error. The following is the example of the TrafficManagerProfile status that shows the insufficient permissions issue.
### Error 1: TrafficManagerProfile is not found or Invalid trafficManagerProfile
156
156
157
-
This issue may occur if one of the following conditions are met:
157
+
This issue may occur if one of the following conditions is met:
158
158
159
159
- The `TrafficManagerBackend` was created in a different namespace than the `TrafficManagerProfile`.
160
160
- The `TrafficManagerProfile` object exists, but the associated Azure Traffic Manager resource couldn't be found.
@@ -194,7 +194,7 @@ status:
194
194
195
195
### Error 2: Invalid Service or ServiceExport
196
196
197
-
This issue may occur if one of the following conditions are met:
197
+
This issue may occur if one of the following conditions is met:
198
198
199
199
- The `Service` was created in a different namespace than the `TrafficManagerBackend`.
200
200
- The `Service` exists, but the `ServiceExport` was not created in the same namespace as the `TrafficManagerBackend`.
@@ -236,7 +236,7 @@ conditions:
236
236
237
237
### Error 3: Azure Traffic Manager profile is not found
238
238
239
-
This issue may occur if one of the following conditions are met:
239
+
This issue may occur if one of the following conditions is met:
240
240
241
241
- The `TrafficManagerProfile` was object exists, but the associated Azure Traffic Manager resource couldn't be found.
242
242
- The Fleet Manager hub cluster identity doesn't have permission to create and manage Azure Traffic Manager profiles or endpoints in the specified resource group.
0 commit comments