-
Bug
-
Resolution: Done
-
Minor
-
None
-
4.14.z
-
None
-
Low
-
No
-
False
-
Description of problem:
When running exec pod command I get the follow warning: kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead. As an openshift user/oc cli I expect it to specify oc and not kubectl command in the warning
Version-Release number of selected component (if applicable):
4.14.6
How reproducible:
100%
Steps to Reproduce:
1. run oc exec command without the -- 2. 3.
Actual results:
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
Expected results:
oc exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use oc exec [POD] -- [COMMAND] instead.
Additional info: