Bug 1261967

Summary: Example in Quickstart for Image Streams need s full file path.
Product: OpenShift Container Platform Reporter: Ryan Howe <rhowe>
Component: DocumentationAssignee: Alex Dellapenta <adellape>
Status: CLOSED DUPLICATE QA Contact: Vikram Goyal <vigoyal>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: low    
Version: 3.0.0CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-25 22:01:21 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 Ryan Howe 2015-09-10 14:12:42 UTC
Document URL: https://docs.openshift.com/enterprise/3.0/admin_guide/install/first_steps.html#creating-image-streams-for-openshift-images

Section Number and Name: Creating Image Streams for OpenShift Images

Describe the issue: 

- THe example is not clear on where these images.json files are stored 

$ oc create -f \
    examples/image-streams/image-streams-rhel7.json \
    -n openshift

Suggestions for improvement: 

The examples need to have the full file path to the location of the image-streams 

oc create -f /usr/share/openshift/examples/image-streams/image-streams-rhel7.json -n openshift


Additional information: 

Also when seeing the section first steps, can we get a more fluid workflow with detailed steps.

Comment 2 Alex Dellapenta 2015-09-25 22:01:21 UTC

*** This bug has been marked as a duplicate of bug 1242725 ***