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: articles/service-connector/how-to-use-service-connector-in-aks.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
@@ -185,30 +185,30 @@ If there's an error during the extension installation, and the error message in
185
185
186
186
### Common errors and mitigations
187
187
188
-
#### 1. Conflict
188
+
#### Conflict
189
189
190
190
**Error Message:**
191
191
`Operation returned an invalid status code: Conflict`.
192
192
193
193
**Reason:**
194
-
This error usually occurs when attempting to create a service connector while the AKS (Azure Kubernetes Service) cluster is in an updating state. The service connector's update conflicts with the ongoing update.
194
+
This error usually occurs when attempting to create a service connection while the AKS (Azure Kubernetes Service) cluster is in an updating state. The service connection update conflicts with the ongoing update.
195
195
196
196
**Mitigation:**
197
197
Ensure your cluster is in a "Succeeded" state before retrying the creation. It resolves most errors related to conflicts.
198
198
199
-
#### 2. Timeout
199
+
#### Timeout
200
200
201
201
**Error Message:**
202
202
- `Long running operation failed with status 'Failed'. Unable to get a response from the Agent in time`.
203
203
- `Timed out waiting for the resource to come to a ready/completed state`
204
204
205
205
**Reason:**
206
-
This error often happens when the Kubernetes job used to create or update the Service Connector's cluster extension fails to be scheduled due to resource limitations or other issues.
206
+
This error often happens when the Kubernetes job used to create or update the Service Connector cluster extension fails to be scheduled due to resource limitations or other issues.
207
207
208
208
**Mitigation:**
209
-
Refer to the [Check Kubernetes Cluster Logs](#check-kubernetes-cluster-logs) to identify and resolve the detailed reasons. A common issue is that no nodes are available due to preemption. In this case, consider adding more nodes or enabling auto-scaling for your nodes.
209
+
Refer to [Check Kubernetes cluster logs](#check-kubernetes-cluster-logs) to identify and resolve the detailed reasons. A common issue is that no nodes are available due to preemption. In this case, consider adding more nodes or enabling auto-scaling for your nodes.
210
210
211
-
#### 3. Unauthorized Resource Access
211
+
#### Unauthorized resource access
212
212
213
213
**Error Message:**
214
214
`You do not have permission to perform ... If access was recently granted, please refresh your credentials`.
@@ -219,7 +219,7 @@ Service Connector requires permissions to operate the Azure resources you want t
219
219
**Mitigation:**
220
220
Check the permissions on the Azure resources specified in the error message. Obtain the required permissions and retry the creation.
221
221
222
-
#### Other Issues
222
+
#### Other issues
223
223
224
224
If the above mitigations don't resolve your issue, try resetting the service connector cluster extension by removing it and then retrying the creation. This method is expected to resolve most issues related to the Service Connector cluster extension.
0 commit comments