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 Flink will be delivered by IBM Confluent Platform.

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.

Unable to remove destination cluster

Symptoms

When trying to remove an offline geo-replication destination cluster, the following error message is displayed in the UI:

Failed to retrieve data for this destination cluster.

Causes

There could be several reasons, for example, the cluster might be offline, or the service ID of the cluster might have been revoked.

Resolving the problem

  1. Go to your origin cluster. Log in to your Kubernetes cluster as a cluster administrator by setting your kubectl context.
  2. Initialize the Event Streams CLI by following the instructions in logging in.
  3. Retrieve destination cluster IDs by using the following command:

    kubectl es geo-clusters
    

    Look for the destination cluster ID that you want to remove.

  4. Run the following command:

    kubectl es geo-cluster-remove --destination <destination-cluster-id> --force