Skip to content

Commit

Permalink
Fix port-forward typo (#7357)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>

Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
  • Loading branch information
glazychev-art authored Sep 20, 2022
1 parent ce95dba commit 1bca5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/interdomain/nsm_consul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ kubectl --kubeconfig=$KUBECONFIG1 exec pod/dashboard-nsc -c cmd-nsc -- curl coun

Port forward and check connectivity from NSM+Consul by yourself!
```bash
kubectl --kubeconfig=$KUBECONFIG1 port-forward pod/dashboard-nsc 9002:9002
kubectl --kubeconfig=$KUBECONFIG1 port-forward pod/dashboard-nsc 9002:9002 &
```
Now we're simulating that something went wrong and counting from the consul cluster is down.
```bash
Expand Down
2 changes: 1 addition & 1 deletion examples/interdomain/nsm_consul_vl3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ kubectl --kubeconfig=$KUBECONFIG2 -n ns-nsm-consul-vl3 exec dashboard -c ubuntu

Port-forward the dashboard pod
```bash
kubectl --kubeconfig=$KUBECONFIG2 -n ns-nsm-consul-vl3 port-forward dashboard 9002:9002
kubectl --kubeconfig=$KUBECONFIG2 -n ns-nsm-consul-vl3 port-forward dashboard 9002:9002 &
```

In your browser open localhost:9002 and verify the application works!
Expand Down

0 comments on commit 1bca5cc

Please sign in to comment.