Skip to content

Commit 9059a15

Browse files
author
Paul D.Smith
committed
Initial template.
1 parent ed4cb34 commit 9059a15

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: "Azure Operator Nexus: DNS Issues"
3+
description: Learn how to troubleshoot cluster DNS issues.
4+
author: papadeltasierra
5+
ms.author: pauldsmith
6+
ms.service: azure-operator-nexus
7+
ms.custom: azure-operator-nexus
8+
ms.topic: troubleshooting
9+
ms.date: 12/10/2024
10+
# ms.custom: template-include
11+
---
12+
13+
# Troubleshoot Nexus DNS Issues
14+
15+
Nexus Network Fabric (NNF) provides a bridge between Nexus Far Edge (??? new name ???) resources and Azure but a DNS error in NNF can mean that Azure resources cannot be contacted which impacts deployment or managment of ??? resources.
16+
17+
## Diagnosis
18+
19+
* Deployment or management of remote Nexus resources fails with "DeploymentFailed" as a typical error code. Other errors include, but are not limited to, "...could not login to OCI registry..." and "GatewayTimeout"
20+
* Azure portal shows no errors being generated for Azure resources that appear to not be responding.
21+
22+
## Mitigation steps
23+
24+
Follow these steps for mitigation.
25+
26+
### Trigger a DNS cache refresh for the NNF Workload Proxy
27+
28+
?????????
29+
30+
1. From the cluster resource page in the Azure portal, add a tag to the cluster resource.
31+
1. The resource moves out of the `Accepted` state.
32+
33+
```bash
34+
az login
35+
az account set --subscription <SUBSCRIPTION>
36+
az resource tag --tags exampleTag=exampleValue --name <CLUSTER> --resource-group <CLUSTER_RG> --resource-type "Microsoft.ContainerService/managedClusters"
37+
```
38+
39+
## Verification
40+
41+
After the DNS cache has been refreshed, create/manage operations are successful.
42+
43+
## Related content
44+
45+
- If you still have questions, contact [Azure support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade).
46+
- For more information about support plans, see [Azure support plans](https://azure.microsoft.com/support/plans/response/).

0 commit comments

Comments
 (0)