-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
devex docs #182 Apr 1-Apr 21
-
1
-
Documentation (Ref Guide, User Guide, etc.)
This is missing the shell exec around `oc get pods -o name | grep operator`
Correct command should be
`oc logs --tail=10 -f $(oc get pods -o name | grep operator)`
Reported by: llasmith