Skip to content

Commit 7781776

Browse files
author
Paul D.Smith
committed
Trying to raise the Acrolinx score.
1 parent 9059a15 commit 7781776

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

articles/operator-nexus/troubleshoot-dns-issues.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,21 @@ ms.date: 12/10/2024
1212

1313
# Troubleshoot Nexus DNS Issues
1414

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.
15+
Nexus Network Fabric (NNF) provides a bridge between some new name for Nexus Far Edge resources and Azure but a DNS (Domain Name Service) error in NNF can mean that Azure resources cannot be contacted which impacts deployment or managment of some new name for Nexus Far Edge resources.
1616

1717
## Diagnosis
1818

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.
19+
* Deployment or management of remote Nexus resources fails with "DeploymentFailed", often because of a failure to access an ACR (Azure Container Resource) or similar Azure resource. Errors observed include but are not limited to:
20+
* "...could not login to OCI registry..."
21+
* "GatewayTimeout".
22+
* Azure portal shows no errors being generated for the Azure resources that canot be reached; this is because the failing operations are not actually accessing the resources at all.
2123

2224
## Mitigation steps
2325

2426
Follow these steps for mitigation.
2527

2628
### 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-
29+
3330
```bash
3431
az login
3532
az account set --subscription <SUBSCRIPTION>

0 commit comments

Comments
 (0)