Skip to content

Commit

Permalink
fix Pod Toolbox documentation issue (#318)
Browse files Browse the repository at this point in the history
Fixes #317
  • Loading branch information
murali-reddy authored Feb 23, 2018
1 parent f68372e commit 31402a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/pod-toolbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ performed.

Here's a quick way to get going on a random node in your cluster:
```
KR_POD="basename $(kubectl -n kube-system get pods -l k8s-app=kube-router --output name|head -n1)"
KR_POD=$(basename $(kubectl -n kube-system get pods -l k8s-app=kube-router --output name|head -n1))
kubectl -n kube-system exec -it ${KR_POD} bash
```

Expand Down

0 comments on commit 31402a5

Please sign in to comment.