Documentation Center

Forcing language pair image pull

About this task

If the language pair image cached on the Kubernetes nodes is out of date, you can force pulling the image from the Docker registry again. This is done using the built-in imagePullPolicy in Kubernetes.

Procedure

Run the following command to force pulling the image from the Docker registry.
mtedge:
  ...
  tengines:
    ...
    engfra:
      lp: engfra_generic_srv_tnmv_8_4_x_1
      imagePullPolicy: Always