Skip to content

Commit

Permalink
Merge pull request #1694 from Mixaster995/main
Browse files Browse the repository at this point in the history
Fixed local forwarder test
  • Loading branch information
denis-tingaikin authored Jun 8, 2021
2 parents 0def4cd + c2228ac commit 8fddb2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ This repository provides kubernetes yaml deployments and markdown examples for N
* [Topology aware scale from zero](./examples/features/scale-from-zero)
* [SRIOV examples](./examples/sriov)
* [Memory examples](./examples/memory)
* [Heal examples](./examples/heal)
2 changes: 1 addition & 1 deletion examples/heal/local-forwarder-healing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ kubectl exec ${NSE} -n ${NAMESPACE} -- ping -c 4 172.16.1.101

Find local forwarder
```bash
FORWARDER=$(kubectl get pods -l app=forwarder-vpp --field-selector spec.nodeName==${NODES[0]} -n nsm-system --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}')
FORWARDER=$(kubectl get pods -l app=forwarder-vpp --field-selector spec.nodeName==${NODE} -n nsm-system --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}')
```

Remove local forwarder
Expand Down

0 comments on commit 8fddb2a

Please sign in to comment.