Description of problem: We ship a softlink in our rpms: $ ls -la /usr/bin/kubectl lrwxrwxrwx. 1 root root 2 Jan 29 07:45 /usr/bin/kubectl -> oc but we don't support that all the standard operations that kubectl does. IMHO we should strike it from our release b/c its confusing. Version-Release number of selected component (if applicable): * How reproducible: 100% Steps to Reproduce: 1. $ kubectl create namespace thisshouldwork Actual results: error: Unexpected args: [namespace thisshouldwork] Expected results: namespace "thisshouldwork" created Additional info: There are likely other operations as well. https://github.com/openshift/origin/issues/7063#issuecomment-180410331
Those operations had not been picked up until the most recent rebase. We plan to continue to ship this command for compatibility. Exceptions are specific and relate to functionality upstream that is not ready to be provided to customers, like "apply" (which is now enabled as of 1.1.2). Moving to ON_QA - this should be in master.
Verify this bug, In later test QE will cover kubectl command.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1065