Skip to content

Commit 7f4f2dd

Browse files
author
Paul D.Smith
committed
Remove placeholder bash
Customers cannot access Geneva logs.
1 parent 8657563 commit 7f4f2dd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ can't be contacted which impacts deployment or management of Nexus resources.
2020
## Diagnosis
2121

2222
* Deployment or management of remote Nexus resources fails with "DeploymentFailed."
23-
* Geneva logging shows 500 and/or 503 HTTP errors and failure to access Azure resources such as VM images hosted in ACRs (Azure Container Registry).
2423
* Azure portal shows no errors being generated for the Azure resources that are unreachable; there are no errors because the failing operations aren't reaching the Azure resources at all.
2524

2625
## Mitigation steps
@@ -30,9 +29,8 @@ Follow these steps for mitigation.
3029
### Trigger a DNS cache refresh for the NNF Workload Proxy
3130

3231
```bash
33-
az login
34-
az account set --subscription <SUBSCRIPTION>
35-
az resource tag --tags exampleTag=exampleValue --name <CLUSTER> --resource-group <CLUSTER_RG> --resource-type "Microsoft.ContainerService/managedClusters"
32+
# TBD awaiting feedback from folks who worked on the original IcMs as to
33+
# what commands should appear here.
3634
```
3735

3836
## Verification

0 commit comments

Comments
 (0)