enhance kubectl run error message
Before this change:
# kubectl run nginx
error: Invalid image name "": invalid reference format
After this change:
# kubectl run nginx
error: --image is required
Showing
Please
register
or
sign in
to comment