Bug 1757991 - [Docs] Update how to obtain sample Operator deployment and Custom Resource using docker/podman commands
Summary: [Docs] Update how to obtain sample Operator deployment and Custom Resource us...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Migration Tooling
Version: 4.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 4.2.0
Assignee: Avital Pinnick
QA Contact: Zhang Cheng
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-10-02 22:09 UTC by John Matthews
Modified: 2019-10-23 07:45 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-10-23 07:45:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.