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
+23-27Lines changed: 23 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,28 @@ 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
+
#### Extension creation errors
189
+
190
+
**Error Message:**
191
+
`Unable to get a response from the agent in time`.
192
+
193
+
**Mitigation:**
194
+
Refer to [extension creation errors](/troubleshoot/azure/azure-kubernetes/extensions/cluster-extension-deployment-errors#extension-creation-errors)
195
+
196
+
197
+
#### Helm errors
198
+
199
+
**Error Message:**
200
+
- `Timed out waiting for resource readiness`
201
+
- `Unable to download the Helm chart from the repo URL`
202
+
- `Helm chart rendering failed with given values`
203
+
- `Resource already exists in your cluster`
204
+
- `Operation is already in progress for Helm`
205
+
206
+
**Mitigation:**
207
+
Refer to [Helm errors](/troubleshoot/azure/azure-kubernetes/extensions/cluster-extension-deployment-errors#helm-errors)
208
+
209
+
188
210
#### Conflict
189
211
190
212
**Error Message:**
@@ -202,18 +224,6 @@ This error usually occurs when attempting to create a service connection while t
202
224
- Ensure your cluster is in a "Succeeded" state and retry the creation.
203
225
204
226
205
-
#### Timeout
206
-
207
-
**Error Message:**
208
-
- `Long running operation failed with status 'Failed'. Unable to get a response from the Agent in time`.
209
-
- `Timed out waiting for the resource to come to a ready/completed state`
210
-
211
-
**Reason:**
212
-
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.
213
-
214
-
**Mitigation:**
215
-
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.
216
-
217
227
#### Unauthorized resource access
218
228
219
229
**Error Message:**
@@ -225,6 +235,7 @@ Service Connector requires permissions to operate the Azure resources you want t
225
235
**Mitigation:**
226
236
Check the permissions on the Azure resources specified in the error message. Obtain the required permissions and retry the creation.
227
237
238
+
228
239
#### Missing subscription registration
229
240
**Error Message:**
230
241
`The subscription is not registered to use namespace 'Microsoft.KubernetesConfiguration'`
@@ -239,21 +250,6 @@ Register the `Microsoft.KubernetesConfiguration` resource provider by running th
239
250
az provider register -n Microsoft.KubernetesConfiguration
240
251
```
241
252
242
-
#### Other issues
243
-
244
-
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.
245
-
246
-
Use the following CLI commands to reset the extension:
Copy file name to clipboardExpand all lines: articles/service-connector/quickstart-portal-aks-connection.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ Sign in to the Azure portal at [https://portal.azure.com/](https://portal.azure.
60
60
---
61
61
62
62
1. Select **Next: Networking** to configure the network access to your target service and select **Configure firewall rules to enable access to your target service**.
63
+
> [!NOTE]
64
+
> Service Connector for AKS now supports only the firewall option. Private link and service endpoint options are not supported.
63
65
1. Select **Next: Review + Create** to review the provided information. Then select **Create** to create the service connection. This operation may take a minute to complete.
0 commit comments