SUSE / rookcheck

Apache License 2.0
4 stars 11 forks source link

Use -n instead of --namespace for kubectl #211

Closed toabctl closed 3 years ago

toabctl commented 3 years ago

That way, the logs show more from the real command without wasting space for the --namespace argument.

Eg.

07:06:41 kubectl --namespace rook-ceph get pod -l app=

will then show more.

Signed-off-by: Thomas Bechtold tbechtold@suse.com

jhesketh commented 3 years ago

Make senses to me. Will wait for CI, but otherwise +1.