Skip to content

Commit

Permalink
Merge pull request #1681 from denis-tingaikin/fix-interdomain-basic
Browse files Browse the repository at this point in the history
fix: interdomain tests can fail on ci kind2kind
  • Loading branch information
edwarnicke authored Jun 7, 2021
2 parents d6779b1 + 276ee15 commit 5cd1339
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/interdomain/usecases/Kernel2Vxlan2Kernel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ Deploy NSE:
kubectl apply -k .
```

```bash
kubectl wait --for=condition=ready --timeout=1m pod -l app=nse-kernel -n ${NAMESPACE1}
```

Find NSE pod by labels:
```bash
NSE=$(kubectl get pods -l app=nse-kernel -n ${NAMESPACE1} --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}')
Expand Down Expand Up @@ -152,7 +148,7 @@ kubectl apply -k .

Wait for applications ready:
```bash
kubectl wait --for=condition=ready --timeout=1m pod -l app=nsc-kernel -n ${NAMESPACE2}
kubectl wait --for=condition=ready --timeout=5m pod -l app=nsc-kernel -n ${NAMESPACE2}
```


Expand Down

0 comments on commit 5cd1339

Please sign in to comment.