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
> While there can be a number of reasons why the Azure Arc resource bridge deployment fails, one of them is KVA timeout error. For more information about the KVA timeout error and how to troubleshoot it, see [KVA timeout error](../resource-bridge/troubleshoot-resource-bridge.md#kva-timeout-error).
153
+
If the Azure Arc resource bridge deployment fails, clean up the installation and retry the deployment.
154
+
155
+
#### Retry command - Windows
156
+
157
+
Run the command with ```-Force``` to clean up the installation and onboard again.
Run the command with ```--force``` to clean up the installation and onboard again.
166
+
```bash
167
+
bash resource-bridge-onboarding-script.sh --force
168
+
```
169
+
170
+
While there can be a number of reasons why the Azure Arc resource bridge deployment fails, one of them is KVA timeout error. For more information about the KVA timeout error and how to troubleshoot it, see [KVA timeout error](../resource-bridge/troubleshoot-resource-bridge.md#kva-timeout-error).
173
171
174
172
> [!IMPORTANT]
175
173
> After the successful installation of Azure Arc resource bridge, it is recommended to retain a copy of the resource bridge config .yaml files and the kubeconfig file safe and secure in a place that facilitates easy retrieval. These files may be needed later to run a few commands to perform management operations on the resource bridge.
0 commit comments