Bug 1621724
| Summary: | API endpoint, /version/openshift, missing with latest oc cluster up | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jason Montleon <jmontleo> | |
| Component: | oc | Assignee: | Juan Vallejo <jvallejo> | |
| Status: | CLOSED NOTABUG | QA Contact: | Xingxing Xia <xxia> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.11.0 | CC: | aos-bugs, deads, dzager, fabian, jmatthew, jokerman, jvallejo, mmccomas, spahl, tsanders | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1621909 (view as bug list) | Environment: | ||
| Last Closed: | 2018-08-23 19:24:40 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
|
Description
Jason Montleon
2018-08-23 17:59:37 UTC
`oc cluster up` is not a cluster that we support. It produces something to play with as a preview and for openshift developers to work against, but the topology bears no relationship to the openshift-ansible created cluster. `oc cluster up` sets up a kube-apiserver and aggregates in an openshift-apiserver. kube-apiserver's have no openshift version. It's not a concept that makes sense because the level of openshift being aggregated can be anything from 3.8 to this release +1. Yesterday's build happened to include an inaccurate endpoint that reported an incorrect version and we removed it as we collapsed fully onto the upstream kube-apiserver. The openshift-ansible created cluster will still report the /version/openshift for 3.11. 4.0 ansible-installed BYOH env doesn't have the issue. But 4.0 nextgen installer env has the same issue: oc version oc v4.0.0-0.94.0 kubernetes v1.11.0+3db990d20d features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://....devcluster.openshift.com:6443 kubernetes v1.11.0+231d012 It doesn't return openshift version. Is it bug or expected? Using new bug https://bugzilla.redhat.com/show_bug.cgi?id=1658957 to track above comment issue |