Bug 1780327
| Summary: | most of links from API explorer are broken | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | jooho lee <jlee> | |
| Component: | kube-apiserver | Assignee: | Lukasz Szaszkiewicz <lszaszki> | |
| Status: | CLOSED NOTABUG | QA Contact: | Xingxing Xia <xxia> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.2.z | CC: | aos-bugs, jokerman, mfojtik, pdhamdhe, yanpzhan | |
| Target Milestone: | --- | |||
| Target Release: | 4.4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1795704 (view as bug list) | Environment: | ||
| Last Closed: | 2020-01-30 07:41:16 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1795704 | |||
|
Description
jooho lee
2019-12-05 17:16:54 UTC
This isn't specific to console and happens with `oc explain` as well. The links in the API doc itself are broken. Looks like the pages moved in the community repo. The link to the api-conventions doc is part of the API types definition, for example, https://github.com/openshift/origin/blob/release-4.2/vendor/k8s.io/kubernetes/staging/src/k8s.io/api/core/v1/types.go#L3179 To fix the link we would have to identify every occurrence of it in all types and regenerate the swagger spec. Additionally, we would have check if the other links are not outdated too. This seems to be only broken in 4.2 (4.3 and 4.4 look good). *** Bug 1789267 has been marked as a duplicate of this bug. *** @Xingxing please close it as this bug only affects 4.2. |