Skip to content

Commit 2db05b4

Browse files
committed
add more info for timeout error
1 parent e84ca57 commit 2db05b4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/azure-arc/kubernetes/quickstart-connect-cluster.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart: Connect an existing Kubernetes cluster to Azure Arc"
33
description: In this quickstart, you learn how to connect an Azure Arc-enabled Kubernetes cluster.
44
ms.topic: quickstart
5-
ms.date: 08/30/2022
5+
ms.date: 09/15/2022
66
ms.custom: template-quickstart, mode-other, devx-track-azurecli, devx-track-azurepowershell
77
ms.devlang: azurecli
88
---
@@ -244,6 +244,9 @@ Helm release deployment succeeded
244244
> [!TIP]
245245
> The above command without the location parameter specified creates the Azure Arc-enabled Kubernetes resource in the same location as the resource group. To create the Azure Arc-enabled Kubernetes resource in a different location, specify either `--location <region>` or `-l <region>` when running the `az connectedk8s connect` command.
246246
247+
> [!IMPORTANT]
248+
> In some cases, deployment may fail due to a timeout error. Please see our [troubleshooting guide](troubleshooting.md#helm-timeout-error) for details on how to resolve this issue.
249+
247250
### [Azure PowerShell](#tab/azure-powershell)
248251

249252
```azurepowershell

articles/azure-arc/kubernetes/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Troubleshoot common Azure Arc-enabled Kubernetes issues"
33
services: azure-arc
44
ms.service: azure-arc
55
#ms.subservice: azure-arc-kubernetes coming soon
6-
ms.date: 06/13/2022
6+
ms.date: 09/15/2022
77
ms.topic: how-to
88
description: "Learn how to resolve common issues with Azure Arc-enabled Kubernetes clusters and GitOps."
99
keywords: "Kubernetes, Arc, Azure, containers, GitOps, Flux"
@@ -182,7 +182,7 @@ To resolve this issue, try the following steps.
182182
name: kube-aad-proxy-certificate
183183
```
184184

185-
If the certificate is missing, please contact support.
185+
If the certificate is missing, [delete the deployment](quickstart-connect-cluster.md#clean-up-resources) and re-onboard with a different name for the cluster. If the problem continues, please contact support.
186186

187187
### Helm validation error
188188

0 commit comments

Comments
 (0)