Skip to content

Commit 025d0fb

Browse files
ysam12345Timothy-Dougherty
authored andcommitted
fix egrep script to correctly filter aws-load-balancer-controller (kubernetes-sigs#1607)
1 parent 2fb4a9b commit 025d0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/walkthrough/echo_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In this walkthrough, you'll
4545
1. Verify the deployment was successful and the controller started.
4646

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

5151
Should display output similar to the following.

0 commit comments

Comments
 (0)