Skip to content

Commit

Permalink
fix egrep script to correctly filter aws-load-balancer-controller (ku…
Browse files Browse the repository at this point in the history
  • Loading branch information
ysam12345 authored Nov 4, 2020
1 parent cf5f89d commit 67c493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/walkthrough/echo_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In this walkthrough, you'll
1. Verify the deployment was successful and the controller started.

```bash
kubectl logs -n kube-system $(kubectl get po -n kube-system | egrep -o aws-load-balancer-controller[a-zA-Z0-9-]+)
kubectl logs -n kube-system $(kubectl get po -n kube-system | egrep -o 'aws-load-balancer-controller[a-zA-Z0-9-]+')
```

Should display output similar to the following.
Expand Down

0 comments on commit 67c493d

Please sign in to comment.