Bug 1757991

Summary: [Docs] Update how to obtain sample Operator deployment and Custom Resource using docker/podman commands
Product: OpenShift Container Platform Reporter: John Matthews <jmatthew>
Component: Migration ToolingAssignee: Avital Pinnick <apinnick>
Status: CLOSED CURRENTRELEASE QA Contact: Zhang Cheng <chezhang>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.2.0CC: apinnick, dwhatley, ernelson, fbladilo, jmatthew, jmontleo, jortel, sseago, xjiang
Target Milestone: ---   
Target Release: 4.2.0   
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: 2019-10-23 07:45:46 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 John Matthews 2019-10-02 22:09:23 UTC
For downstream docs we will not be able to reference github URLs to obtain sample YAML files.  At present we do not have a good mechanism to host these files.

For this release we want to proceed with a workaround identified by Jason Montleon of the below.

We will include the needed YAMLs in the container image itself and instruct the user how to extract the needed file from the image.  

Example of command:

docker cp $(docker create
registry.redhat.io/rhcam/openshift-migration-operator:1.0):/operator.yml
./operator.yml
oc create -f ./operator.yml

Comment 8 Xin jiang 2019-10-11 05:32:40 UTC
Reviewed.