-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Older oc versions didnt support API negotiation #1134
Conversation
@@ -64,6 +64,13 @@ No events. | |||
---- | |||
==== | |||
|
|||
[WARNING] | |||
==== | |||
Older versions of `oc` didn't have the ability to negotiate API versions against a server. So if you are using `oc` prior |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Versions of oc
prior to 1.0.5 did not have the ability to negotiate API versions...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks.
869fb33
to
69fd09c
Compare
Anything else here? |
@@ -64,6 +64,13 @@ No events. | |||
---- | |||
==== | |||
|
|||
[WARNING] | |||
==== | |||
Versions of oc prior to 1.0.5 did not have the ability to negotiate API versions against a server. So if you are using `oc` up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first oc
can be marked up with backticks.
@fabianofranz This will need to be conditionalized for Origin vs OSE since the version numbers are different.
|
@adellape good catch, do we have any example of something like that in openshift-docs? |
@fabianofranz Yeah, sorry, I should have linked! Lot of use in this one, for example: https://raw.githubusercontent.com/openshift/openshift-docs/master/install_config/upgrades.adoc |
69fd09c
to
d186bfa
Compare
@adellape Should be fixed, PTAL. |
👍 |
Older oc versions didnt support API negotiation
@liggitt This fixes openshift/origin#5254. I checked that recent versions do api negotiation correctly. So any other topics we could add this warning, or is it good enough?