We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ oc version oc v3.9.0-alpha.3+8220060-167 kubernetes v1.9.1+a0ce1bc657 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://api.ci.openshift.org:443 openshift v3.7.0-rc.0+bd64aab-99 kubernetes v1.7.6+a08f5eeb62 $ oc explain cronjobs error: Couldn't find resource for "batch/v1, Kind=CronJob" $ oc get cronjobs --all-namespaces NAMESPACE NAME SCHEDULE SUSPEND ACTIVE LAST SCHEDULE AGE origin-ci jenkins-team-sync 0 0 * * * False 1 18d 18d
/assign @soltysh /sig master /kind bug
The text was updated successfully, but these errors were encountered:
CC @juanvallejo
Sorry, something went wrong.
Seems like #18157 didn't fix all the problems.
A temporary workaround is to pass --api-version=batch/v1beta1 and that will work.
--api-version=batch/v1beta1
Merge pull request #18268 from soltysh/issue18261
797fbde
Automatic merge from submit-queue (batch tested with PRs 18415, 18419, 18268, 18102, 18440). UPSTREAM: 58753: Fix kubectl explain for cronjobs Fixes #18261. @Kargakis fyi /assign @juanvallejo
soltysh
juanvallejo
No branches or pull requests
/assign @soltysh
/sig master
/kind bug
The text was updated successfully, but these errors were encountered: