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.
2 parents 733f83d + ffb0eda commit fbea42cCopy full SHA for fbea42c
docs/guide/controller/setup.md
@@ -62,7 +62,7 @@ More docs on [hub.helm.sh](https://hub.helm.sh/charts/incubator/aws-alb-ingress-
62
5. Verify the deployment was successful and the controller started
63
64
```bash
65
- kubectl logs -n kube-system $(kubectl get po -n kube-system | egrep -o alb-ingress[a-zA-Z0-9-]+)
+ kubectl logs -n kube-system $(kubectl get po -n kube-system | egrep -o "alb-ingress[a-zA-Z0-9-]+")
66
```
67
68
Should display output similar to the following.
0 commit comments