Event Endpoint Management continues to be enhanced

Event Endpoint Management continues to be available and enhanced as part of IBM's integration platforms.

End of Marketing announcement for IBM Event Automation

Event Streams and Event Processing are deprecated and no enhancements will be provided. Support and security fixes will be provided in line with published support lifecycle policies. Future event-driven solutions that make use of Apache Kafka and Apache Flink will be delivered by IBM Confluent.

For more information, see the support lifecycle transition and software ordering completion announcement.

Attention: This version of Event Streams has reached End of Support. For more information about supported versions, see the support matrix.

Pulling images for Event Streams 10.3.0 fails

Symptoms

Installing Event Streams 10.3.0 fails to pull images from docker.io with ImagePullBack errors.

Cause

These images are no longer available to pull from docker.io and are instead placed in the IBM Container Registry icr.io.

Resolving the problem

To resolve this issue, apply the following YAML to your cluster to add a new ImageContentSourcePolicy:

apiVersion: operator.openshift.io/v1alpha1
kind: ImageContentSourcePolicy
metadata:
  name: example
spec:
  repositoryDigestMirrors:
    - mirrors:
        - icr.io/cpopen
      source: docker.io/ibmcom