Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 2. Ensuring the availability of image streams
You must ensure that the image streams that are required for the deployment are available in your OpenShift environment. Some versions of the OpenShift environment include the necessary image streams. You must check if they are available. If they are not available, you must install the rhdm71-image-streams.yaml
file.
Procedure
Run the following commands:
oc get imagestreamtag -n openshift | grep rhdm71-decisioncentral-openshift oc get imagestreamtag -n openshift | grep rhdm71-kieserver-openshift
$ oc get imagestreamtag -n openshift | grep rhdm71-decisioncentral-openshift $ oc get imagestreamtag -n openshift | grep rhdm71-kieserver-openshift
Copy to Clipboard Copied! Toggle word wrap Toggle overflow If the outputs of both commands are not empty, the required image streams are available and no further action is required.
If the output of one or both of the commands is empty, download the
rhdm-7.1.0-openshift-templates.zip
product deliverable file from the Software Downloads page. Extract therhdm71-image-streams.yaml
file from it. Complete one of the following actions:Run the following command:
oc create -f rhdm71-image-streams.yaml
$ oc create -f rhdm71-image-streams.yaml
Copy to Clipboard Copied! Toggle word wrap Toggle overflow -
Using the OpenShift Web UI, select Add to Project
Import YAML / JSON, then choose the file or paste its contents.