To upgrade a Kubernetes Deployment Event Gateway, edit the Kubernetes Deployment and
update the image and license properties.
Procedure
-
Edit the Event Gateway Kubernetes Deployment:
kubectl -n <namespace> edit deployment <deployment name>
- 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
- If the target version requires a new license ID, update
spec.template.spec.containers.egw.LICENSE_ID.
- Save the updated Event Gateway Kubernetes
Deployment.
The gateway pod restarts when the image name is updated.