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
Found when using older oc clients after removing v1beta3 from master
oc
Clients 1.0.4 and earlier are defaulting to v1beta3
$ oc get projects --token=... --server=https://localhost:8443 --loglevel=8 I1020 13:42:02.326013 27447 debugging.go:98] GET https://localhost:8443/osapi/v1beta3/projects I1020 13:42:02.326065 27447 debugging.go:105] Request Headers: I1020 13:42:02.326073 27447 debugging.go:108] User-Agent: oc/v1.0.4 (linux/amd64) openshift/757efd9
Working versions: 1.0.5+ Broken versions: 1.0.4 and below
Passing --api-version=v1 allows these clients to talk to a v1 server.
We should:
cc @mfojtik
The text was updated successfully, but these errors were encountered:
so I was not crazy, thanks @liggitt ! On Oct 20, 2015 7:45 PM, "Jordan Liggitt" notifications@github.com wrote:
Found when using older oc clients after removing v1beta3 from master Clients 1.0.4 and earlier are defaulting to v1beta3 $ oc get projects --token=... --server=https://localhost:8443 --loglevel=8 I1020 13:42:02.326013 27447 debugging.go:98] GET https://localhost:8443/osapi/v1beta3/projects I1020 https://localhost:8443/osapi/v1beta3/projectsI1020 13:42:02.326065 27447 debugging.go:105] Request Headers: I1020 13:42:02.326073 27447 debugging.go:108] User-Agent: oc/v1.0.4 (linux/amd64) openshift/757efd9 Working versions: 1.0.5+ Broken versions: 1.0.4 and below Passing --api-version=v1 allows these clients to talk to a v1 server. We should: Document how to make older clients work with v1 Ensure current code is doing negotiate, not hard-coding v1 cc @mfojtik https://github.com/mfojtik — Reply to this email directly or view it on GitHub #5254.
$ oc get projects --token=... --server=https://localhost:8443 --loglevel=8 I1020 13:42:02.326013 27447 debugging.go:98] GET https://localhost:8443/osapi/v1beta3/projects I1020 https://localhost:8443/osapi/v1beta3/projectsI1020 13:42:02.326065 27447 debugging.go:105] Request Headers: I1020 13:42:02.326073 27447 debugging.go:108] User-Agent: oc/v1.0.4 (linux/amd64) openshift/757efd9
cc @mfojtik https://github.com/mfojtik
— Reply to this email directly or view it on GitHub #5254.
Sorry, something went wrong.
Purely a documentation issue, nothing else can be done for this.
Adding documentation notes here: openshift/openshift-docs#1134
closed by docs in openshift/openshift-docs#1134 and release notes in https://github.com/openshift/origin/releases/tag/v1.0.7
fabianofranz
Successfully merging a pull request may close this issue.
Found when using older
oc
clients after removing v1beta3 from masterClients 1.0.4 and earlier are defaulting to v1beta3
Working versions: 1.0.5+
Broken versions: 1.0.4 and below
Passing --api-version=v1 allows these clients to talk to a v1 server.
We should:
cc @mfojtik
The text was updated successfully, but these errors were encountered: