Upgrading Kubernetes Deployment gateways

To upgrade a Kubernetes Deployment Event Gateway, edit the Kubernetes Deployment and update the image and license properties.

Procedure

  1. Edit the Event Gateway Kubernetes Deployment:
    kubectl -n <namespace> edit deployment <deployment name>
  2. Update spec.template.spec.containers.egw.image to the new Event Gateway image name. For example:
    icr.io/cpopen/ibm-eventendpointmanagement/egw:11.8.0
  3. If the target version requires a new license ID, update spec.template.spec.containers.egw.LICENSE_ID.

  4. Save the updated Event Gateway Kubernetes Deployment.

    The gateway pod restarts when the image name is updated.