Bug 1937627
| Summary: | Bump DEFAULT_DOC_URL for 4.8 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> |
| Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> |
| Status: | CLOSED ERRATA | QA Contact: | Xiyun Zhao <xiyuzhao> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.8 | CC: | aos-bugs, jokerman, schituku, yapei |
| Target Milestone: | --- | ||
| Target Release: | 4.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 4.8.0-0.nightly-2021-03-15-144314 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-27 22:52:37 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 1938601 has been marked as a duplicate of this bug. *** Checked on OCP 4.8 cluster with payload 4.8.0-0.nightly-2021-03-15-144314. The value of "documentationBaseURL" has been updated to " https://docs.openshift.com/container-platform/4.8/" Steps for verify: 1. Login OCP by using command line 2. Check the value of "documentationBaseURL" by using below command: oc get cm console-config -n openshift-console -o yaml | grep customization -A2 Checked on OCP 4.8 cluster with payload 4.8.0-0.nightly-2021-03-15-144314. The value of 'documentationBaseURL' has been updated to " https://docs.openshift.com/container-platform/4.8/" Steps for verify: 1. Login OCP by using command line 2. Check the value of 'documentationBaseURL' by using below command: oc get cm console-config -n openshift-console -o yaml | grep customization -A2 3. Verified the value of 'documentationBaseURL' is updated, and the return value in command line is shown as below: customization: branding: ocp documentationBaseURL: https://docs.openshift.com/container-platform/4.8/ *** Bug 1938599 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438 |
Description of problem: The documentationBaseURL on 4.8 cluster is still pointing to 4.7 Version-Release number of selected component (if applicable): 4.8.0-0.nightly-2021-03-10-142839 How reproducible: Always Steps to Reproduce: 1. check documentationBaseURL $ oc get cm console-config -n openshift-console -o yaml | grep customization -A2 customization: branding: ocp documentationBaseURL: https://docs.openshift.com/container-platform/4.7/ 2. 3. Actual results: 1. documentationBaseURL should be updated to https://docs.openshift.com/container-platform/4.8/ Expected results: Additional info: