Skip to main content

Non-Cross Version

  1. Download the mirror of the new version

    Operations are required on each node server in a kubernetes cluster.

    crictl pull nocoly/hap-flink:version number
  2. Modify the configuration file

    Modify the version of the mirrors used by the flink-jobmanager and flink-taskmanager services in flink. yaml.

    - name: jobmanager
    image: nocoly/hap-flink:version number
    - name: taskmanager
    image: nocoly/hap-flink:version number
  3. Restart service

    kubectl apply -f flink.yaml