We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb4a9b commit 025d0fbCopy full SHA for 025d0fb
docs/guide/walkthrough/echo_server.md
@@ -45,7 +45,7 @@ In this walkthrough, you'll
45
1. Verify the deployment was successful and the controller started.
46
47
```bash
48
- 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-]+')
49
```
50
51
Should display output similar to the following.
0 commit comments