Skip to content

Commit

Permalink
Merge pull request #165 from denis-tingaikin/do-not-wait-logs-in-tests
Browse files Browse the repository at this point in the history
Do not wait logs in tests
  • Loading branch information
edwarnicke authored Feb 1, 2021
2 parents 23a1543 + 9fb1560 commit 485da76
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/use-cases/RemoteConnection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ kubectl wait --for=condition=ready --timeout=1m pod -l app=nsc -n ${NAMESPACE}
kubectl wait --for=condition=ready --timeout=1m pod -l app=nse -n ${NAMESPACE}
```

Check connection result:
```bash
kubectl logs -l app=nsc -n ${NAMESPACE} | grep "All client init operations are done."
```

Find nsc and nse pods by labels:
```bash
NSC=$(kubectl get pods -l app=nsc -n ${NAMESPACE} --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}')
Expand Down

0 comments on commit 485da76

Please sign in to comment.