Hide Forgot
Using a recent client (3.6+) [1], the output is now: ``` $ oc logs error: expected 'logs (POD | TYPE/NAME) [CONTAINER_NAME]'. POD or TYPE/NAME is a required argument for the logs command See 'oc logs -h' for help and examples. ``` 1. https://github.com/openshift/origin/blob/release-3.6/vendor/k8s.io/kubernetes/pkg/kubectl/cmd/logs.go#L92
Checked in oc v3.6.173.0.52 (and v3.7), result is as in comment 1. Very minor issue: how about [-c CONTAINER_NAME] to be preciser?