Skip to content

Commit 243638b

Browse files
houk-msmaud-lv
andauthored
Apply suggestions from code review
address comments Co-authored-by: Maud <[email protected]>
1 parent 9de07f8 commit 243638b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/service-connector/how-to-use-service-connector-in-aks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,30 +185,30 @@ If there's an error during the extension installation, and the error message in
185185

186186
### Common errors and mitigations
187187

188-
#### 1. Conflict
188+
#### Conflict
189189

190190
**Error Message:**
191191
`Operation returned an invalid status code: Conflict`.
192192

193193
**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.
195195

196196
**Mitigation:**
197197
Ensure your cluster is in a "Succeeded" state before retrying the creation. It resolves most errors related to conflicts.
198198

199-
#### 2. Timeout
199+
#### Timeout
200200

201201
**Error Message:**
202202
- `Long running operation failed with status 'Failed'. Unable to get a response from the Agent in time`.
203203
- `Timed out waiting for the resource to come to a ready/completed state`
204204

205205
**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.
207207

208208
**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.
210210

211-
#### 3. Unauthorized Resource Access
211+
#### Unauthorized resource access
212212

213213
**Error Message:**
214214
`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
219219
**Mitigation:**
220220
Check the permissions on the Azure resources specified in the error message. Obtain the required permissions and retry the creation.
221221

222-
#### Other Issues
222+
#### Other issues
223223

224224
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.
225225

0 commit comments

Comments
 (0)