| Summary: | [DOCS] Documentation issue / Performing Manual In-place Cluster Upgrades | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Vladislav Walek <vwalek> |
| Component: | Documentation | Assignee: | Ashley Hardin <ahardin> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Anping Li <anli> |
| Severity: | medium | Docs Contact: | Vikram Goyal <vigoyal> |
| Priority: | low | ||
| Version: | 3.3.0 | CC: | adellape, anli, aos-bugs, jokerman, mmccomas, robert.bohne |
| 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: | Environment: | ||
| Last Closed: | 2017-03-15 19:26:35 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: | |
|
Description
Vladislav Walek
2016-11-11 11:02:36 UTC
Reading through the documentation if you simply skip step number 2 the steps that follow will actually update the content. Assigning to docs to have step number 2 removed. As things may change between the time of this BZ update and when docs are updated, the step I'm suggesting is removed is the following from step #2 at https://docs.openshift.com/container-platform/3.3/install_config/upgrading/manual_upgrades.html#updating-the-default-image-streams-and-templates Step 2 -- Update the global openshift project by running the following commands. Receiving warnings about items that already exist is expected. # oc create -n openshift -f /usr/share/openshift/examples/image-streams/image-streams-rhel7.json # oc create -n openshift -f /usr/share/openshift/examples/image-streams/dotnet_imagestreams.json # oc create -n openshift -f /usr/share/openshift/examples/db-templates # oc create -n openshift -f /usr/share/openshift/examples/quickstart-templates # oc create -n openshift -f /usr/share/openshift/examples/xpaas-streams # oc create -n openshift -f /usr/share/openshift/examples/xpaas-templates # oc replace -n openshift -f /usr/share/openshift/examples/image-streams/image-streams-rhel7.json # oc replace -n openshift -f /usr/share/openshift/examples/db-templates # oc replace -n openshift -f /usr/share/openshift/examples/quickstart-templates # oc replace -n openshift -f /usr/share/openshift/examples/xpaas-streams # oc replace -n openshift -f /usr/share/openshift/examples/xpaas-templates Work in progress: https://github.com/openshift/openshift-docs/pull/3701 Tested and the fix works. Commits pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/772876f9a8510bf7529f9024b622c19814f85d03 Bug 1394185, Removed repetitive step https://github.com/openshift/openshift-docs/commit/3a2e6a261fd5d1658904bff3a1ef335bd288cb18 Merge pull request #3701 from ahardin-rh/BZ1394185 Bug 1394185, Removed repetitive step |