-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
cli: fix bulk generator to prefer legacy group #13457
Conversation
[test] |
Tested on Mac/RHEL - fixes cluster up for me. Tested new-app, new-build, import-image and they worked as well |
@smarterclayton found 3 more places where we need to add this. |
add fix for create route command that also used InfoForObject. |
Add a test case to verify this doesn't break again? |
@smarterclayton test updated to guard that the preferred gvk is not moved. |
Evaluated for origin test up to fc69c6f |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/334/) (Base Commit: af801d6) |
LGTM [merge] |
Flake on deployment timeout [merge]
|
Evaluated for origin merge up to fc69c6f |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/156/) (Base Commit: 4a5fb49) (Image: devenv-rhel7_6090) |
Fixes: #13447