-
Notifications
You must be signed in to change notification settings - Fork 152
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
Update version of oc used in oc image #1158
Conversation
Update version of oc used in oc image
@shreddedbacon
the problem is that |
Ahh, bugger. I'll see what I can figure out |
It's fixed upstream in openshift 3.11 openshift/origin#20665 - can we use that in testing - or do we need to use 3.9? |
Maybe we can use 3.11, will try it out |
Checklist
The version of oc (3.7.2) used in the oc image has an issue when updating annotations that contain a
/
in them, version3.9.0
contains a fix for this which will resolve issue #1083 when trying to setidling.alpha.openshift.io/unidle-targets=..
Changelog Entry
Change - Update oc version in oc image from
3.7.2
to3.9.0
Closing issues
closes #1083